phasicFlow/tutorials/sphereGranFlow/RotaryAirLockValve/settings/domainDict

50 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-12-28 09:39:06 +00:00
/* -------------------------------*- C++ -*--------------------------------- *\
| phasicFlow File |
| copyright: www.cemf.ir |
\* ------------------------------------------------------------------------- */
2025-04-25 10:47:09 +00:00
objectName domainDict;
objectType dictionary;
2024-12-28 09:39:06 +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-28 09:39:06 +00:00
{
2025-04-25 10:47:09 +00:00
min (0.397538 0.178212 0.00);
max (0.725537 0.600214 0.06);
2024-12-28 09:39:06 +00:00
}
boundaries
{
2025-04-25 10:47:09 +00:00
left
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
2025-04-25 10:47:09 +00:00
right
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
2025-04-25 10:47:09 +00:00
bottom
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
2025-04-25 10:47:09 +00:00
top
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
2025-04-25 10:47:09 +00:00
rear
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
2025-04-25 10:47:09 +00:00
front
{
type exit; // other options: periodict, reflective
}
2024-12-28 09:39:06 +00:00
}