phasicFlow/tutorials/sphereGranFlow/binarySystemOfParticles/settings/domainDict

50 lines
1.2 KiB
Plaintext
Raw Normal View History

/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName domainDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-02-23 12:29:37 +00:00
// Simulation domain: every particles that goes outside this domain will be deleted
globalBox
{
2024-05-28 07:45:45 +00:00
min (-0.12 -0.12 0);
2024-05-28 07:45:45 +00:00
max (0.12 0.12 0.1);
}
boundaries
{
left
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
right
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
bottom
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
top
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
rear
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
front
{
2025-02-23 12:29:37 +00:00
type exit; // other options: periodic, reflective
}
2024-05-28 08:40:19 +00:00
}