Home
last modified time | relevance | path

Searched refs:T1_unit (Results 1 – 4 of 4) sorted by relevance

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/include/antioch/
H A Dxml_parser.h192 …bool Troe_T1_parameter( NumericType & T1, std::string & T1_unit, std::string & def_unit) c…
H A Dchemkin_parser.h199 …bool Troe_T1_parameter( NumericType & T1, std::string & T1_unit, std::string & def_unit) c…
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dchemkin_parser.C430 …bool ChemKinParser<NumericType>::Troe_T1_parameter(NumericType & T1, std::string & T1_unit, std::s… in Troe_T1_parameter() argument
433 T1_unit = _default_unit.at(ParsingKey::TROE_F_TS); in Troe_T1_parameter()
434 def_unit = T1_unit; in Troe_T1_parameter()
H A Dxml_parser.C746 …bool XMLParser<NumericType>::Troe_T1_parameter(NumericType & T1, std::string & T1_unit, std::strin… in Troe_T1_parameter() argument
750 bool antioch = this->get_parameter(_Troe,_map.at(ParsingKey::TROE_F_TS),T1,T1_unit); in Troe_T1_parameter()