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

@ -6,7 +6,7 @@ objectName interaction;
objectType dicrionary; objectType dicrionary;
fileFormat ASCII; fileFormat ASCII;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
materials (sphereMat wallMat); // a list of materials names materials (sphereMat wallMat); // a list of materials names
densities (1000 2500); // density of materials [kg/m3] densities (1000 2500); // density of materials [kg/m3]

View File

@ -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.
*/ */
@ -42,6 +40,6 @@ topRegion
mixture mixture
{ {
sphere 1; sphere 1;
} }
} }

View File

@ -8,9 +8,9 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
globalBox // Simulation domain: every particles that goes outside this domain will be deleted globalBox // Simulation domain: every particles that goes outside this domain will be deleted
{ {
min (0.397538 0.178212 0.00); min (0.397538 0.178212 0.00);
max (0.725537 0.600214 0.06); max (0.725537 0.600214 0.06);
} }
boundaries boundaries

View File

@ -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
}
} }