Cantera  2.5.1
Classes | Namespaces | Functions
TransportFactory.h File Reference

Header file defining class TransportFactory (see TransportFactory) More...

#include "TransportBase.h"
#include "cantera/base/FactoryBase.h"
Include dependency graph for TransportFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TransportFactory
 Factory class for creating new instances of classes derived from Transport. More...
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

Transport * newTransportMgr (const std::string &transportModel="", thermo_t *thermo=0, int loglevel=0, int ndim=-99)
 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. More...
 
Transport * newDefaultTransportMgr (thermo_t *thermo, int loglevel=0)
 Create a new transport manager instance. More...
 

Detailed Description

Header file defining class TransportFactory (see TransportFactory)

Definition in file TransportFactory.h.