#include <Mixture_Averaged.H>
|
| virtual const char * | model_name () const override |
| |
| | Mixture_Averaged ()=delete |
| |
| | Mixture_Averaged (int a_nspecies, std::vector< double > &a_MW, Thermo::Thermo *a_thermo, IO::ParmParse &pp, std::string name) |
| |
| | ~Mixture_Averaged () override=default |
| |
| double | dynamic_viscosity (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const override |
| |
| double | thermal_conductivity (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const override |
| |
| void | diffusion_coeffs (Set::Patch< Set::Scalar > &DKM, double T, double P, Set::Patch< const Set::Scalar > &X, int i, int j, int k) override |
| |
| | Transport () |
| |
| virtual | ~Transport ()=default |
| |
|
| static constexpr const char * | name = "mixture_averaged" |
| |
Definition at line 39 of file Mixture_Averaged.H.
◆ Mixture_Averaged() [1/2]
| Model::Gas::Transport::Mixture_Averaged::Mixture_Averaged |
( |
| ) |
|
|
delete |
◆ Mixture_Averaged() [2/2]
| Model::Gas::Transport::Mixture_Averaged::Mixture_Averaged |
( |
int |
a_nspecies, |
|
|
std::vector< double > & |
a_MW, |
|
|
Thermo::Thermo * |
a_thermo, |
|
|
IO::ParmParse & |
pp, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ ~Mixture_Averaged()
| Model::Gas::Transport::Mixture_Averaged::~Mixture_Averaged |
( |
| ) |
|
|
overridedefault |
◆ collision_integral()
| double Model::Gas::Transport::Mixture_Averaged::collision_integral |
( |
double |
Tstar | ) |
const |
|
inlineprivate |
◆ diffusion_coeffs()
◆ dynamic_viscosity()
| double Model::Gas::Transport::Mixture_Averaged::dynamic_viscosity |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlineoverridevirtual |
◆ k_eucken()
| double Model::Gas::Transport::Mixture_Averaged::k_eucken |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
n |
|
) |
| const |
|
inlineprivate |
◆ model_name()
| virtual const char * Model::Gas::Transport::Mixture_Averaged::model_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mu_enskog()
| double Model::Gas::Transport::Mixture_Averaged::mu_enskog |
( |
double |
T, |
|
|
int |
i |
|
) |
| const |
|
inlineprivate |
◆ Parse()
◆ thermal_conductivity()
| double Model::Gas::Transport::Mixture_Averaged::thermal_conductivity |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlineoverridevirtual |
◆ MW
| std::vector<double>& Model::Gas::Transport::Mixture_Averaged::MW |
|
private |
◆ name
| constexpr const char* Model::Gas::Transport::Mixture_Averaged::name = "mixture_averaged" |
|
staticconstexpr |
◆ nspecies
| int Model::Gas::Transport::Mixture_Averaged::nspecies |
|
private |
◆ thermo
| Thermo::Thermo const* const Model::Gas::Transport::Mixture_Averaged::thermo |
|
private |
◆ type
| std::string Model::Gas::Transport::Mixture_Averaged::type |
|
private |
◆ val1
| std::vector<double> Model::Gas::Transport::Mixture_Averaged::val1 |
|
private |
◆ val2
| std::vector<double> Model::Gas::Transport::Mixture_Averaged::val2 |
|
private |
The documentation for this class was generated from the following file: