12namespace hyperresistivity
91 std::vector<std::vector<real>>& internalFlux)
const override;
108 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 ElectricFieldEffect class takes an Electric field term in Ohms Law as defined by the user and app...
Definition: electric_field_effect.h:32
real _omct
Definition: electric_field_effect.h:115
~ElectricFieldEffect() override
Destructor.
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Get auxiliary variable indices.
Definition: electric_field_effect.h:65
const std::vector< int > & getInputVariableIndexes(int flag) const override
Get input variable indices.
Definition: electric_field_effect.h:55
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 > _inputVariables
Definition: electric_field_effect.h:111
std::vector< int > _outputVariables
Definition: electric_field_effect.h:113
real _hyperresistive_nu
Definition: electric_field_effect.h:114
std::vector< int > _auxVariables
Definition: electric_field_effect.h:112
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Get output variable indices.
Definition: electric_field_effect.h:75
real _cfl_hyperdiff
Definition: electric_field_effect.h:116
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
Internal flux definition.
void setup(const WxCryptSet &wxc) override
Setup.
std::vector< std::vector< real > > _flux_tensor
Definition: electric_field_effect.h:122
ElectricFieldEffect()
Constructor.
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