15 LiquidTransportParams::LiquidTransportParams() :
19 speciesDiffusivity(0),
22 model_viscosity(LTI_MODEL_NOTSET),
23 model_speciesDiffusivity(LTI_MODEL_NOTSET),
24 model_hydroradius(LTI_MODEL_NOTSET),
25 compositionDepTypeDefault_(LTI_MODEL_NOTSET)
27 warn_deprecated(
"Class LiquidTransportParams",
"To be removed after Cantera 2.4");
30 LiquidTransportParams::~LiquidTransportParams()
void warn_deprecated(const std::string &method, const std::string &extra)
Print a warning indicating that method is deprecated.
LiquidTranInteraction * viscosity
Object that specifies the viscosity interaction for the mixture.
Header file defining class LiquidTransportParams.
LiquidTranInteraction * ionConductivity
Object that specifies the ionic Conductivity of the mixture.
LiquidTranInteraction * speciesDiffusivity
Pointer to the LiquidTranInteraction object which handles the calculation of the species diffusivity ...
LiquidTranInteraction * hydroRadius
Pointer to the LiquidTranInteraction object which handles the calculation of the hydrodynamic radius ...
Namespace for the Cantera kernel.
LiquidTranInteraction * thermalCond
Pointer to the LiquidTranInteraction object which handles the calculation of the mixture thermal cond...
LiquidTranInteraction * electCond
Pointer to the LiquidTranInteraction object which handles the calculation of the electrical conductiv...