Skip to content
Snippets Groups Projects
Commit a904016e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/HTBHE] Remove redundant member

parent 6efb054a
No related branches found
No related tags found
No related merge requests found
...@@ -167,9 +167,6 @@ private: ...@@ -167,9 +167,6 @@ private:
/// 1) Diersch (2013) FEFLOW book on page 958, M.3, or /// 1) Diersch (2013) FEFLOW book on page 958, M.3, or
/// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97. /// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97.
std::array<double, number_of_unknowns> _thermal_resistances; std::array<double, number_of_unknowns> _thermal_resistances;
/// Flow velocity inside the pipes. Depends on the flow_rate.
double _flow_velocity;
}; };
} // namespace BHE } // namespace BHE
} // namespace HeatTransportBHE } // namespace HeatTransportBHE
......
...@@ -230,9 +230,6 @@ private: ...@@ -230,9 +230,6 @@ private:
/// 1) Diersch (2013) FEFLOW book on page 958, M.3, or /// 1) Diersch (2013) FEFLOW book on page 958, M.3, or
/// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97. /// 2) Diersch (2011) Comp & Geosci 37:1122-1135, Eq. 90-97.
std::array<double, number_of_unknowns> _thermal_resistances; std::array<double, number_of_unknowns> _thermal_resistances;
/// Flow velocity inside the pipes. Depends on the flow_rate.
double _flow_velocity;
}; };
} // namespace BHE } // namespace BHE
} // namespace HeatTransportBHE } // namespace HeatTransportBHE
......
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