9 #ifndef CT_HIGHPRESSUREGASTRAN_H 10 #define CT_HIGHPRESSUREGASTRAN_H 50 "To be removed after Cantera 2.3.");
53 "CK_Mode not accepted");
60 return "HighPressureGas";
87 virtual doublereal Tcrit_i(
size_t i);
89 virtual doublereal Pcrit_i(
size_t i);
91 virtual doublereal Vcrit_i(
size_t i);
93 virtual doublereal Zcrit_i(
size_t i);
97 virtual doublereal FQ_i(doublereal Q, doublereal Tr, doublereal MW);
99 virtual doublereal setPcorr(doublereal Pr, doublereal Tr);
HighPressureGasTransport(thermo_t *thermo=0)
default constructor
virtual void getThermalDiffCoeffs(doublereal *const dt)
Return the thermal diffusion coefficients (kg/m/s)
Factory class for creating new instances of classes derived from Transport.
Interface for class MultiTransport.
void warn_deprecated(const std::string &method, const std::string &extra)
Print a warning indicating that method is deprecated.
Base class for a phase with thermodynamic properties.
int m_mode
Type of the polynomial fits to temperature.
Class MultiTransport implements transport properties for high pressure 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 exceptions thrown by Cantera classes.
virtual int model() const
Transport model.
virtual void getMultiDiffCoeffs(const size_t ld, doublereal *const d)
Return the Multicomponent diffusion coefficients. Units: [m^2/s].
Class MultiTransport implements multicomponent transport properties for ideal gas mixtures...
virtual std::string transportType() const
Identifies the Transport object type.
virtual doublereal viscosity()
Viscosity of the mixture (kg /m /s)
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
Headers for the DenseMatrix object, which deals with dense rectangular matrices and description of th...
Namespace for the Cantera kernel.