16 class LTPError :
public CanteraError
25 CanteraError(
"LTPspecies",
"error parsing transport data: " + msg +
"\n") {
42 doublereal& A, doublereal& b, doublereal& E)
48 E =
getFloat(node,
"E",
"actEnergy");
65 LTPspecies::LTPspecies(
const XML_Node*
const propNode, std::string name,
68 m_model(LTP_TD_NOTSET),
74 if (propNode->
hasChild(
"mixtureWeighting")) {
177 if (&right !=
this) {
194 return (dynamic_cast<LTPspecies*>(prp));
227 doublereal A_k, n_k, Tact_k;
248 if (&right !=
this) {
270 return (dynamic_cast<LTPspecies*>(prp));
352 if (&right !=
this) {
371 return (dynamic_cast<LTPspecies*>(prp));
382 for (
int i = 0; i < (int)
m_coeffs.size() ; i++) {
425 if (&right !=
this) {
444 return (dynamic_cast<LTPspecies*>(prp));
455 doublereal tempN = 1.0;
456 doublereal tmp = 0.0;
457 for (
int i = 1; i < (int)
m_coeffs.size() ; i++) {