Cantera 2.6.0
|
Base class for transport data for a single species. More...
#include <TransportData.h>
Public Member Functions | |
virtual void | validate (const Species &species) |
AnyMap | parameters (bool withInput) const |
Return the parameters such that an identical species transport object could be reconstructed using the newTransportData() function. More... | |
Public Attributes | |
AnyMap | input |
Input data used for specific models. More... | |
Protected Member Functions | |
virtual void | getParameters (AnyMap &transportNode) const |
Store the parameters needed to reconstruct a TransportData object. More... | |
Base class for transport data for a single species.
Definition at line 19 of file TransportData.h.
|
inline |
Definition at line 22 of file TransportData.h.
|
inlinevirtual |
Definition at line 23 of file TransportData.h.
|
inlinevirtual |
Reimplemented in GasTransportData.
Definition at line 25 of file TransportData.h.
AnyMap parameters | ( | bool | withInput | ) | const |
Return the parameters such that an identical species transport object could be reconstructed using the newTransportData() function.
Behavior specific to derived classes is handled by the getParameters() method.
withInput | If true, include additional input data fields associated with the object, such as user-defined fields from a YAML input file, as stored in the input attribute. |
Definition at line 17 of file TransportData.cpp.
References TransportData::getParameters(), TransportData::input, and AnyMap::update().
|
protectedvirtual |
Store the parameters needed to reconstruct a TransportData object.
Does not include user-defined fields available in input.
Reimplemented in GasTransportData.
Definition at line 27 of file TransportData.cpp.
Referenced by GasTransportData::getParameters(), and TransportData::parameters().
AnyMap input |
Input data used for specific models.
Definition at line 36 of file TransportData.h.
Referenced by TransportData::parameters().