Files
phasicFlow/tutorials/sphereGranFlow/screwConveyor/settings/particlesDict

38 lines
951 B
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2024-12-28 13:46:09 +03:30
2025-02-20 17:27:36 +03:30
// positions particles
positionParticles
{
// A list of options are: ordered, random
method empty; // creates the required fields with zero particles (empty).
}
2025-02-20 17:27:36 +03:30
setFields
{
2025-02-20 17:27:36 +03:30
defaultValue
{
2025-02-20 17:27:36 +03:30
// linear velocity (m/s)
velocity realx3 (0 0 0);
2025-02-20 17:27:36 +03:30
// linear acceleration (m/s2)
acceleration realx3 (0 0 0);
2025-02-20 17:27:36 +03:30
// rotational velocity (rad/s)
rVelocity realx3 (0 0 0);
2025-02-20 17:27:36 +03:30
// name of the particle shape
shapeName word sphere1;
2024-12-28 13:46:09 +03:30
}
2025-02-20 17:27:36 +03:30
selectors
{}
}