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