We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8038197 commit d9450d8Copy full SHA for d9450d8
1 file changed
IBPSA/Fluid/Geothermal/Borefields/Data/Filling/Template.mo
@@ -12,7 +12,7 @@ record Template
12
"Flag, if true, then material is computed using steady-state heat conduction"
13
annotation(Evaluate=true);
14
final parameter Modelica.Units.SI.ThermalDiffusivity aFil=
15
- if (dFil*dFil < Modelica.Constants.eps) then 1E20 else kFil/(dFil*cFil)
+ if (dFil*cFil < Modelica.Constants.eps) then 1E20 else kFil/(dFil*cFil)
16
"Heat diffusion coefficient of the borehole filling material";
17
annotation (
18
defaultComponentPrefixes="parameter",
0 commit comments