19 throw IndexError(
"Transport::checkSpeciesIndex",
"species", k,
m_nsp-1);
35 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.
void checkSpeciesIndex(size_t k) const
Check that the specified species index is in range.
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.
void checkSpeciesArraySize(size_t kk) const
Check that an array size is at least nSpecies().
Namespace for the Cantera kernel.