binarySystemOfParticles

This commit is contained in:
Ramin Khodabandeh
2024-05-21 16:59:15 +04:30
parent 74833ce6a6
commit afa790b04d
4 changed files with 15 additions and 21 deletions

View File

@ -20,12 +20,12 @@ decomposition
boundaries
{
// How often (how many iterations) do you want to
// 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?
// of all boundaries in the simulation domain
neighborListUpdateInterval 50;
// How often do you want to update the new changes in the boundary
// Determines how often do you want to update the new changes in the boundary
updateInterval 10;
// The distance from the boundary plane within which particles are marked to be in the boundary list
@ -33,31 +33,31 @@ boundaries
left
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
right
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
bottom
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
top
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
rear
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
front
{
type exit; // other options: periodict, reflective
type exit; // other options: periodict, reflective
}
}