92 real* numericalFlux)
const override;
105 std::vector<std::vector<real>>& internalFlux)
const override;
125 real* numericalFlux)
const;
143 real* numericalFlux)
const;
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 implementing artificial dissipation limiter that uses divergence of velocity as a shock se...
Definition: artificial_dissipation.h:27
real _coeff_mom
Definition: artificial_dissipation.h:156
int _ir
Definition: artificial_dissipation.h:165
real _min_pressure
Minimum normalized pressure used in calculations.
Definition: artificial_dissipation.h:150
real _mass
Definition: artificial_dissipation.h:152
bool _use_v_anom
Definition: artificial_dissipation.h:163
real _diff_cap
Definition: artificial_dissipation.h:158
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Get auxiliary variable indices.
Definition: artificial_dissipation.h:60
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Get output variable indices.
Definition: artificial_dissipation.h:70
int _ith
Definition: artificial_dissipation.h:166
real _gas_gamma
Adiabatic index.
Definition: artificial_dissipation.h:151
real _min_density
Minimum normalized mass density used in calculations.
Definition: artificial_dissipation.h:149
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 redefinition from wmapplication parent.
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
Specific Numerical flux definition for interior penalty method Called by the numerical flux function.
std::vector< std::vector< real > > _flux_tensor
Definition: artificial_dissipation.h:183
real _coeff_heat
Definition: artificial_dissipation.h:157
int _iz
Definition: artificial_dissipation.h:167
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
Internal flux redefinition from wmapplication parent.
std::string _gradient_method
Definition: artificial_dissipation.h:172
std::vector< int > _input_variables
Definition: artificial_dissipation.h:175
real _dx_cut
Definition: artificial_dissipation.h:169
std::vector< real > _params
Definition: artificial_dissipation.h:173
void setup(const WxCryptSet &wxc) override
Setup.
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 Numerical flux definition for local discontinuous galerkin method Called by the numerical fl...
real _coeff_dens
Definition: artificial_dissipation.h:155
bool _is_cyl
Definition: artificial_dissipation.h:162
std::vector< int > _output_variables
Definition: artificial_dissipation.h:177
ArtificialDissipation()
Constructor.
const std::vector< int > & getInputVariableIndexes(int flag) const override
Get input variable indices.
Definition: artificial_dissipation.h:50
real _cfl_diff
Definition: artificial_dissipation.h:160
std::vector< int > _aux_variables
Definition: artificial_dissipation.h:176
~ArtificialDissipation() override
Destructor.
std::unique_ptr< AppSetupHelper > _setup_helper
Helper object that automates common setup routines.
Definition: artificial_dissipation.h:147
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