|
Cantera
2.4.0
|
Header file defining class LTPspecies and its child classes. More...
#include "TransportBase.h"Go to the source code of this file.
Classes | |
| class | LTPspecies |
| Class LTPspecies holds transport parameterizations for a specific liquid- phase species. More... | |
| class | LTPspecies_Const |
| Class LTPspecies_Const holds transport parameters for a specific liquid- phase species (LTPspecies) when the transport property is just a constant value. More... | |
| class | LTPspecies_Arrhenius |
| Class LTPspecies_Arrhenius holds transport parameters for a specific liquid- phase species (LTPspecies) when the transport property is expressed in Arrhenius form. More... | |
| class | LTPspecies_Poly |
| Class LTPspecies_Poly holds transport parameters for a specific liquid-phase species (LTPspecies) when the transport property is expressed as a polynomial in temperature. More... | |
| class | LTPspecies_ExpT |
| Class LTPspecies_ExpT holds transport parameters for a specific liquid- phase species (LTPspecies) when the transport property is expressed as an exponential in temperature. More... | |
Namespaces | |
| Cantera | |
| Namespace for the Cantera kernel. | |
Enumerations | |
| enum | TransportPropertyType { TP_UNKNOWN = -1, TP_VISCOSITY = 0, TP_IONCONDUCTIVITY, TP_MOBILITYRATIO, TP_SELFDIFFUSION, TP_THERMALCOND, TP_DIFFUSIVITY, TP_HYDRORADIUS, TP_ELECTCOND, TP_DEFECTCONC, TP_DEFECTDIFF } |
| Enumeration of the types of transport properties that can be handled by the variables in the various Transport classes. More... | |
| enum | LTPTemperatureDependenceType { LTP_TD_NOTSET =-1, LTP_TD_CONSTANT, LTP_TD_ARRHENIUS, LTP_TD_POLY, LTP_TD_EXPT } |
| Temperature dependence type for standard state species properties. More... | |
Header file defining class LTPspecies and its child classes.
Definition in file LTPspecies.h.
1.8.14