1#ifndef WXM_APPS_FLUX_BC_FIVE_MOMENT_FREESLIP_WALL_H
2#define WXM_APPS_FLUX_BC_FIVE_MOMENT_FREESLIP_WALL_H
87 real* numericalFlux)
const override;
Base Class for physics applications.
Definition: wmapplication.h:93
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Freeslip Wall Flux Boundary Condition This boundary condition is meant to set the boundary condition ...
Definition: freeslip_wall_bc_flux.h:33
~FiveMomentFreeslipWallBCFlux() override
Destructor.
std::vector< int > _variables
Definition: freeslip_wall_bc_flux.h:94
const std::vector< int > & getInputVariableIndexes(int flag) const override
Grab input variable indices.
Definition: freeslip_wall_bc_flux.h:58
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: freeslip_wall_bc_flux.h:68
real _density_min
Definition: freeslip_wall_bc_flux.h:92
real bcNumericalFlux(const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const override
Redefinition of the boundary condition numerical flux.
FiveMomentFreeslipWallBCFlux()
Constructor.
real _pressure_min
Definition: freeslip_wall_bc_flux.h:91
real _gas_gamma
Definition: freeslip_wall_bc_flux.h:90
void setup(const WxCryptSet &wxc) override
Setup.
list apps
Definition: shock_tube.py:33
bc
Definition: advection2d_conservation.py:32
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11