1#ifndef WMAPPLICATION_LANGMUIRDIFFUSIONCOEFFICIENT_H
2#define WMAPPLICATION_LANGMUIRDIFFUSIONCOEFFICIENT_H
37 real* result)
const override;
Definition: wmapplication_langmuir_diffusion_coefficient.h:10
WmApplication_LangmuirDiffusionCoefficient()
std::vector< int > _outputVariables
Definition: wmapplication_langmuir_diffusion_coefficient.h:58
std::vector< real > _reOmega
Definition: wmapplication_langmuir_diffusion_coefficient.h:54
std::vector< real > _imOmega
Definition: wmapplication_langmuir_diffusion_coefficient.h:55
std::vector< int > _inputVariables
Definition: wmapplication_langmuir_diffusion_coefficient.h:57
const std::vector< int > & getInputVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_diffusion_coefficient.h:18
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_diffusion_coefficient.h:28
real realDispersion(const real kx, const real ky, const real kz) const
std::vector< real > _kPrimed
Definition: wmapplication_langmuir_diffusion_coefficient.h:53
~WmApplication_LangmuirDiffusionCoefficient() override
real interpolateGrowthRates(const std::vector< real > &kScaled, const std::vector< real > &growthRates, real this_k) const
real _mass_ratio
Definition: wmapplication_langmuir_diffusion_coefficient.h:51
real linearDamping(const real kx, const real ky, const real kz) const
void setup(const WxCryptSet &wxc) override
std::vector< int > _auxVariables
Definition: wmapplication_langmuir_diffusion_coefficient.h:59
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Definition: wmapplication_langmuir_diffusion_coefficient.h:23
real _ometau
Definition: wmapplication_langmuir_diffusion_coefficient.h:50
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