Go to the documentation of this file.
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);
bool m_condmix_ok
Update boolean for the mixture rule for the mixture thermal conductivity.
vector_fp m_cond
vector of species thermal conductivities (W/m /K)
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 ...
virtual void getMobilities(doublereal *const mobil)
Get the Electrical mobilities (m^2/V/s).
int m_mode
Type of the polynomial fits to temperature.
virtual void update_C()
Update the internal parameters whenever the concentrations have changed.
bool m_spcond_ok
Update boolean for the species thermal conductivities.
void updateCond_T()
Update the temperature dependent parts of the species thermal conductivities.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.
virtual void update_T()
Update the internal parameters whenever the temperature has changed.
thermo_t * m_thermo
pointer to the object representing the phase
Class MixTransport implements mixture-averaged transport properties for ideal gas mixtures.
MixTransport()
Default constructor.
Base class for a phase with thermodynamic properties.
doublereal pressure_ig() const
Calculate the pressure from the ideal gas law.
doublereal temperature() const
Temperature (K).
virtual std::string transportType() const
Identifies the Transport object type.
virtual void init(thermo_t *thermo, int mode=0, int log_level=0)
Initialize a transport manager.
doublereal m_lambda
Internal storage for the calculated mixture thermal conductivity.
double molarDensity() const
Molar density (kmol/m^3).
const double GasConstant
Universal Gas Constant [J/kmol/K].
Class GasTransport implements some functions and properties that are shared by the MixTransport and M...
virtual doublereal thermalConductivity()
Returns the mixture thermal conductivity (W/m /K)
virtual void getThermalDiffCoeffs(doublereal *const dt)
Return the thermal diffusion coefficients.
Namespace for the Cantera kernel.