phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict

27 lines
932 B
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2024-12-28 09:39:06 +00:00
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-03-02 12:32:04 +00:00
setFields
{
2025-03-02 12:32:04 +00:00
defaultValue
{
velocity realx3 (0 0 0); // linear velocity (m/s)
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
shapeName word sphere; // name of the particle shape
}
selectors
{}
}
2025-03-02 12:32:04 +00:00
positionParticles
{
2025-03-02 12:32:04 +00:00
method empty;
}