12 #ifndef CT_UNITYLEWISTRAN_H 13 #define CT_UNITYLEWISTRAN_H 57 for (
size_t k = 0; k <
m_nsp; k++) {
82 for (
size_t k = 0; k <
m_nsp; k++) {
An error indicating that an unimplemented function has been called.
doublereal cp_mass() const
Specific heat at constant pressure. Units: J/kg/K.
thermo_t * m_thermo
pointer to the object representing the phase
virtual doublereal density() const
Density (kg/m^3).
virtual void getMixDiffCoeffsMass(double *const d)
Returns the unity Lewis number approximation based diffusion coefficients [m^2/s].
virtual void getMixDiffCoeffsMole(double *const d)
Not implemented for unity Lewis number approximation.
Class UnityLewisTransport implements the unity Lewis number approximation for the mixture-averaged sp...
virtual void getMixDiffCoeffs(double *const d)
Returns the unity Lewis number approximation based diffusion coefficients [m^2/s].
size_t m_nsp
Number of species.
Namespace for the Cantera kernel.
Class MixTransport implements mixture-averaged transport properties for ideal gas mixtures...
virtual doublereal thermalConductivity()
Returns the mixture thermal conductivity (W/m /K)
Headers for the MixTransport object, which models transport properties in ideal gas solutions using a...
virtual std::string transportType() const
Identifies the Transport object type.