1#ifndef WMAPPLICATION_LANGMUIR_WAVEKINETIC_H
2#define WMAPPLICATION_LANGMUIR_WAVEKINETIC_H
35 real* numericalFlux)
const override;
39 std::vector<std::vector<real>>& internalFlux)
const override;
Definition: wmapplication_langmuir_wave_kinetic.h:8
std::string _numerical_flux_type
Definition: wmapplication_langmuir_wave_kinetic.h:48
real _x_factor
Definition: wmapplication_langmuir_wave_kinetic.h:45
real _debye
Definition: wmapplication_langmuir_wave_kinetic.h:44
void setup(const WxCryptSet &wxc) override
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_wave_kinetic.h:24
WmApplication_LangmuirWaveKinetic()
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
std::vector< int > _outputVariables
Definition: wmapplication_langmuir_wave_kinetic.h:51
real _ometau
Definition: wmapplication_langmuir_wave_kinetic.h:42
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_wave_kinetic.h:16
std::vector< std::vector< real > > _flux_right
Definition: wmapplication_langmuir_wave_kinetic.h:56
std::vector< int > _inputVariables
Definition: wmapplication_langmuir_wave_kinetic.h:50
~WmApplication_LangmuirWaveKinetic()
std::vector< std::vector< real > > _flux_left
Definition: wmapplication_langmuir_wave_kinetic.h:55
real _n0
Definition: wmapplication_langmuir_wave_kinetic.h:43
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_wave_kinetic.h:20
real internal_flux(const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const override
std::vector< int > _auxVariables
Definition: wmapplication_langmuir_wave_kinetic.h:52
real _k_factor
Definition: wmapplication_langmuir_wave_kinetic.h:46
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
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11