|
| CEAEvaluator (const CEAThermoMixture< CoeffType > &cea_mixture) |
|
| ~CEAEvaluator () |
|
const NASAThermoMixture
< CoeffType, CEACurveFit
< CoeffType > > & | cea_mixture () const |
|
StateType | cp (const TempCache< StateType > &cache, unsigned int species) const |
| We currently need different specializations for scalar vs vector inputs here. More...
|
|
enable_if_c< has_size
< VectorStateType >::value,
StateType >::type | cp (const TempCache< StateType > &cache, const VectorStateType &mass_fractions) const |
|
this | cp (cache, species)-this-> chem_mixture().R(species)) template< typename StateType, typename VectorStateType >typename enable_if_c< has_size< VectorStateType >::value, StateType >::typecv(const TempCache< StateType > &cache, const VectorStateType &mass_fractions) const |
|
| cv (const TempCache< StateType > &cache, unsigned int species) const ANTIOCH_AUTOFUNC(StateType |
|
| h (const TempCache< StateType > &cache, unsigned int species) const ANTIOCH_AUTOFUNC(StateType |
|
this | chem_mixture ().R(species)*cache.T *this-> h_over_RT(cache, species)) template< typename StateType, typename VectorStateType >typename enable_if_c< has_size< VectorStateType >::value, void >::typeh(const TempCache< StateType > &cache, VectorStateType &h) const |
|
StateType | h_RT_minus_s_R (const TempCache< StateType > &cache, unsigned int species) const |
| We currently need different specializations for scalar vs vector inputs here. More...
|
|
enable_if_c< has_size
< VectorStateType >::value,
void >::type | h_RT_minus_s_R (const TempCache< StateType > &cache, VectorStateType &h_RT_minus_s_R) const |
|
StateType | dh_RT_minus_s_R_dT (const TempCache< StateType > &cache, unsigned int species) const |
|
enable_if_c< has_size
< VectorStateType >::value,
void >::type | dh_RT_minus_s_R_dT (const TempCache< StateType > &cache, VectorStateType &h_RT_minus_s_R) const |
|
StateType | cp_over_R (const TempCache< StateType > &cache, unsigned int species) const |
| Cp over R, directly from the curve fit. More...
|
|
StateType | cv_over_R (const TempCache< StateType > &cache, unsigned int species) const |
| Cv over R, from ideal gas,. More...
|
|
StateType | h_over_RT (const TempCache< StateType > &cache, unsigned int species) const |
| h over RT, directly from the curve fit More...
|
|
StateType | s_over_R (const TempCache< StateType > &cache, unsigned int species) const |
| s over R, directly from the curve fit More...
|
|
template<typename CoeffType = double>
class Antioch::CEAEvaluator< CoeffType >
Definition at line 78 of file ascii_parser.h.