Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Maccarini committed Sep 11, 2024
1 parent f313b5a commit 27755ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ model Case600FF
annotation (Placement(transformation(extent={{-80,10},{-60,30}})));
Modelica.Blocks.Sources.Constant intGai(k=200) "Internal heat gains"
annotation (Placement(transformation(extent={{-80,-20},{-60,0}})));
Utilities.Math.MovingAverage TRooHou(delta=3600)
IBPSA.Utilities.Math.MovingAverage TRooHou(delta=3600)
"Continuous mean of room air temperature"
annotation (Placement(transformation(extent={{60,-2},{80,18}})));
Utilities.Math.MovingAverage TRooAnn(delta=86400*365)
IBPSA.Utilities.Math.MovingAverage TRooAnn(delta=86400*365)
"Continuous mean of room air temperature"
annotation (Placement(transformation(extent={{60,40},{80,60}})));
Modelica.Blocks.Sources.Constant latGai(k=0) "Internal heat gains"
Expand Down

0 comments on commit 27755ba

Please sign in to comment.