12 #ifndef CT_UNITYLEWISTRAN_H
13 #define CT_UNITYLEWISTRAN_H
31 return "unity-Lewis-number";
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.
double thermalConductivity() override
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).
double 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...
void getMixDiffCoeffs(double *const d) override
Returns the unity Lewis number approximation based diffusion coefficients [m^2/s].
void getMixDiffCoeffsMole(double *const d) override
Not implemented for unity Lewis number approximation.
string transportModel() const override
Identifies the model represented by this Transport object.
void getMixDiffCoeffsMass(double *const d) override
Returns the unity Lewis number approximation based diffusion coefficients [m^2/s].
Namespace for the Cantera kernel.