From ef1370cc5b4349b4593fe49e730b05598cca83a1 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 13 Jul 2010 19:27:59 +0000 Subject: [PATCH] Doxygen updates --- Cantera/src/transport/SimpleTransport.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Cantera/src/transport/SimpleTransport.h b/Cantera/src/transport/SimpleTransport.h index 2ff007cb8..cedcd3180 100644 --- a/Cantera/src/transport/SimpleTransport.h +++ b/Cantera/src/transport/SimpleTransport.h @@ -129,10 +129,7 @@ namespace Cantera { */ class SimpleTransport : public Transport { public: - - typedef vector_fp Coeff_T_; - //! Default constructor. /*! * This requires call to initLiquid(LiquidTransportParams& tr) @@ -186,9 +183,6 @@ namespace Cantera { */ virtual bool initLiquid(LiquidTransportParams& tr); - friend class TransportFactory; - - //! Return the model id for this transport parameterization virtual int model() const { return cSimpleTransport; @@ -491,6 +485,11 @@ namespace Cantera { */ int compositionDepType_; + //! Boolean indicating whether to use the hydrodynamic radius formulation + /*! + * If true, then the diffusion coefficient is calculated from the + * hydrodynamic radius. + */ bool useHydroRadius_; //! Boolean indicating whether electro-migration term should be