phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict

48 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-12-28 09:39:06 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
objectName domainDict;
objectType dictionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
{
2025-02-27 17:23:20 +00:00
min (0.397538 0.178212 0.00);
2024-12-28 09:39:06 +00:00
2025-02-27 17:23:20 +00:00
max (0.725537 0.600214 0.06);
2024-12-28 09:39:06 +00:00
}
boundaries
{
left
{
type exit; // other options: periodict, reflective
}
right
{
type exit; // other options: periodict, reflective
}
bottom
{
type exit; // other options: periodict, reflective
}
top
{
type exit; // other options: periodict, reflective
}
rear
{
type exit; // other options: periodict, reflective
}
front
{
type exit; // other options: periodict, reflective
}
}