minor correction

This commit is contained in:
Nima Joghataei 2025-04-20 14:15:31 +03:30 committed by GitHub
parent 3710b19614
commit 14954b3ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 16 deletions

View File

@ -13,25 +13,9 @@ globalBox // Simulation domain: every par
max (0.86 0.6 0.6); // 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