RotaryAirLockValve is Updated.
This commit is contained in:
parent
8b9a9acd0c
commit
2df8133c2d
|
@ -8,8 +8,6 @@ fileFormat ASCII;
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
active yes; // is insertion active -> yes or no
|
active yes; // is insertion active -> yes or no
|
||||||
|
|
||||||
checkForCollision No; // is checked -> yes or no
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
one region is considered for inserting particles.
|
one region is considered for inserting particles.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -50,25 +50,5 @@ setFields
|
||||||
|
|
||||||
positionParticles // positions particles
|
positionParticles // positions particles
|
||||||
{
|
{
|
||||||
method ordered; // other options: random and empty
|
method empty; // other options: random and ordered
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue