You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/case.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -805,6 +805,23 @@ The boundary condition supported by the MFC are listed in table [Boundary Condit
805
805
Their number (`#`) corresponds to the input value in `input.py` labeled `bc_[x,y,z]%[beg,end]` (see table [Simulation Algorithm Parameters](#5-simulation-algorithm)).
806
806
The entries labeled "Characteristic." are characteristic boundary conditions based on [Thompson (1987)](references.md#Thompson87) and [Thompson (1990)](references.md#Thompson90).
|`bc_[x,y,z]%grcbc_in`| Logical | Enable grcbc for subsonic inflow |
813
+
|`bc_[x,y,z]%grcbc_out`| Logical | Enable grcbc for subsonic outflow (pressure)|
814
+
|`bc_[x,y,z]%grcbc_vel_out`| Logical | Enable grcbc for subsonic outflow (pressure + normal velocity) |
815
+
|`bc_[x,y,z]%[u, v, w]_in`| Real | Inflow velocities in x, y and z directions |
816
+
|`bc_[x,y,z]%[u, v, w]_out`| Real | Outflow velocities in x, y and z directions |
817
+
|`bc_[x,y,z]%pres_in`| Real | Inflow pressure |
818
+
|`bc_[x,y,z]%pres_out`| Real | Outflow pressure |
819
+
|`bc_[x,y,z]%alpha_rho_in`| Real Array | Inflow density |
820
+
|`bc_[x,y,z]%alpha_in`| Real Array | Inflow void fraction |
821
+
822
+
*: This boundary condition can be used for subsonic inflow (`bc_[x,y,z]%[beg,end]` = -7) and subsonic outflow (`bc_[x,y,z]%[beg,end]` = -8) characteristic boundary conditions. These are based on [Pirozzoli (2013)](references.md#Pirozzoli13). This enables to provide inflow and outflow conditions outside the computational domain. The parameters associated with this feature are listed in table [Generalized Characteristic Boundary conditions](#generalized-characteristic-boundary-conditions).
0 commit comments