Cantera  3.0.0
Loading...
Searching...
No Matches
TransportFactory.cpp File Reference

Implementation file for class TransportFactory. More...

Include dependency graph for TransportFactory.cpp:

Detailed Description

Implementation file for class TransportFactory.

Definition in file TransportFactory.cpp.

Go to the source code of this file.

Namespaces

namespace  Cantera
 Namespace for the Cantera kernel.
 

Functions

TransportnewTransportMgr (const string &model="", ThermoPhase *thermo=0, int log_level=0)
 Build a new transport manager using a transport manager that may not be the same as in the phase description and return a base class pointer to it.
 
shared_ptr< TransportnewTransport (shared_ptr< ThermoPhase > thermo, const string &model="default")
 Create a new Transport instance.
 
shared_ptr< TransportnewTransport (ThermoPhase *thermo, const string &model="default")
 Create a new Transport instance.
 
TransportnewDefaultTransportMgr (ThermoPhase *thermo, int loglevel=0)
 Create a new transport manager instance.