Cantera  3.1.0a1
Transport Properties

These classes provide transport properties, including diffusion coefficients, thermal conductivity, and viscosity. More...

Detailed Description

These classes provide transport properties, including diffusion coefficients, thermal conductivity, and viscosity.

Classes

class  MMCollisionInt
 Calculation of Collision integrals. More...
 
class  DustyGasTransport
 Class DustyGasTransport implements the Dusty Gas model for transport in porous media. More...
 
class  GasTransport
 Class GasTransport implements some functions and properties that are shared by the MixTransport and MultiTransport classes. More...
 
class  HighPressureGasTransport
 Class MultiTransport implements transport properties for high pressure gas mixtures. More...
 
class  IonGasTransport
 Class IonGasTransport implements Stockmayer-(n,6,4) model for transport of ions. More...
 
class  MixTransport
 Class MixTransport implements mixture-averaged transport properties for ideal gas mixtures. More...
 
class  MultiTransport
 Class MultiTransport implements multicomponent transport properties for ideal gas mixtures. More...
 
class  Transport
 Base class for transport property managers. More...
 
class  TransportFactory
 Factory class for creating new instances of classes derived from Transport. More...
 
class  UnityLewisTransport
 Class UnityLewisTransport implements the unity Lewis number approximation for the mixture-averaged species diffusion coefficients. More...
 
class  WaterTransport
 Transport Parameters for pure water. More...
 

Functions

shared_ptr< TransportnewTransport (shared_ptr< ThermoPhase > thermo, const string &model="default")
 Create a new Transport instance. More...
 

Function Documentation

◆ newTransport()

shared_ptr< Transport > newTransport ( shared_ptr< ThermoPhase thermo,
const string &  model = "default" 
)

Create a new Transport instance.

Parameters
thermothe ThermoPhase object associated with the phase
modelname of transport model; if "default", the default transport model for the ThermoPhase object is created
Returns
a Transport object for the phase

Definition at line 109 of file TransportFactory.cpp.