Tutorial is updated for version 1.x.
This commit is contained in:
parent
526059707b
commit
7b6271a165
24
tutorials/sphereGranFlow/binarySystemOfParticles/settings/domainDict
Normal file → Executable file
24
tutorials/sphereGranFlow/binarySystemOfParticles/settings/domainDict
Normal file → Executable file
|
@ -6,11 +6,11 @@ objectName domainDict;
|
||||||
objectType dictionary;
|
objectType dictionary;
|
||||||
fileFormat ASCII;
|
fileFormat ASCII;
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
|
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
|
||||||
{
|
{
|
||||||
min (-0.12 -0.12 0);
|
min (-0.12 -0.12 0);
|
||||||
|
|
||||||
max (0.12 0.12 0.1);
|
max (0.12 0.12 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
decomposition
|
decomposition
|
||||||
|
@ -23,41 +23,41 @@ boundaries
|
||||||
// Determines 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
|
// 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;
|
neighborListUpdateInterval 50;
|
||||||
|
|
||||||
// Determines 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;
|
updateInterval 10;
|
||||||
|
|
||||||
// The distance from the boundary plane within which particles are marked to be in the boundary list
|
// The distance from the boundary plane within which particles are marked to be in the boundary list
|
||||||
neighborLength 0.004;
|
neighborLength 0.004;
|
||||||
|
|
||||||
left
|
left
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
|
|
||||||
right
|
right
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
|
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
|
|
||||||
rear
|
rear
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
|
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type exit; // other options: periodict, reflective
|
type exit; // other options: periodict, reflective
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue