24 if (lcname ==
"water") {
26 }
else if (lcname ==
"nitrogen") {
28 }
else if (lcname ==
"methane") {
30 }
else if (lcname ==
"hydrogen") {
32 }
else if (lcname ==
"oxygen") {
34 }
else if (lcname ==
"hfc-134a" || lcname ==
"hfc134a") {
36 }
else if (lcname ==
"carbon-dioxide" || lcname ==
"carbondioxide") {
38 }
else if (lcname ==
"heptane") {
42 " definition known for '{}'.", name);
Base class for exceptions thrown by Cantera classes.
Pure species representation of carbon dioxide.
Equation of state for HFC-134a.
Pure species representation of heptane.
Base class from which all pure substances are derived.
Pure species representation of hydrogen.
Pure species representation of methane.
Pure species representation of nitrogen.
Pure species representation of oxygen.
Pure species representation of water.
This file contains definitions for utility functions and text for modules, inputfiles and logging,...
string toLowerCopy(const string &input)
Convert to lower case.
Contains declarations for string manipulation functions within Cantera.
Substance * newSubstance(const std::string &name)
Create a new Substance object corresponding to the specified name.