From a904016edee7f74c2048fa098c6aaaa1accfde57 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Sat, 17 Sep 2022 17:15:55 +0200 Subject: [PATCH] [PL/HTBHE] Remove redundant member --- ProcessLib/HeatTransportBHE/BHE/BHE_1U.h | 3 --- ProcessLib/HeatTransportBHE/BHE/BHE_2U.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h index 6a0dce99b12..5e38eb0ead9 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_1U.h @@ -167,9 +167,6 @@ private: /// 1) Diersch (2013) FEFLOW book on page 958, M.3, or /// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97. std::array<double, number_of_unknowns> _thermal_resistances; - - /// Flow velocity inside the pipes. Depends on the flow_rate. - double _flow_velocity; }; } // namespace BHE } // namespace HeatTransportBHE diff --git a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h index c313b767021..cf43667bc18 100644 --- a/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h +++ b/ProcessLib/HeatTransportBHE/BHE/BHE_2U.h @@ -230,9 +230,6 @@ private: /// 1) Diersch (2013) FEFLOW book on page 958, M.3, or /// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97. std::array<double, number_of_unknowns> _thermal_resistances; - - /// Flow velocity inside the pipes. Depends on the flow_rate. - double _flow_velocity; }; } // namespace BHE } // namespace HeatTransportBHE -- GitLab