2023-04-30 14:12:35 +00:00
|
|
|
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
|
|
| phasicFlow File |
|
|
|
|
| copyright: www.cemf.ir |
|
|
|
|
\* ------------------------------------------------------------------------- */
|
2024-12-28 09:39:06 +00:00
|
|
|
objectName particlesDict;
|
2023-04-30 14:12:35 +00:00
|
|
|
objectType dictionary;
|
2023-05-01 11:48:49 +00:00
|
|
|
fileFormat ASCII;
|
|
|
|
/*---------------------------------------------------------------------------*/
|
2025-03-02 12:32:04 +00:00
|
|
|
|
2023-04-30 14:12:35 +00:00
|
|
|
setFields
|
|
|
|
{
|
2025-03-02 12:32:04 +00:00
|
|
|
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 sphere; // name of the particle shape
|
|
|
|
}
|
|
|
|
selectors
|
|
|
|
{}
|
2023-04-30 14:12:35 +00:00
|
|
|
}
|
|
|
|
|
2025-03-02 12:32:04 +00:00
|
|
|
positionParticles
|
2023-04-30 14:12:35 +00:00
|
|
|
{
|
2025-03-02 12:32:04 +00:00
|
|
|
method empty;
|
2023-04-30 14:12:35 +00:00
|
|
|
}
|