Cantera
2.0
|
Implementation file for class MultiTransport. More...
#include "cantera/thermo/ThermoPhase.h"
#include "cantera/transport/MultiTransport.h"
#include "cantera/numerics/ctlapack.h"
#include "cantera/numerics/DenseMatrix.h"
#include "cantera/base/utilities.h"
#include "L_matrix.h"
#include "cantera/transport/TransportParams.h"
#include "cantera/thermo/IdealGasPhase.h"
#include "cantera/transport/TransportFactory.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-20 |
Mole fractions below MIN_X will be set to MIN_X when computing transport properties. | |
Functions | |
doublereal | Frot (doublereal tr, doublereal sqtr) |
Implementation file for class MultiTransport.
Definition in file MultiTransport.cpp.
#define MIN_X 1.e-20 |
Mole fractions below MIN_X will be set to MIN_X when computing transport properties.
Definition at line 32 of file MultiTransport.cpp.
Referenced by MultiTransport::update_C().