These classes provide transport properties, including diffusion coefficients, thermal conductivity, and viscosity. More...
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< Transport > | newTransport (shared_ptr< ThermoPhase > thermo, const string &model="default") | 
| Create a new Transport instance.   | |
| shared_ptr< Transport > newTransport | ( | shared_ptr< ThermoPhase > | thermo, | 
| const string & | model = "default"  | 
        ||
| ) | 
Create a new Transport instance.
| thermo | the ThermoPhase object associated with the phase | 
| model | name of transport model; if "default", the default transport model for the ThermoPhase object is created | 
Definition at line 117 of file TransportFactory.cpp.