phasicFlow/tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-02-15 18:32:16 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName domainDict;
objectType dictionary;
fileFormat ASCII;
2025-02-15 18:32:16 +00:00
/*---------------------------------------------------------------------------*/
2025-02-15 18:32:16 +00:00
// Simulation domain: every particle that goes outside this domain will be deleted
globalBox
{
2025-02-15 18:32:16 +00:00
min (-0.11 -0.11 -0.11);
max ( 0.11 0.11 0.41);
}
boundaries
{
2025-02-15 18:32:16 +00:00
left
{
type exit; // other options: periodic, reflective
}
right
{
type exit; // other options: periodic, reflective
}
bottom
{
type exit; // other options: periodic, reflective
}
top
{
type exit; // other options: periodic, reflective
}
rear
{
type exit; // other options: periodic, reflective
}
front
{
type exit; // other options: periodic, reflective
}
}