|
Cantera
2.1.2
|
Implementation file for class TransportFactory. More...
#include "cantera/thermo/ThermoPhase.h"#include "cantera/transport/MultiTransport.h"#include "cantera/transport/PecosTransport.h"#include "cantera/transport/MixTransport.h"#include "cantera/transport/SolidTransport.h"#include "cantera/transport/DustyGasTransport.h"#include "cantera/transport/SimpleTransport.h"#include "cantera/transport/LiquidTransport.h"#include "cantera/transport/AqueousTransport.h"#include "cantera/transport/TransportFactory.h"#include "cantera/numerics/polyfit.h"#include "MMCollisionInt.h"#include "cantera/base/xml.h"#include "cantera/base/XML_Writer.h"#include "cantera/transport/TransportParams.h"#include "cantera/transport/LiquidTransportParams.h"#include "cantera/transport/LiquidTranInteraction.h"#include "cantera/transport/SolidTransportData.h"#include "cantera/base/global.h"#include "cantera/thermo/IdealGasPhase.h"#include "cantera/base/ctml.h"#include "cantera/base/stringUtils.h"#include <fstream>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. | |
Macros | |
| #define | COLL_INT_POLY_DEGREE 8 |
| polynomial degree used for fitting collision integrals except in CK mode, where the degree is 6. More... | |
Functions | |
| Transport * | newTransportMgr (const std::string &transportModel="", thermo_t *thermo=0, int loglevel=0, TransportFactory *f=0, int ndim=1) |
| Create a new transport manager instance. More... | |
| Transport * | newDefaultTransportMgr (thermo_t *thermo, int loglevel=0, TransportFactory *f=0) |
| Create a new transport manager instance. More... | |
Implementation file for class TransportFactory.
Definition in file TransportFactory.cpp.
| #define COLL_INT_POLY_DEGREE 8 |
polynomial degree used for fitting collision integrals except in CK mode, where the degree is 6.
Definition at line 40 of file TransportFactory.cpp.
Referenced by TransportFactory::fitCollisionIntegrals().
1.8.6