phasicFlow/tutorials/sphereGranFlow/homogenizationSilo-Periodic.../settings/particlesDict

36 lines
1.1 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 10:47:09 +00:00
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
setFields
{
2025-04-25 10:47:09 +00:00
/*
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-04-25 10:47:09 +00:00
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
2025-04-25 10:47:09 +00:00
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
2025-04-25 10:47:09 +00:00
shapeName word parType1; // name of the particle shape
}
2025-04-25 10:47:09 +00:00
selectors
{}
}
positionParticles
{
2025-04-25 10:47:09 +00:00
method empty; // empty simulation
}