diff --git a/dumux/material/components/granite.hh b/dumux/material/components/granite.hh index 9f8a552ca4db1a5e0ec285ea04c33213b1b22613..3f63350bd281d0506630ccb85799310963e95380 100644 --- a/dumux/material/components/granite.hh +++ b/dumux/material/components/granite.hh @@ -7,7 +7,7 @@ /*! * \file * \ingroup Components - * \brief Properties of pure molecular oxygen \f$O_2\f$. + * \brief Properties of granite. */ #ifndef DUMUX_GRANITE_HH #define DUMUX_GRANITE_HH @@ -67,6 +67,10 @@ public: /*! * \brief Thermal conductivity of the component \f$\mathrm{[W/(m*K)]}\f$ as a solid. + * source: Birch, Albert Francis, and Harry Clark. "The thermal conductivity of rocks + * and its dependence upon temperature and composition." + * American Journal of Science 238.8 (1940): 529-558. + * Table 6: \lambda(T=273.15 K)=6.6 cal/(cm*s*degC) and 1 cal /(cm*s*degC) = 418.4 W/(m*K) * \param temperature temperature of component in \f$\mathrm{[K]}\f$ */ static Scalar solidThermalConductivity(Scalar temperature)