#include "cantera/thermo/Elements.h"
#include "cantera/thermo/Species.h"
#include "cantera/thermo/SpeciesThermoInterpType.h"
#include "cantera/thermo/SpeciesThermoFactory.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/transport/TransportData.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/global.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
unique_ptr< Species > | newSpecies (const AnyMap &node) |
Create a new Species object from an AnyMap specification. | |
vector< shared_ptr< Species > > | getSpecies (const AnyValue &items) |
Generate Species objects for each item (an AnyMap) in items . | |