From ed51c238233c30735a4e6e34d7f3a3d7cf8b10e0 Mon Sep 17 00:00:00 2001 From: Benjamin Faigle <benjamin.faigle@posteo.de> Date: Thu, 7 Feb 2013 15:09:07 +0000 Subject: [PATCH] Correct wrong Unit of thermal conductivity, approved by Klaus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10190 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- .../fluidmatrixinteractions/2p/thermalconductivitysomerton.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh b/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh index 54339363d0..5d253664e9 100644 --- a/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh +++ b/dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh @@ -44,7 +44,7 @@ class ThermalConductivitySomerton { public: /*! - * \brief Returns the effective thermal conductivity \f$[W/m^2]\f$ after Somerton (1974). + * \brief Returns the effective thermal conductivity \f$[W/(m K)]\f$ after Somerton (1974). * * The material law is: * \f[ @@ -57,7 +57,7 @@ public: * \param lambdaSolid the thermal conductivity of the solid phase * \param porosity The porosity * - * \return Effective thermal conductivity \f$[W/m^2]\f$ after Somerton (1974) + * \return Effective thermal conductivity \f$[W/(m K)]\f$ after Somerton (1974) */ static Scalar effectiveThermalConductivity(const Scalar Sw, const Scalar lambdaW, -- GitLab