Skip to content
Snippets Groups Projects
Commit 81e0bae4 authored by Anna Mareike Kostelecky's avatar Anna Mareike Kostelecky
Browse files

[material][components][granite] add literature for thermal conductivity value

parent a4577595
No related branches found
No related tags found
1 merge request!3879[material][components][granite] add literature for thermal conductivity value
Pipeline #49977 waiting for manual action
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/*! /*!
* \file * \file
* \ingroup Components * \ingroup Components
* \brief Properties of pure molecular oxygen \f$O_2\f$. * \brief Properties of granite.
*/ */
#ifndef DUMUX_GRANITE_HH #ifndef DUMUX_GRANITE_HH
#define DUMUX_GRANITE_HH #define DUMUX_GRANITE_HH
...@@ -67,6 +67,10 @@ public: ...@@ -67,6 +67,10 @@ public:
/*! /*!
* \brief Thermal conductivity of the component \f$\mathrm{[W/(m*K)]}\f$ as a solid. * \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$ * \param temperature temperature of component in \f$\mathrm{[K]}\f$
*/ */
static Scalar solidThermalConductivity(Scalar temperature) static Scalar solidThermalConductivity(Scalar temperature)
......
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