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

40 lines
1.2 KiB
Plaintext
Raw Normal View History

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