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

@ -88,10 +88,10 @@ surfaces
``` ```
## Defining particles ## Defining particles
### Diameter and material of spheres ### Diameter and material of spheres
In the `caseSetup/sphereShape` the diameter and the material name of the particles are defined. In the `caseSetup/shapes` the diameter and the material name of the particles are defined.
<div align="center"> <div align="center">
in <b>caseSetup/sphereShape</b> file in <b>caseSetup/shapes</b> file
</div> </div>
```C++ ```C++

View File

@ -13,25 +13,8 @@ globalBox // Simulation domain: every par
max (0.725537 0.600214 0.06); max (0.725537 0.600214 0.06);
} }
decomposition
{
direction z;
}
boundaries 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 left
{ {
type exit; // other options: periodict, reflective type exit; // other options: periodict, reflective

View File

@ -6,7 +6,7 @@ objectName geometryDict;
objectType dictionary; objectType dictionary;
fileFormat ASCII; fileFormat ASCII;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
run rotatingAirLockValve; run RotaryAirLockValve;
dt 0.00001; // time step for integration (s) dt 0.00001; // time step for integration (s)