From 61efb6ec90ad88b1735bea1578fe90772c975316 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 13 Aug 2010 19:19:50 +0000 Subject: [PATCH] Doxygen update --- Cantera/src/transport/LiquidTransport.cpp | 3 --- Cantera/src/transport/LiquidTransportParams.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cantera/src/transport/LiquidTransport.cpp b/Cantera/src/transport/LiquidTransport.cpp index 2c1dd2a65..70f163397 100644 --- a/Cantera/src/transport/LiquidTransport.cpp +++ b/Cantera/src/transport/LiquidTransport.cpp @@ -735,8 +735,6 @@ namespace Cantera { } } } - - //================================================================================================ // Get the Electrical mobilities (m^2/V/s). /* @@ -775,7 +773,6 @@ namespace Cantera { mobil[k] = c1 * m_spwork[k]; } } - //================================================================================================ // Get the fluid mobilities (s kmol/kg). /* diff --git a/Cantera/src/transport/LiquidTransportParams.h b/Cantera/src/transport/LiquidTransportParams.h index eaf1a795d..b51af65f7 100644 --- a/Cantera/src/transport/LiquidTransportParams.h +++ b/Cantera/src/transport/LiquidTransportParams.h @@ -128,7 +128,17 @@ namespace Cantera { std::vector selfDiffusion; LiquidTranInteraction* thermalCond; LiquidTranInteraction* speciesDiffusivity; + + //! Pointer to the LiquidTranInteraction object which handles the calculation of the + //! electrical conductivity for the phase LiquidTranInteraction* electCond; + + //! Pointer to the LiquidTranInteraction object which handles the calculation of the hydrodynamic + //! radius for the phase + /*! + * @note I don't understand at the moment how one can define a hydrodynamic + * radius for the phase + */ LiquidTranInteraction* hydroRadius; //! Model for species interaction effects for viscosity