phasicFlow/tutorials/sphereGranFlow/conveyorBelt/settings/particlesDict

37 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-12-24 07:37:19 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-04-25 10:47:09 +00:00
2024-12-24 07:37:19 +00:00
setFields
{
/*
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)
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
shapeName word lightSphere; // name of the particle shape
}
selectors
{}
}
2025-04-25 10:47:09 +00:00
positionParticles
2024-12-24 07:37:19 +00:00
{
2025-04-25 10:47:09 +00:00
method empty; // other options: file, ordered and random
2024-12-24 07:37:19 +00:00
}