12namespace hyperresistivity
81 std::vector<std::vector<real>>& internalFlux)
const override;
98 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
The OhmsLaw class calculates the internal (or analytic) flux term for the hyperresistive term of Ohm'...
Definition: ohms_law.h:32
~OhmsLaw() override
Destructor.
std::string _coordinate_system
Definition: ohms_law.h:105
std::vector< int > _inputVariables
Definition: ohms_law.h:102
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Get output variable indices.
Definition: ohms_law.h:65
int _ith
Definition: ohms_law.h:107
real _hyperresistive_nu
Definition: ohms_law.h:101
std::vector< std::vector< real > > _flux_tensor
Definition: ohms_law.h:113
const std::vector< int > & getInputVariableIndexes(int flag) const override
Get input variable indices.
Definition: ohms_law.h:55
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
Internal flux definition.
int _iz
Definition: ohms_law.h:107
int _ir
Definition: ohms_law.h:107
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
Numerical flux definition.
std::vector< int > _outputVariables
Definition: ohms_law.h:103
void setup(const WxCryptSet &wxc) override
Setup.
int _radial_index
Definition: ohms_law.h:106
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