Skip to content

Commit c032ee9

Browse files
author
Anand Radhakrishnan
committed
Merge branch 'GRCBC' of https://github.com/anandrdbz/MFC into GRCBC
2 parents 66ed3a5 + 6e4e2df commit c032ee9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/documentation/case.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,23 @@ The boundary condition supported by the MFC are listed in table [Boundary Condit
805805
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)).
806806
The entries labeled "Characteristic." are characteristic boundary conditions based on [Thompson (1987)](references.md#Thompson87) and [Thompson (1990)](references.md#Thompson90).
807807

808+
### Generalized Characteristic Boundary conditions
809+
810+
| Parameter | Type | Description |
811+
| ---: | :----: | :--- |
812+
| `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).
823+
824+
808825
### Patch types
809826

810827
| # | Name | Dim. | Smooth | Description |

docs/documentation/references.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
- <a id="Meng16">Meng, J. C. C. (2016). Numerical simulations of droplet aerobreakup. PhD thesis, California Institute of Technology.</a>
3434

35+
- <a id="Pirozzoli13">Pirozzoli, S., and Colonius, T. (2013). Generalized characteristic relaxation boundary conditions for unsteady compressible flow simulations. Journal of Computational Physics, 248:109-126.</a>
36+
3537
- <a id="Preston07">Preston, A., Colonius, T., and Brennen, C. (2007). A reduced-order model of diffusive effects on the dynamics of bubbles. Physics of Fluids, 19(12):123302.</a>
3638

3739
- <a id="Saurel09">Saurel, R., Petitpas, F., and Berry, R. A. (2009). Simple and efficient relaxation methods for interfaces separating compressible fluids, cavitating flows and shocks in multiphase mixtures. journal of Computational Physics, 228(5):1678–1712</a>

0 commit comments

Comments
 (0)