Cantera
2.4.0
|
Implementation file for class TransportFactory. More...
#include "cantera/transport/MultiTransport.h"
#include "cantera/transport/MixTransport.h"
#include "cantera/transport/UnityLewisTransport.h"
#include "cantera/transport/IonGasTransport.h"
#include "cantera/transport/SolidTransport.h"
#include "cantera/transport/DustyGasTransport.h"
#include "cantera/transport/SimpleTransport.h"
#include "cantera/transport/LiquidTransport.h"
#include "cantera/transport/HighPressureGasTransport.h"
#include "cantera/transport/TransportFactory.h"
#include "cantera/transport/SolidTransportData.h"
#include "cantera/base/ctml.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/utilities.h"
Go to the source code of this file.
Classes | |
class | TransportDBError |
Exception thrown if an error is encountered while reading the transport database. More... | |
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
Transport * | newTransportMgr (const std::string &transportModel, thermo_t *thermo, int loglevel, int ndim) |
Transport * | newDefaultTransportMgr (thermo_t *thermo, int loglevel=0) |
Create a new transport manager instance. More... | |
Implementation file for class TransportFactory.
Definition in file TransportFactory.cpp.