You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IBPSA/Fluid/Geothermal/Borefields/BaseClasses/HeatTransfer/ThermalResponseFactors/Validation/FiniteLineSource_Integrand_Length.mo
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ model FiniteLineSource_Integrand_Length
3
3
"Test case for finite line source integrand function"
4
4
extends Modelica.Icons.Example;
5
5
6
+
constantReal small =1E-60"Small number used to bound calculation of log10";
6
7
parameterReal dis_over_len =0.0005"Radial distance between borehole axes";
7
8
parameter Modelica.Units.SI.Height len150=150.0"Length of emitting borehole";
8
9
parameter Modelica.Units.SI.Height len75=75.0"Length of emitting borehole";
@@ -17,42 +18,41 @@ model FiniteLineSource_Integrand_Length
17
18
Real logy25 "Logarithm of finite line source integrand";
18
19
Real logy5 "Logarithm of finite line source integrand";
19
20
Real logy1 "Logarithm of finite line source integrand";
0 commit comments