From 96318b27e85569df695ec1f090c27e7d4695d441 Mon Sep 17 00:00:00 2001 From: Anna Mareike Kostelecky <anmako96@web.de> Date: Mon, 7 Oct 2024 16:05:27 +0200 Subject: [PATCH] [material][components][granite] fix doc --- dumux/material/components/granite.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/material/components/granite.hh b/dumux/material/components/granite.hh index 538a0e00e2..482bdd414d 100644 --- a/dumux/material/components/granite.hh +++ b/dumux/material/components/granite.hh @@ -71,7 +71,7 @@ public: * and its dependence upon temperature and composition." * American Journal of Science 238.8 (1940): 529-558. * https://doi.org/10.2475/ajs.238.8.529 - * Table 6: \lambda(T=273.15 K)=6.6 cal/(cm*s*degC) and 1 cal /(cm*s*degC) = 418.4 W/(m*K) + * 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) -- GitLab