Cantera  2.0
Public Member Functions | Public Attributes | List of all members
TransportParams Class Reference

Base structure to hold transport model parameters. More...

#include <TransportParams.h>

Inheritance diagram for TransportParams:
[legend]
Collaboration diagram for TransportParams:
[legend]

Public Member Functions

 TransportParams ()
 Default Constructor.
 
virtual ~TransportParams ()
 Destructor.
 

Public Attributes

size_t nsp_
 Local storage of the number of species.
 
thermo_tthermo
 Pointer to the ThermoPhase object.
 
vector_fp mw
 Local storage of the molecular weights of the species.
 
VelocityBasis velocityBasis_
 A basis for the average velocity can be specified.
 
doublereal tmax
 Maximum temperatures for parameter fits.
 
doublereal tmin
 Minimum temperatures for parameter fits.
 
int mode_
 Mode parameter.
 
XML_Writer * xml
 Pointer to the xml tree describing the implementation of transport for this object.
 
int log_level
 Log level.
 

Detailed Description

Base structure to hold transport model parameters.

This structure is used by TransportFactory.

Definition at line 42 of file TransportParams.h.

Constructor & Destructor Documentation

Default Constructor.

Definition at line 25 of file TransportParams.cpp.

~TransportParams ( )
virtual

Destructor.

Definition at line 39 of file TransportParams.cpp.

References TransportParams::xml.

Member Data Documentation

size_t nsp_
thermo_t* thermo

Local storage of the molecular weights of the species.

Length is nsp_ and units are kg kmol-1.

Definition at line 63 of file TransportParams.h.

Referenced by TransportFactory::fitProperties(), TransportFactory::getBinDiffCorrection(), TransportFactory::setupLiquidTransport(), and TransportFactory::setupMM().

VelocityBasis velocityBasis_

A basis for the average velocity can be specified.

Valid bases include "mole", "mass", and "species" names.

Definition at line 69 of file TransportParams.h.

Referenced by TransportFactory::getLiquidInteractionsTransportData(), and LiquidTransport::initLiquid().

doublereal tmax

Maximum temperatures for parameter fits.

Definition at line 72 of file TransportParams.h.

Referenced by TransportFactory::fitProperties(), TransportFactory::setupLiquidTransport(), and TransportFactory::setupMM().

doublereal tmin

Minimum temperatures for parameter fits.

Definition at line 75 of file TransportParams.h.

Referenced by TransportFactory::fitProperties(), TransportFactory::setupLiquidTransport(), and TransportFactory::setupMM().

int mode_
XML_Writer* xml
int log_level

The documentation for this class was generated from the following files: