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 | HighPressureGasTransportBase | 
| Base class for high pressure gas transport models.  More... | |
| class | HighPressureGasTransport | 
| The implementation employs a method of corresponding states, using the Takahashi [48] approach for binary diffusion coefficients (using mixture averaging rules for the mixture properties), the Lucas method for the viscosity, and a method from Ely and Hanley for the thermal conductivity.  More... | |
| class | ChungHighPressureGasTransport | 
| Transport properties for high pressure gas mixtures using the Chung method for viscosity and thermal conductivity.  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 110 of file TransportFactory.cpp.