phasicFlow/tutorials/sphereGranFlow/drum-PeriodicBoundary/settings/particlesDict

35 lines
1.1 KiB
Plaintext
Raw Normal View History

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