Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function aggregationWeightingFactors

input Integer i "Size of aggregation vector";
input Integer nTimTot "Size of g-function time table";
input Modelica.Units.SI.ThermalResistance TStep[nTimTot,2]
input Real TStep[nTimTot,2]
"Time matrix with TStep";
input Modelica.Units.SI.Time nu[i] "Aggregation time vector nu";

Expand Down Expand Up @@ -76,6 +76,13 @@ borefield as an input.
</html>", revisions="<html>
<ul>
<li>
March 20, 2026, by Michael Wetter:<br/>
Corrected type declaration of g-function.<br/>
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/4501\">
Buildings, #4501</a>.
</li>
<li>
March 5, 2018, by Alex Laferri&egrave;re:<br/>
First implementation.
</li>
Expand Down
Loading