minor correction
This commit is contained in:
parent
3710b19614
commit
14954b3ca6
|
@ -13,25 +13,9 @@ globalBox // Simulation domain: every par
|
||||||
max (0.86 0.6 0.6); // upper corner point of the box
|
max (0.86 0.6 0.6); // upper corner point of the box
|
||||||
}
|
}
|
||||||
|
|
||||||
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: periodic, reflective
|
type exit; // other options: periodic, reflective
|
||||||
|
|
Loading…
Reference in New Issue