Files
phasicFlow/tutorials/sphereGranFlow/drum-PeriodicBoundary/settings/particlesDict

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-02-25 22:37:19 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 14:17:09 +03:30
objectName particlesDict;
objectType dictionary;
2025-02-25 22:37:19 +03:30
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
setFields
{
2025-04-25 14:17:09 +03:30
/*
Default value for fields defined for particles
These fields should always be defined for simulations with
spherical particles.
*/
defaultValue
{
velocity realx3 (0 0 0); // linear velocity (m/s)
2025-02-25 22:37:19 +03:30
2025-04-25 14:17:09 +03:30
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
2025-02-25 22:37:19 +03:30
2025-04-25 14:17:09 +03:30
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
2025-02-25 22:37:19 +03:30
2025-04-25 14:17:09 +03:30
shapeName word sphere1; // name of the particle shape
}
2025-02-25 22:37:19 +03:30
2025-04-25 14:17:09 +03:30
selectors
{}
2025-02-25 22:37:19 +03:30
}
positionParticles
{
2025-04-25 14:17:09 +03:30
method empty; // no particle at the start of simulation
2025-02-25 22:37:19 +03:30
}