Cantera
3.0.0
|
#include "cantera/transport/GasTransport.h"
#include "MMCollisionInt.h"
#include "cantera/base/stringUtils.h"
#include "cantera/numerics/polyfit.h"
#include "cantera/transport/TransportData.h"
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/thermo/Species.h"
#include "cantera/base/utilities.h"
#include "cantera/base/global.h"
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
#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 21 of file GasTransport.cpp.