mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
![]() |
/* -------------------------------*- C++ -*--------------------------------- *\
|
||
|
| phasicFlow File |
|
||
|
| copyright: www.cemf.ir |
|
||
|
\* ------------------------------------------------------------------------- */
|
||
|
objectName domainDict;
|
||
|
objectType dictionary;
|
||
|
fileFormat ASCII;
|
||
|
/*---------------------------------------------------------------------------*/
|
||
|
|
||
|
// Simulation domain
|
||
|
globalBox
|
||
|
{
|
||
|
min (-0.19 -0.19 -0.02);
|
||
|
max ( 0.19 0.26 0.92);
|
||
|
}
|
||
|
|
||
|
boundaries
|
||
|
{
|
||
|
|
||
|
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
|
||
|
}
|
||
|
}
|