Cantera  2.0
Namespaces | Macros
TransportBase.cpp File Reference

Mixture-averaged transport properties for ideal gas mixtures. More...

#include "cantera/thermo/ThermoPhase.h"
#include "cantera/transport/LiquidTransport.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/utilities.h"
#include "cantera/transport/LiquidTransportParams.h"
#include "cantera/transport/TransportFactory.h"
#include "cantera/base/stringUtils.h"
#include "cantera/numerics/ctlapack.h"
#include <iostream>
Include dependency graph for TransportBase.cpp:

Go to the source code of this file.

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Macros

#define MIN_X   1.e-20
 Mole fractions below MIN_X will be set to MIN_X when computing transport properties.
 

Detailed Description

Mixture-averaged transport properties for ideal gas mixtures.

Definition in file TransportBase.cpp.

Macro Definition Documentation

#define MIN_X   1.e-20

Mole fractions below MIN_X will be set to MIN_X when computing transport properties.

Definition at line 23 of file TransportBase.cpp.