Skip to content

Commit

Permalink
fix wrong usage of dTHysDHW not catched by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FWuellhorst committed May 8, 2024
1 parent 9e6f50e commit 156b96c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BESMod/Systems/Hydraulical/Control/GasBoiler.mo
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ model GasBoiler "PI Control of gas boiler"
rotation=0,
origin={10,70})));
Modelica.Blocks.Sources.Constant const_dT_loading1(k=parDis.dTTraDHW_nominal
+ monovalentControlParas.dTHysDHW /2) if use_dhw
annotation (Placement(transformation(
+ dTHysDHW /2) if use_dhw annotation (Placement(transformation(
extent={{10,10},{-10,-10}},
rotation=180,
origin={-90,90})));
Expand Down

0 comments on commit 156b96c

Please sign in to comment.