RotaryAirLockValve is Updated.

This commit is contained in:
ramin1728 2025-03-02 12:56:59 +03:30
parent 8b9a9acd0c
commit 2df8133c2d
4 changed files with 5 additions and 27 deletions

View File

@ -8,8 +8,6 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/
active yes; // is insertion active -> yes or no
checkForCollision No; // is checked -> yes or no
/*
one region is considered for inserting particles.
*/

View File

@ -50,25 +50,5 @@ setFields
positionParticles // positions particles
{
method ordered; // other options: random and empty
orderedInfo
{
diameter 0.005; // diameter of particles
numPoints 50000; // number of particles in the simulation
axisOrder (z x y); // axis order for filling the space with particles
}
regionType cylinder; // other options: box and sphere
cylinderInfo // cylinder information for positioning particles
{
p1 (0.0 0.0 0.003); // begin point of cylinder axis
p2 (0.0 0.0 0.22); // end point of cylinder axis
radius 0.117; // radius of cylinder
}
method empty; // other options: random and ordered
}