Cantera
2.0
|
Mixture-averaged transport properties for ideal gas mixtures. More...
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/transport/LiquidTransport.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>
#include <cstdio>
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. | |
Mixture-averaged transport properties for ideal gas mixtures.
Definition in file LiquidTransport.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 23 of file LiquidTransport.cpp.
Referenced by LiquidTransport::update_C().