Files
phasicFlow/tutorials/sphereGranFlow/V-blender/settings/particlesDict

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-02-06 23:11:07 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName particlesDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2023-02-06 23:11:07 +03:30
setFields
{
2024-12-28 14:58:28 +03:30
/*
Default value for fields defined for particles
These fields should always be defined for simulations with
spherical particles.
*/
defaultValue
{
2025-04-21 15:52:51 +03:30
velocity realx3 (0 0 0); // linear velocity (m/s)
2024-12-28 14:58:28 +03:30
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
2025-04-21 15:52:51 +03:30
2024-12-28 14:58:28 +03:30
rVelocity realx3 (0 0 0); // rotational velocity (rad/s)
2025-04-21 15:52:51 +03:30
shapeName word smallSphere; // name of the particle shape
2024-12-28 14:58:28 +03:30
}
2023-02-06 23:11:07 +03:30
2024-12-28 14:58:28 +03:30
selectors
2025-04-20 14:09:04 +03:30
{}
}
2025-04-21 15:52:51 +03:30
positionParticles
2023-02-06 23:11:07 +03:30
{
2024-12-28 14:58:28 +03:30
2025-04-21 15:52:51 +03:30
method empty; // no particle at the start of simulation
2023-02-06 23:11:07 +03:30
2025-04-21 15:52:51 +03:30
mortonSorting Yes; // perform initial sorting based on morton code?
2024-12-28 14:58:28 +03:30
2025-04-20 14:09:04 +03:30
}