13namespace mhd_two_temperature
15namespace resistive_mhd
55 real* numericalFlux)
const override;
59 std::vector<std::vector<real>>& internalFlux)
const override;
73 real* numericalFlux)
const;
80 real* numericalFlux)
const;
83 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
Class used implement Resistive MHD terms for the Two-Temperature MHD model.
Definition: resistive_terms.h:27
real max_eta_
Definition: resistive_terms.h:106
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: resistive_terms.h:39
std::vector< int > q_indexes_
Definition: resistive_terms.h:85
real gas_gamma_
Definition: resistive_terms.h:92
real skin_depth_norm_
Definition: resistive_terms.h:93
real min_density_
Definition: resistive_terms.h:104
real numerical_flux(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 fluxes from parent
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: resistive_terms.h:44
std::string resistivity_type_
Definition: resistive_terms.h:101
real min_eta_
Definition: resistive_terms.h:107
real n_vac_
Definition: resistive_terms.h:109
real eta_vac_
Definition: resistive_terms.h:110
real min_pressure_floor_
Definition: resistive_terms.h:89
bool const_resisitivity_
Definition: resistive_terms.h:99
real nu_p_norm_
Definition: resistive_terms.h:94
real numerical_flux_ip(const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const
std::vector< int > grad_q_indexes_
Definition: resistive_terms.h:86
std::unique_ptr< wxm::apps::mhd_two_temperature::AppSetupHelper > setup_helper_
Helper object that automates common setup routines.
Definition: resistive_terms.h:83
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: resistive_terms.h:34
int iz_
Definition: resistive_terms.h:117
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
real source(const real *q, const real *aux, const elementGeometry_t *pEG, real *source) const override
real omega_p_norm_
Definition: resistive_terms.h:95
real constant_resistivity_eta_
Definition: resistive_terms.h:98
int radial_index_
Definition: resistive_terms.h:115
real Ai_
Definition: resistive_terms.h:90
real min_density_floor_
Definition: resistive_terms.h:88
std::string coordinate_system_
Definition: resistive_terms.h:114
int ir_
r, theta, and z indices
Definition: resistive_terms.h:117
real lnlam_
Definition: resistive_terms.h:96
real cfl_diff_
Definition: resistive_terms.h:112
real Zi_
Definition: resistive_terms.h:91
std::vector< std::vector< real > > flux_tensor_
Flux tensor is used to calculate left and right fluxes for numerical flux mutable because this will c...
Definition: resistive_terms.h:123
real min_pressure_
Definition: resistive_terms.h:105
void setup(const WxCryptSet &wxc) override
real numerical_flux_ldg(const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const
specific calls
int ith_
Definition: resistive_terms.h:117
std::string gradient_method_
Definition: resistive_terms.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