Skip to content
Snippets Groups Projects
Commit ed51c238 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

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
parent bfa064d7
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ class ThermalConductivitySomerton ...@@ -44,7 +44,7 @@ class ThermalConductivitySomerton
{ {
public: 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: * The material law is:
* \f[ * \f[
...@@ -57,7 +57,7 @@ public: ...@@ -57,7 +57,7 @@ public:
* \param lambdaSolid the thermal conductivity of the solid phase * \param lambdaSolid the thermal conductivity of the solid phase
* \param porosity The porosity * \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, static Scalar effectiveThermalConductivity(const Scalar Sw,
const Scalar lambdaW, const Scalar lambdaW,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment