phasicFlow/tutorials/sphereGranFlow/rotatingDrumMedium/settings/domainDict

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-12-24 14:44:19 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-03-05 00:37:52 +00:00
objectName domainDict;
objectType dictionary;
fileFormat ASCII;
2024-12-24 14:44:19 +00:00
/*---------------------------------------------------------------------------*/
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
{
2025-03-05 00:37:52 +00:00
min (-0.12 -0.12 0);
2024-12-24 14:44:19 +00:00
2025-03-05 00:37:52 +00:00
max (0.12 0.12 0.36); // upper corner point of the box
2024-12-24 14:44:19 +00:00
}
boundaries
{
2025-03-05 00:37:52 +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:44:19 +00:00
}