1#ifndef WXM_APPS_5MOMENT_EULER1D_RIEMANN_PROBLEM_ANALYTIC_SOLUTION_H
2#define WXM_APPS_5MOMENT_EULER1D_RIEMANN_PROBLEM_ANALYTIC_SOLUTION_H
79 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
Class that calculates the analytic solution to the Riemann Problem for the Euler Equations.
Definition: euler1d_riemann_problem_analytic_solution.h:28
~Euler1D_Riemann_Problem_Analytic_Solution() override
std::vector< real > _w_left
Definition: euler1d_riemann_problem_analytic_solution.h:86
std::vector< real > _q_right
Definition: euler1d_riemann_problem_analytic_solution.h:93
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: euler1d_riemann_problem_analytic_solution.h:55
Euler1D_Riemann_Problem_Analytic_Solution()
std::vector< real > _q_left
Definition: euler1d_riemann_problem_analytic_solution.h:91
std::vector< int > _variables
Definition: euler1d_riemann_problem_analytic_solution.h:100
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of fluxes from parent.
std::vector< real > _wave_speeds
Definition: euler1d_riemann_problem_analytic_solution.h:96
std::vector< std::vector< real > > _w_states
Definition: euler1d_riemann_problem_analytic_solution.h:98
std::vector< std::vector< real > > _q_states
Definition: euler1d_riemann_problem_analytic_solution.h:97
std::vector< real > _w_right
Definition: euler1d_riemann_problem_analytic_solution.h:88
real _xc
Definition: euler1d_riemann_problem_analytic_solution.h:84
void setup(const WxCryptSet &wxc) override
Determine all states and wave speeds given initial pritimive variable left and right conditions for t...
real _gas_gamma
Definition: euler1d_riemann_problem_analytic_solution.h:82
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