|
Cantera
2.0
|
Simple mostly constant transport properties. More...
#include "cantera/thermo/ThermoPhase.h"#include "cantera/transport/SimpleTransport.h"#include "cantera/base/utilities.h"#include "cantera/transport/LiquidTransportParams.h"#include "cantera/transport/TransportFactory.h"#include "cantera/numerics/ctlapack.h"#include "cantera/base/stringUtils.h"#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
| Provides class Nucleus. | |
Macros | |
| #define | MIN_X 1.e-14 |
| Mole fractions below MIN_X will be set to MIN_X when computing transport properties. | |
| #define | SAFE_DELETE(x) if (x) { delete (x); x = 0; } |
Simple mostly constant transport properties.
Definition in file SimpleTransport.cpp.
| #define MIN_X 1.e-14 |
Mole fractions below MIN_X will be set to MIN_X when computing transport properties.
Definition at line 21 of file SimpleTransport.cpp.
1.8.2