Skip to content

Commit

Permalink
Fix update to wrong district heating model
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum authored Feb 26, 2025
2 parents dcd856a + c27180d commit 17467c6
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 467 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,17 @@ model AirHandlingUnit
Buildings.Utilities.IO.SignalExchange.Read reaPFanExt(
y(unit="W"),
KPIs=Buildings.Utilities.IO.SignalExchange.SignalTypes.SignalsForKPIs.ElectricPower,

description="Electrical power consumption of AHU extract fan")
"Read electrical power consumption of AHU extract fan"
annotation (Placement(transformation(extent={{-144,60},{-160,76}})));

Buildings.Utilities.IO.SignalExchange.Read reaPFanSup(
y(unit="W"),
KPIs=Buildings.Utilities.IO.SignalExchange.SignalTypes.SignalsForKPIs.ElectricPower,

description="Electrical power consumption of AHU supply fan")
"Read electrical power consumption of AHU supply fan"
annotation (Placement(transformation(extent={{-12,-88},{-28,-72}})));

equation
connect(fanSu.port_a, senTemIn2.port_b)
annotation (Line(points={{-10,-40},{-16,-40}}, color={0,127,255}));
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 17467c6

Please sign in to comment.