phasicFlow/tutorials/sphereGranFlow/rotatingDrumSmall/settings/domainDict

50 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-12-24 14:33:38 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 10:47:09 +00:00
objectName domainDict;
objectType dictionary;
2024-12-24 14:33:38 +00:00
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
2025-04-25 10:47:09 +00:00
// Simulation domain: every particles that goes outside this domain will be deleted
globalBox
2024-12-24 14:33:38 +00:00
{
2025-04-25 10:47:09 +00:00
min (-0.12 -0.12 0.00); // lower corner point of the box
2024-12-24 14:33:38 +00:00
2025-04-25 10:47:09 +00:00
max (0.12 0.12 0.11); // upper corner point of the box
2024-12-24 14:33:38 +00:00
}
boundaries
{
2025-04-25 10:47:09 +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
}
2024-12-24 14:33:38 +00:00
}