phasicFlow/tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/domainDict

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-12-28 10:01:17 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName domainDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
// Simulation domain: every particles that goes outside this domain will be deleted
globalBox
2024-12-28 10:01:17 +00:00
{
min (-0.328 0.095 -0.025); // lower corner point of the box
2024-12-28 10:01:17 +00:00
max (-0.068 0.355 0.125); // upper corner point of the box
2024-12-28 10:01:17 +00:00
}
boundaries
{
2025-03-05 16:36:25 +00:00
left
2024-12-28 10:01:17 +00:00
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
right
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
bottom
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
top
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
rear
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
front
{
type exit; // other options: periodic, reflective
2024-12-28 10:01:17 +00:00
}
}