RotatingDrumWithBaffles is Updated.

This commit is contained in:
ramin1728
2025-03-04 22:12:54 +03:30
parent 2df8133c2d
commit 07b54c4077
9 changed files with 103 additions and 157 deletions

View File

@ -13,25 +13,8 @@ globalBox // Simulation domain: every par
max (-0.068 0.355 0.125); // upper corner point of the box
}
decomposition
{
direction z;
}
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: periodic, reflective