RotaryAirLockValve is Updated.

This commit is contained in:
ramin1728
2025-02-27 20:53:20 +03:30
parent 1cbeb1c963
commit 8b9a9acd0c
8 changed files with 81 additions and 98 deletions

View File

@ -8,30 +8,13 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/
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);
}
decomposition
{
direction z;
max (0.725537 0.600214 0.06);
}
boundaries
{
neighborListUpdateInterval 50; /* Determines how often (how many iterations) do you want to
rebuild the list of particles in the neighbor list
of all boundaries in the simulation domain */
updateInterval 10; // Determines how often do you want to update the new changes in the boundary
neighborLength 0.004; // The distance from the boundary plane within which particles are marked to be in the boundary list
left
{
type exit; // other options: periodict, reflective