Home
last modified time | relevance | path

Searched refs:cv_tr_over_R (Results 1 – 3 of 3) sorted by relevance

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/thermo/include/antioch/
H A Dmacro_micro_thermo_base.h119 CoeffType cv_tr_over_R (const unsigned int species) const;
219 return max(this->cv_tr_over_R(species) - this->cv_trans_over_R(species), CoeffType(0) ); in cv_rot_over_R()
231 …CoeffType MacroMicroThermoBase<CoeffType,Subclass>::cv_tr_over_R (const unsigned int species) const in cv_tr_over_R() function
H A Dideal_gas_micro_thermo.h71 … ? zero_clone(T) : _ext_therm.cv_over_R(TempCache<StateType>(T),s) - this->cv_tr_over_R(s) ) in ANTIOCH_AUTO()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/standard_unit/
H A Dmacro_micro_thermo_test.C91 _thermo->cv_tr_over_R(s), in test_cv_tr_over_R()