From 5e9df0ae2b4bae41929fdfcd526c2b9e1e158180 Mon Sep 17 00:00:00 2001
From: ChaofanChen <chaofan.chen@ufz.de>
Date: Fri, 30 Oct 2020 11:11:48 +0100
Subject: [PATCH] [BHE/PL] Change name of the grout heat capacity.

---
 ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp
index ad963f429a1..3496707d27b 100644
--- a/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp
+++ b/ProcessLib/HeatTransportBHE/BHE/GroutParameters.cpp
@@ -26,8 +26,8 @@ GroutParameters createGroutParameters(BaseLib::ConfigTree const& config)
         //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout__porosity}
         config.getConfigParameter<double>("porosity");
     const auto grout_heat_capacity =
-        //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout__heat_capacity}
-        config.getConfigParameter<double>("heat_capacity");
+        //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout__specific_heat_capacity}
+        config.getConfigParameter<double>("specific_heat_capacity");
     const auto grout_thermal_conductivity =
         //! \ogs_file_param{prj__processes__process__HEAT_TRANSPORT_BHE__borehole_heat_exchangers__borehole_heat_exchanger__grout__thermal_conductivity}
         config.getConfigParameter<double>("thermal_conductivity");
-- 
GitLab