6 #ifndef CT_LTPSPECIES_H
7 #define CT_LTPSPECIES_H
doublereal m_logProp
logarithm of most recent evaluation of transport property
virtual LTPspecies * duplMyselfAsLTPspecies() const
Duplicates the current object given the parent class reference.
TransportPropertyType
Enumeration of the types of transport properties that can be handled by the variables in the various ...
virtual doublereal getSpeciesTransProp()
Returns the vector of standard state species transport property.
LTPspecies_Const & operator=(const LTPspecies_Const &right)
Assignment operator.
virtual void adjustCoeffsForComposition()
Internal model to adjust species-specific properties for the composition.
doublereal m_logt
logarithm of current temperature
LTPspecies_Const(const XML_Node &propNode, const std::string name, TransportPropertyType tp_ind, const thermo_t *const thermo)
Construct an LTPspecies object for a liquid transport property expressed as a constant value...
doublereal getSpeciesTransProp()
Returns the standard state species transport property.
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
virtual bool checkPositive() const
Check to see if the property evaluation will be positive.
Class XML_Node is a tree-based representation of the contents of an XML file.
doublereal getSpeciesTransProp()
Returns the standard state species transport property.
std::string m_speciesName
Species Name for the property that is being described.
Class LTPspecies_Arrhenius holds transport parameters for a specific liquid-phase species (LTPspecies...
doublereal m_temp
temperature from thermo object
LTPspecies & operator=(const LTPspecies &right)
Assignment operator.
LTPspecies_Arrhenius(const XML_Node &propNode, const std::string name, TransportPropertyType tp_ind, const thermo_t *thermo)
Construct an LTPspecies object for a liquid transport property expressed in extended Arrhenius form...
virtual LTPspecies * duplMyselfAsLTPspecies() const
Duplicates the current object given the parent class reference.
Base class for a phase with thermodynamic properties.
doublereal m_prop
most recent evaluation of transport property
const thermo_t * m_thermo
Pointer to a const thermo object to get current temperature.
doublereal getMixWeight() const
Return the weight mixture.
virtual LTPspecies * duplMyselfAsLTPspecies() const
Duplicates the current object given the parent class reference.
doublereal getSpeciesTransProp()
Return the standard state species value for this transport property evaluated from the Arrhenius expr...
LTPTemperatureDependenceType
Temperature dependence type for standard state species properties.
LTPspecies_Poly(const XML_Node &propNode, const std::string name, TransportPropertyType tp_ind, const thermo_t *thermo)
Construct an LTPspecies object for a liquid transport property expressed as a polynomial in temperatu...
LTPspecies_ExpT(const XML_Node &propNode, const std::string name, TransportPropertyType tp_ind, const thermo_t *thermo)
Construct an LTPspecies object for a liquid transport property expressed as an exponential in tempera...
LTPTemperatureDependenceType m_model
Model type for the temperature dependence.
vector_fp m_coeffs
Model temperature-dependence ceofficients.
LTPspecies_Arrhenius & operator=(const LTPspecies_Arrhenius &right)
Assignment operator.
virtual LTPspecies * duplMyselfAsLTPspecies() const
Duplicates the current object given the parent class reference.
doublereal getSpeciesTransProp()
Returns the standard state species transport property.
Class LTPspecies_Const holds transport parameters for a specific liquid-phase species (LTPspecies) wh...
Class LTPspecies holds transport parameterizations for a specific liquid-phase species.
virtual LTPspecies * duplMyselfAsLTPspecies() const
Duplication routine.
LTPspecies_Poly & operator=(const LTPspecies_Poly &right)
Assignment operator.
Class LTPspecies_ExpT holds transport parameters for a specific liquid- phase species (LTPspecies) wh...
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
doublereal m_prop
most recent evaluation of transport property
doublereal m_temp
temperature from thermo object
doublereal m_temp
temperature from thermo object
LTPspecies_ExpT & operator=(const LTPspecies_ExpT &right)
Assignment operator.
virtual ~LTPspecies()
Destructor.
doublereal m_mixWeight
Weighting used for mixing.
doublereal m_prop
most recent evaluation of the transport property
Class LTPspecies_Poly holds transport parameters for a specific liquid-phase species (LTPspecies) whe...
TransportPropertyType m_property
enum indicating which property this is (i.e viscosity)
LTPspecies(const XML_Node *const propNode=0, const std::string name="-", TransportPropertyType tp_ind=TP_UNKNOWN, const thermo_t *thermo=0)
Construct an LTPspecies object for a liquid transport property.