1#ifndef KINETICS1D1V_ARBITRARY_SHOCKTUBE_APP_H
2#define KINETICS1D1V_ARBITRARY_SHOCKTUBE_APP_H
73 real* result)
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
Double Rarefaction 1D Riemann Problem See: Buffard and Clain -> Monoslope and multislope MUSCL method...
Definition: 1d1v_arbitrary_shocktube.h:33
real _velocity_x_left
Definition: 1d1v_arbitrary_shocktube.h:82
~Kinetics1d1vArbitraryShocktube()
Destructor.
real _transition_width
Definition: 1d1v_arbitrary_shocktube.h:88
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of the function evaluator.
std::vector< int > _distribution
Definition: 1d1v_arbitrary_shocktube.h:76
real _pressure_right
Definition: 1d1v_arbitrary_shocktube.h:86
Kinetics1d1vArbitraryShocktube()
Constructor.
real _xc
Definition: 1d1v_arbitrary_shocktube.h:79
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: 1d1v_arbitrary_shocktube.h:58
real _density_left
Definition: 1d1v_arbitrary_shocktube.h:81
void setup(const WxCryptSet &wxc) override
Setup.
real _velocity_x_right
Definition: 1d1v_arbitrary_shocktube.h:85
real _density_right
Definition: 1d1v_arbitrary_shocktube.h:84
real _pressure_left
Definition: 1d1v_arbitrary_shocktube.h:83
real _mass
Definition: 1d1v_arbitrary_shocktube.h:78
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