Cantera
2.4.0
|
Implementation file for class HighPressureGasTransport. More...
#include "cantera/transport/HighPressureGasTransport.h"
#include "cantera/numerics/ctlapack.h"
#include "cantera/base/utilities.h"
#include "cantera/transport/TransportParams.h"
#include "cantera/thermo/IdealGasPhase.h"
#include "cantera/transport/TransportFactory.h"
#include "cantera/base/stringUtils.h"
#include "cantera/transport/MultiTransport.h"
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Implementation file for class HighPressureGasTransport.
Transport parameters are calculated using corresponding states models: Binary diffusion coefficients use the generalized chart described by Takahashi, et al. and viscosity calculations use the Lucas method. All methods are described in Reid, Prausnitz, and Polling, "The Properties of Gases and Liquids, 4th ed., 1987 (viscosity in Ch. 9, Thermal conductivity in Ch. 10, and Diffusion coefficients in Ch. 11).
Definition in file HighPressureGasTransport.cpp.