63 return (
m_mode == CK_Mode) ?
"CK_Mix" :
"Mix";
149 size_t ldx,
const doublereal*
const grad_X,
150 size_t ldf, doublereal*
const fluxes);
vector_fp m_cond
vector of species thermal conductivities (W/m /K)
doublereal temperature() const
Temperature (K).
bool m_condmix_ok
Update boolean for the mixture rule for the mixture thermal conductivity.
virtual void update_C()
Update the internal parameters whenever the concentrations have changed.
thermo_t * m_thermo
pointer to the object representing the phase
virtual void getSpeciesFluxes(size_t ndim, const doublereal *const grad_T, size_t ldx, const doublereal *const grad_X, size_t ldf, doublereal *const fluxes)
Get the species diffusive mass fluxes wrt to the mass averaged velocity, given the gradients in mole ...
bool m_spcond_ok
Update boolean for the species thermal conductivities.
virtual void getMobilities(doublereal *const mobil)
Get the Electrical mobilities (m^2/V/s).
Base class for a phase with thermodynamic properties.
int m_mode
Type of the polynomial fits to temperature.
virtual void update_T()
Update the internal parameters whenever the temperature has changed.
void updateCond_T()
Update the temperature dependent parts of the species thermal conductivities.
doublereal molarDensity() const
Molar density (kmol/m^3).
virtual std::string transportType() const
Identifies the Transport object type.
doublereal pressure_ig() const
Calculate the pressure from the ideal gas law.
MixTransport()
Default constructor.
doublereal m_lambda
Internal storage for the calculated mixture thermal conductivity.
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...
const doublereal GasConstant
Universal Gas Constant. [J/kmol/K].
virtual void getThermalDiffCoeffs(doublereal *const dt)
Return the thermal diffusion coefficients.
virtual void init(thermo_t *thermo, int mode=0, int log_level=0)
Initialize a transport manager.
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)
Class GasTransport implements some functions and properties that are shared by the MixTransport and M...