Files
phasicFlow/tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict

37 lines
1014 B
Plaintext
Raw Normal View History

2022-09-28 12:08:09 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2022-09-28 12:08:09 +03:30
setFields
{
/*
2024-12-03 15:49:59 +03:30
Default value for fields defined for particles
These fields should always be defined for simulations with
spherical particles.
*/
2022-09-28 12:08:09 +03:30
defaultValue
{
2024-12-03 15:49:59 +03:30
velocity realx3 (0 0 0); // linear velocity (m/s)
2025-02-15 22:02:16 +03:30
acceleration realx3 (0 0 0); // linear acceleration (m/s^2)
2024-12-03 15:49:59 +03:30
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
2024-12-03 15:49:59 +03:30
shapeName word lightSphere; // name of the particle shape
2022-09-28 12:08:09 +03:30
}
selectors
{}
}
2025-02-15 22:02:16 +03:30
positionParticles
2022-09-28 12:08:09 +03:30
{
2025-02-15 22:02:16 +03:30
method empty; // empty simulation
2022-09-28 12:08:09 +03:30
}
2024-05-28 13:24:34 +04:30