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

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

#include <vector>
#include <string>
#include <iostream>
#include <new>
#include "cantera/base/ct_defs.h"
#include "cantera/base/ct_thread.h"
#include "TransportBase.h"
#include "cantera/base/FactoryBase.h"
#include "LiquidTransportParams.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

struct  GasTransportData
 Struct to hold data read from a transport property database file for gas-phase species. More...
 
class  TransportFactory
 The purpose of the TransportFactory class is to create new instances of 'transport managers', which are classes that provide transport properties and which are derived from the base class, Transport. More...
 

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Functions

Transport * newTransportMgr (std::string transportModel="", thermo_t *thermo=0, int loglevel=0, TransportFactory *f=0)
 Create a new transport manager instance.
 
Transport * newDefaultTransportMgr (thermo_t *thermo, int loglevel=0, TransportFactory *f=0)
 Create a new transport manager instance.
 

Detailed Description

Header file defining class TransportFactory (see TransportFactory)

Definition in file TransportFactory.h.