File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
IBPSA/Fluid/Geothermal/Borefields/BaseClasses/HeatTransfer/LoadAggregation Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function aggregationWeightingFactors
55
66 input Integer i "Size of aggregation vector" ;
77 input Integer nTimTot "Size of g-function time table" ;
8- input Modelica.Units.SI.ThermalResistance TStep[nTimTot,2 ]
8+ input Real TStep[nTimTot,2 ]
99 "Time matrix with TStep" ;
1010 input Modelica.Units.SI.Time nu[i] "Aggregation time vector nu" ;
1111
@@ -76,6 +76,13 @@ borefield as an input.
7676</html>" , revisions="<html>
7777<ul>
7878<li>
79+ March 20, 2026, by Michael Wetter:<br/>
80+ Corrected type declaration of g-function.<br/>
81+ This is for
82+ <a href=\" https://github.com/lbl-srg/modelica-buildings/issues/4501\">
83+ Buildings, #4501</a>.
84+ </li>
85+ <li>
7986March 5, 2018, by Alex Laferrière:<br/>
8087First implementation.
8188</li>
You can’t perform that action at this time.
0 commit comments