#include <CpConstant.H>
|
| const char * | model_name () const override |
| |
| | CpConstant () |
| |
| | CpConstant (int a_nspecies, IO::ParmParse &pp, std::string name) |
| |
| | ~CpConstant () override=default |
| |
| double | cp_mol (double, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const override |
| |
| double | enthalpy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const override |
| |
| double | entropy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const override |
| |
| | Thermo () |
| |
| virtual | ~Thermo ()=default |
| |
|
| static constexpr const char * | name = "cpconstant" |
| |
|
| int | nspecies = 1 |
| |
| std::vector< double > | cp_moles |
| |
| std::vector< double > | h0 |
| |
| std::vector< double > | s0 |
| |
| std::vector< double > | Tref |
| |
Definition at line 14 of file CpConstant.H.
◆ CpConstant() [1/2]
| Model::Gas::Thermo::CpConstant::CpConstant |
( |
| ) |
|
|
inline |
◆ CpConstant() [2/2]
| Model::Gas::Thermo::CpConstant::CpConstant |
( |
int |
a_nspecies, |
|
|
IO::ParmParse & |
pp, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ ~CpConstant()
| Model::Gas::Thermo::CpConstant::~CpConstant |
( |
| ) |
|
|
overridedefault |
◆ cp_mol()
| double Model::Gas::Thermo::CpConstant::cp_mol |
( |
double |
, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlineoverridevirtual |
◆ enthalpy_mol()
| double Model::Gas::Thermo::CpConstant::enthalpy_mol |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlineoverridevirtual |
◆ entropy_mol()
| double Model::Gas::Thermo::CpConstant::entropy_mol |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inlineoverridevirtual |
◆ model_name()
| const char * Model::Gas::Thermo::CpConstant::model_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Parse()
◆ cp_moles
| std::vector<double> Model::Gas::Thermo::CpConstant::cp_moles |
|
private |
◆ h0
| std::vector<double> Model::Gas::Thermo::CpConstant::h0 |
|
private |
◆ name
| constexpr const char* Model::Gas::Thermo::CpConstant::name = "cpconstant" |
|
staticconstexpr |
◆ nspecies
| int Model::Gas::Thermo::CpConstant::nspecies = 1 |
|
private |
◆ s0
| std::vector<double> Model::Gas::Thermo::CpConstant::s0 |
|
private |
◆ Tref
| std::vector<double> Model::Gas::Thermo::CpConstant::Tref |
|
private |
The documentation for this class was generated from the following file: