1#ifndef IMHD_CONDUCTING_WALL_FREESLIP_TEST_H
2#define IMHD_CONDUCTING_WALL_FREESLIP_TEST_H
78 real* q_out)
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
This applies the Conducting Wall Freeslip using a subapplication function around a WmICFunction which...
Definition: conducting_wall_freeslip.h:33
std::unique_ptr< WmApplication > _ic_app
Definition: conducting_wall_freeslip.h:93
real _min_pressure
Definition: conducting_wall_freeslip.h:83
void bc_q(const real *q_in, const real *aux_in, const real *aux_out, const solverVariables_t *pFV, real *q_out) const override
redefinition of boundary condition from WmApplication parent
real _gas_gamma
Definition: conducting_wall_freeslip.h:81
const std::vector< int > & getInputVariableIndexes(int flag) const override
Grab input variable indices.
Definition: conducting_wall_freeslip.h:56
std::vector< int > _input_variables
Definition: conducting_wall_freeslip.h:89
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: conducting_wall_freeslip.h:66
void setup(const WxCryptSet &wxc) override
Setup.
ConductingWallFreeslip()
Constructor.
std::unique_ptr< WmApplication > _pressure_app
Definition: conducting_wall_freeslip.h:95
std::vector< int > _output_variables
Definition: conducting_wall_freeslip.h:90
bool _use_arc
Boolean for use of the curved arc boundary normal.
Definition: conducting_wall_freeslip.h:85
real _min_density
Definition: conducting_wall_freeslip.h:82
std::unique_ptr< WmApplication > _density_app
Definition: conducting_wall_freeslip.h:94
~ConductingWallFreeslip() override
Destructor.
list apps
Definition: shock_tube.py:33
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