RotatingDrumWithBaffles is Updated.

This commit is contained in:
ramin1728
2025-03-05 20:06:25 +03:30
parent 07b54c4077
commit 8dcd578a22
6 changed files with 85 additions and 92 deletions

View File

@ -8,16 +8,16 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
{
min (-0.328 0.095 -0.025); // lower corner point of the box
min (-0.328 0.095 -0.025); // lower corner point of the box
max (-0.068 0.355 0.125); // upper corner point of the box
max (-0.068 0.355 0.125); // upper corner point of the box
}
boundaries
{
left
left
{
type exit; // other options: periodic, reflective
type exit; // other options: periodic, reflective
}
right

View File

@ -10,7 +10,7 @@ motionModel rotatingAxis;
rotatingAxisInfo
{
rotAxis
rotAxis
{
p1 (-0.1974 0.2269 0); // first point for the axis of rotation

View File

@ -16,7 +16,7 @@ setFields
spherical particles.
*/
defaultValue
defaultValue
{
velocity realx3 (0 0 0); // linear velocity (m/s)