Cantera
2.1.2
|
Base structure to hold transport model parameters. More...
#include <TransportParams.h>
Public Attributes | |
size_t | nsp_ |
Local storage of the number of species. More... | |
thermo_t * | thermo |
Pointer to the ThermoPhase object. More... | |
vector_fp | mw |
Local storage of the molecular weights of the species. More... | |
VelocityBasis | velocityBasis_ |
A basis for the average velocity can be specified. More... | |
doublereal | tmax |
Maximum temperatures for parameter fits. More... | |
doublereal | tmin |
Minimum temperatures for parameter fits. More... | |
int | mode_ |
Mode parameter. More... | |
XML_Writer * | xml |
Pointer to the xml tree describing the implementation of transport for this object. More... | |
int | log_level |
Log level. More... | |
Base structure to hold transport model parameters.
This structure is used by TransportFactory.
Definition at line 36 of file TransportParams.h.
size_t nsp_ |
Local storage of the number of species.
Definition at line 43 of file TransportParams.h.
Referenced by TransportFactory::fitCollisionIntegrals(), TransportFactory::fitProperties(), TransportFactory::getLiquidInteractionsTransportData(), TransportFactory::getLiquidSpeciesTransportData(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().
thermo_t* thermo |
Pointer to the ThermoPhase object.
Definition at line 46 of file TransportParams.h.
Referenced by TransportFactory::fitProperties(), TransportFactory::getLiquidInteractionsTransportData(), TransportFactory::getLiquidSpeciesTransportData(), TransportFactory::getSolidTransportData(), GasTransport::initGas(), PecosTransport::initGas(), LiquidTransport::initLiquid(), SimpleTransport::initLiquid(), AqueousTransport::initLiquid(), SolidTransport::initSolid(), TransportFactory::newLTI(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().
vector_fp mw |
Local storage of the molecular weights of the species.
Length is nsp_ and units are kg kmol-1.
Definition at line 52 of file TransportParams.h.
Referenced by TransportFactory::fitProperties(), TransportFactory::getBinDiffCorrection(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().
VelocityBasis velocityBasis_ |
A basis for the average velocity can be specified.
Valid bases include "mole", "mass", and "species" names.
Definition at line 58 of file TransportParams.h.
Referenced by TransportFactory::getLiquidInteractionsTransportData(), and LiquidTransport::initLiquid().
doublereal tmax |
Maximum temperatures for parameter fits.
Definition at line 61 of file TransportParams.h.
Referenced by TransportFactory::fitProperties(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().
doublereal tmin |
Minimum temperatures for parameter fits.
Definition at line 64 of file TransportParams.h.
Referenced by TransportFactory::fitProperties(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().
int mode_ |
Mode parameter.
Definition at line 67 of file TransportParams.h.
Referenced by TransportFactory::fitCollisionIntegrals(), TransportFactory::fitProperties(), GasTransport::initGas(), PecosTransport::initGas(), LiquidTransport::initLiquid(), AqueousTransport::initLiquid(), and TransportFactory::setupMM().
XML_Writer* xml |
Pointer to the xml tree describing the implementation of transport for this object.
Definition at line 70 of file TransportParams.h.
Referenced by TransportFactory::fitCollisionIntegrals(), TransportFactory::fitProperties(), TransportFactory::initLiquidTransport(), TransportFactory::initSolidTransport(), TransportFactory::initTransport(), and TransportFactory::setupMM().
int log_level |
Log level.
Definition at line 73 of file TransportParams.h.
Referenced by TransportFactory::fitCollisionIntegrals(), TransportFactory::fitProperties(), TransportFactory::setupLiquidTransport(), TransportFactory::setupMM(), and TransportFactory::setupSolidTransport().