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;
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]

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