Go to the documentation of this file.
9 #ifndef CT_HIGHPRESSUREGASTRAN_H
10 #define CT_HIGHPRESSUREGASTRAN_H
49 return "HighPressureGas";
76 virtual doublereal Tcrit_i(
size_t i);
78 virtual doublereal Pcrit_i(
size_t i);
80 virtual doublereal Vcrit_i(
size_t i);
82 virtual doublereal Zcrit_i(
size_t i);
86 virtual doublereal FQ_i(doublereal Q, doublereal Tr, doublereal MW);
88 virtual doublereal setPcorr(doublereal Pr, doublereal Tr);
HighPressureGasTransport(thermo_t *thermo=0)
default constructor
Factory class for creating new instances of classes derived from Transport.
Class MultiTransport implements transport properties for high pressure gas mixtures.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
Class MultiTransport implements multicomponent transport properties for ideal gas mixtures.
virtual void getBinaryDiffCoeffs(const size_t ld, doublereal *const d)
virtual double thermalConductivity()
Returns the mixture thermal conductivity in W/m/K.
Base class for a phase with thermodynamic properties.
virtual std::string transportType() const
Identifies the Transport object type.
virtual void getMultiDiffCoeffs(const size_t ld, doublereal *const d)
Return the Multicomponent diffusion coefficients. Units: [m^2/s].
virtual doublereal viscosity()
Viscosity of the mixture (kg /m /s)
virtual void getThermalDiffCoeffs(doublereal *const dt)
Return the thermal diffusion coefficients (kg/m/s)
Namespace for the Cantera kernel.