antioch-0.4.0
|
#include <ascii_parser.h>
Public Member Functions | |
IdealGasMicroThermo (const MacroThermo &ext_thermo, const ChemicalMixture< CoeffType > &chem_mix) | |
~IdealGasMicroThermo () | |
template<typename StateType > | |
const | ANTIOCH_AUTO (StateType) cv_vib(unsigned int s |
cv_vib More... | |
const const StateType &T const | ANTIOCH_AUTOFUNC (StateType,(_chem_mix.chemical_species()[s]->n_tr_dofs()< CoeffType(2.))?zero_clone(T):_ext_therm.cv(TempCache< StateType >(T), s)-this->cv_tr(s)) template< typename StateType > const ANTIOCH_AUTO(StateType) cv_vib_over_R(unsigned int s |
cv_vib/R More... | |
const const StateType &T const const StateType &T const | ANTIOCH_AUTOFUNC (StateType,(_chem_mix.chemical_species()[s]->n_tr_dofs()< CoeffType(2.))?zero_clone(T):_ext_therm.cv_over_R(TempCache< StateType >(T), s)-this->cv_tr_over_R(s)) const CoeffType cv_rot(unsigned int s) const |
cv_rot More... | |
const CoeffType | cv_rot_over_R (unsigned int s) const |
cv_rot/R More... | |
const CoeffType | cv_trans (unsigned int s) const |
cv_trans More... | |
const CoeffType | cv_trans_over_R (unsigned int s) const |
cv_trans/R More... | |
const CoeffType | cv_tr (unsigned int s) const |
cv_trans-rot More... | |
const CoeffType | cv_tr_over_R (unsigned int s) const |
cv_trans_rot/R More... | |
Private Attributes | |
const ChemicalMixture < CoeffType > & | _chem_mix |
const MacroThermo & | _ext_therm |
Definition at line 85 of file ascii_parser.h.
|
inline |
Definition at line 86 of file ideal_gas_micro_thermo.h.
|
inline |
Definition at line 95 of file ideal_gas_micro_thermo.h.
const Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::ANTIOCH_AUTO | ( | StateType | ) |
cv_vib
const const StateType& T const Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::ANTIOCH_AUTOFUNC | ( | StateType | , |
(_chem_mix.chemical_species()[s]->n_tr_dofs()< CoeffType(2.))?zero_clone(T):_ext_therm.cv(TempCache< StateType >(T), s)-this->cv_tr(s) | |||
) | const |
cv_vib/R
const const StateType& T const const StateType& T const Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::ANTIOCH_AUTOFUNC | ( | StateType | , |
(_chem_mix.chemical_species()[s]->n_tr_dofs()< CoeffType(2.))?zero_clone(T):_ext_therm.cv_over_R(TempCache< StateType >(T), s)-this->cv_tr_over_R(s) | |||
) | const |
cv_rot
|
inline |
cv_rot/R
Definition at line 125 of file ideal_gas_micro_thermo.h.
References Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::cv_tr_over_R(), Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::cv_trans_over_R(), and std::max().
|
inline |
cv_trans-rot
Definition at line 109 of file ideal_gas_micro_thermo.h.
References Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::_chem_mix.
|
inline |
cv_trans_rot/R
Definition at line 102 of file ideal_gas_micro_thermo.h.
References Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::_chem_mix.
Referenced by Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::cv_rot_over_R().
|
inline |
cv_trans
Definition at line 132 of file ideal_gas_micro_thermo.h.
References Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::_chem_mix.
|
inline |
cv_trans/R
Definition at line 139 of file ideal_gas_micro_thermo.h.
Referenced by Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::cv_rot_over_R().
|
private |
|
private |
Definition at line 81 of file ideal_gas_micro_thermo.h.