Cantera
2.4.0
|
#include "cantera/transport/GasTransport.h"
#include "MMCollisionInt.h"
#include "cantera/base/stringUtils.h"
#include "cantera/numerics/polyfit.h"
#include "cantera/transport/TransportData.h"
Go to the source code of this file.
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... | |
#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 17 of file GasTransport.cpp.
Referenced by GasTransport::fitCollisionIntegrals().