Cantera  2.0
Namespaces | Macros
SimpleTransport.cpp File Reference

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>
Include dependency graph for SimpleTransport.cpp:

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; }
 

Detailed Description

Simple mostly constant transport properties.

Definition in file SimpleTransport.cpp.

Macro Definition Documentation

#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.