Skip to content

Commit d9450d8

Browse files
committed
Corrected test and applied the same condition for steadyState
1 parent 8038197 commit d9450d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • IBPSA/Fluid/Geothermal/Borefields/Data/Filling

IBPSA/Fluid/Geothermal/Borefields/Data/Filling/Template.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ record Template
1212
"Flag, if true, then material is computed using steady-state heat conduction"
1313
annotation(Evaluate=true);
1414
final parameter Modelica.Units.SI.ThermalDiffusivity aFil=
15-
if (dFil*dFil < Modelica.Constants.eps) then 1E20 else kFil/(dFil*cFil)
15+
if (dFil*cFil < Modelica.Constants.eps) then 1E20 else kFil/(dFil*cFil)
1616
"Heat diffusion coefficient of the borehole filling material";
1717
annotation (
1818
defaultComponentPrefixes="parameter",

0 commit comments

Comments
 (0)