Files
phasicFlow/tutorials/sphereGranFlow/screwConveyor/settings/domainDict

50 lines
891 B
Plaintext
Raw Normal View History

2025-02-20 17:27:36 +03:30
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName domainDict;
objectType dictionary;
2024-12-28 13:46:09 +03:30
fileFormat ASCII;
2025-02-20 17:27:36 +03:30
/*---------------------------------------------------------------------------*/
2024-12-28 13:46:09 +03:30
2025-02-20 17:27:36 +03:30
// Simulation domain: every particle that goes outside this domain will be deleted
globalBox
2024-12-28 13:46:09 +03:30
{
2025-02-20 17:27:36 +03:30
min (-0.2 -0.20 -0.01);
max ( 0.2 0.4 1.05);
2024-12-28 13:46:09 +03:30
}
boundaries
{
2025-02-20 17:27:36 +03:30
left
{
type exit;
}
right
{
type exit;
}
bottom
{
type exit;
}
top
{
type exit;
}
rear
{
type exit;
}
front
{
type exit;
}
}