#include <AMReX_REAL.H>
#include <AMReX_Arena.H>
Go to the source code of this file.
|
| namespace | BCVars |
| | Boundary fill types.
|
| |
| namespace | BdyVars |
| | These are only for the variables read in from netcdf boundary condition files.
|
| |
| namespace | REMORABCType |
| |
|
| enum | {
BCVars::cons_bc = 0
, BCVars::Temp_bc_comp = 0
, BCVars::Salt_bc_comp
, BCVars::Scalar_bc_comp
,
BCVars::xvel_bc = NCONS
, BCVars::yvel_bc
, BCVars::zvel_bc
, BCVars::ubar_bc
,
BCVars::vbar_bc
, BCVars::zeta_bc
, BCVars::tke_bc
, BCVars::foextrap_periodic_bc
,
BCVars::foextrap_bc
, BCVars::u2d_simple_bc
, BCVars::v2d_simple_bc
, BCVars::NumTypes
} |
| |
| enum | {
BdyVars::null = -1
, BdyVars::u = 0
, BdyVars::v = 1
, BdyVars::t = 2
,
BdyVars::s = 3
, BdyVars::ubar
, BdyVars::vbar
, BdyVars::zeta
,
BdyVars::NumTypes
} |
| |
| enum struct | REMORA_BC {
symmetry
, inflow
, outflow
, no_slip_wall
,
slip_wall
, periodic
, clamped
, chapman
,
flather
, orlanski_rad
, orlanski_rad_nudge
, undefined
} |
| |
| enum | REMORABCType::mathematicalBndryTypes : int {
REMORABCType::bogus = -666
, REMORABCType::reflect_odd = -1
, REMORABCType::int_dir = 0
, REMORABCType::reflect_even = 1
,
REMORABCType::foextrap = 2
, REMORABCType::ext_dir = 3
, REMORABCType::clamped = 4
, REMORABCType::chapman = 5
,
REMORABCType::flather = 6
, REMORABCType::orlanski_rad = 7
, REMORABCType::orlanski_rad_nudge = 8
} |
| |
◆ NC2D
◆ NC3D
◆ NCH2D
◆ NCONS
◆ NGROW
◆ Salt_comp
◆ Scalar_comp
◆ Temp_comp
◆ REMORA_BC
| Enumerator |
|---|
| symmetry | |
| inflow | |
| outflow | |
| no_slip_wall | |
| slip_wall | |
| periodic | |
| clamped | |
| chapman | |
| flather | |
| orlanski_rad | |
| orlanski_rad_nudge | |
| undefined | |
Definition at line 65 of file REMORA_IndexDefines.H.