32 "To be removed after Cantera 3.2. Only used by legacy CLib.");
43 out[
"transport"] = name;
Header file defining class TransportFactory (see TransportFactory)
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
A map of string keys to values whose type can vary at runtime.
string canonicalize(const string &name)
Get the canonical name registered for a type.
An array index is out of range.
static TransportFactory * factory()
Return a pointer to a TransportFactory instance.
virtual string transportModel() const
Identifies the model represented by this Transport object.
AnyMap parameters() const
Return the parameters for a phase definition which are needed to reconstruct an identical object usin...
size_t m_nsp
Number of species in the phase.
shared_ptr< Transport > clone(shared_ptr< ThermoPhase > thermo) const
Create a new Transport object using the same transport model and species transport properties as this...
ThermoPhase & thermo()
Phase object.
void checkSpeciesArraySize(size_t kk) const
Check that an array size is at least m_nsp.
size_t checkSpeciesIndex(size_t k) const
Check that the specified species index is in range.
shared_ptr< Transport > newTransport(shared_ptr< ThermoPhase > thermo, const string &model)
Create a new Transport instance.
Namespace for the Cantera kernel.
void warn_deprecated(const string &source, const AnyBase &node, const string &message)
A deprecation warning for syntax in an input file.