#include <Thermo.H>
|
| | Thermo () |
| |
| virtual | ~Thermo ()=default |
| |
| virtual const char * | model_name () const =0 |
| |
| virtual double | cp_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0 |
| |
| virtual double | enthalpy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0 |
| |
| virtual double | entropy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0 |
| |
Definition at line 13 of file Thermo.H.
◆ Thermo()
| Model::Gas::Thermo::Thermo::Thermo |
( |
| ) |
|
|
inline |
◆ ~Thermo()
| virtual Model::Gas::Thermo::Thermo::~Thermo |
( |
| ) |
|
|
virtualdefault |
◆ cp_mol()
| virtual double Model::Gas::Thermo::Thermo::cp_mol |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
pure virtual |
◆ enthalpy_mol()
| virtual double Model::Gas::Thermo::Thermo::enthalpy_mol |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
pure virtual |
◆ entropy_mol()
| virtual double Model::Gas::Thermo::Thermo::entropy_mol |
( |
double |
T, |
|
|
Set::Patch< const Set::Scalar > & |
X, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
| const |
|
pure virtual |
◆ model_name()
| virtual const char * Model::Gas::Thermo::Thermo::model_name |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: