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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -822,15 +822,14 @@ The entries labeled "Characteristic." are characteristic boundary conditions bas
822
822
|`bc_[x,y,z]%grcbc_in`| Logical | Enable grcbc for subsonic inflow |
823
823
|`bc_[x,y,z]%grcbc_out`| Logical | Enable grcbc for subsonic outflow (pressure)|
824
824
|`bc_[x,y,z]%grcbc_vel_out`| Logical | Enable grcbc for subsonic outflow (pressure + normal velocity) |
825
-
|`bc_[x,y,z]%[u, v, w]_in`| Real| Inflow velocities in x, y and z directions |
826
-
|`bc_[x,y,z]%[u, v, w]_out`| Real| Outflow velocities in x, y and z directions |
825
+
|`bc_[x,y,z]%vel_in`| Real Array| Inflow velocities in x, y and z directions |
826
+
|`bc_[x,y,z]%vel_out`| Real Array| Outflow velocities in x, y and z directions |
827
827
|`bc_[x,y,z]%pres_in`| Real | Inflow pressure |
828
828
|`bc_[x,y,z]%pres_out`| Real | Outflow pressure |
829
829
|`bc_[x,y,z]%alpha_rho_in`| Real Array | Inflow density |
830
830
|`bc_[x,y,z]%alpha_in`| Real Array | Inflow void fraction |
831
831
832
-
*: 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).
833
-
832
+
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.
0 commit comments