16namespace mhd_two_temperature
85 real* result)
const override;
89 std::unique_ptr<wxm::apps::mhd_two_temperature::AppSetupHelper>
setup_helper_;
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
Sets constant ion and electrons temperatures for the Two-Temperature MHD model.
Definition: constant_temperature.h:35
real Zi_
Proton normalized ion charge.
Definition: constant_temperature.h:96
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of the function evaluator.
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: constant_temperature.h:70
const std::vector< int > & getInputVariableIndexes(int flag) const override
Grab input variable indices.
Definition: constant_temperature.h:60
std::unique_ptr< wxm::apps::mhd_two_temperature::AppSetupHelper > setup_helper_
Helper object that automates common setup routines.
Definition: constant_temperature.h:89
~ConstantTemperature() override
Destructor.
real ion_temperature_
Normalized ion temperature.
Definition: constant_temperature.h:98
real gas_gamma_
Ratio of specific heats.
Definition: constant_temperature.h:92
void setup(const WxCryptSet &wxc) override
Setup.
std::vector< int > output_pressure_idcs_
Definition: constant_temperature.h:107
real min_pressure_floor_
Definition: constant_temperature.h:104
real Ai_
Proton normalized ion mass.
Definition: constant_temperature.h:94
real electron_temperature_
Normalized electron temperature.
Definition: constant_temperature.h:100
ConstantTemperature()
Constructor.
std::vector< int > input_plasma_idcs_
Definition: constant_temperature.h:106
real min_density_floor_
Minimum normalized pressure used in calculations.
Definition: constant_temperature.h:102
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