Cantera  2.0
Classes | Namespaces | Enumerations
LTPspecies.h File Reference

Header file defining class LTPspecies and its child classes. More...

#include "cantera/base/ct_defs.h"
#include "TransportBase.h"
#include "cantera/base/FactoryBase.h"
#include <vector>
#include <string>
Include dependency graph for LTPspecies.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LTPspecies
 Class LTPspecies holds transport parameters 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

namespace  Cantera
 Provides class Nucleus.
 

Enumerations

enum  TransportPropertyType {
  TP_UNKNOWN = -1, TP_VISCOSITY = 0, TP_IONCONDUCTIVITY, TP_MOBILITYRATIO,
  TP_SELFDIFFUSION, TP_THERMALCOND, TP_DIFFUSIVITY, TP_HYDRORADIUS,
  TP_ELECTCOND
}
 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 pure (liquid) species properties. More...
 

Detailed Description

Header file defining class LTPspecies and its child classes.

Definition in file LTPspecies.h.