Skip to content

Commit

Permalink
fixes bug out of bugfix in HeaterCoolerPI.mo and PartialHeaterCoolerP…
Browse files Browse the repository at this point in the history
…I.mo

#250
  • Loading branch information
mlauster committed May 24, 2016
1 parent d92b39f commit d99fb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AixLib/Utilities/Sources/HeaterCooler/HeaterCoolerPI.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within AixLib.Utilities.Sources.HeaterCooler;
model HeaterCoolerPI "heater and cooler with variable setpoints"
extends AixLib.Utilities.Sources.HeaterCooler.partialHeaterCoolerPI;
extends AixLib.Utilities.Sources.HeaterCooler.PartialHeaterCoolerPI;
parameter Boolean Heater_on = true "Activates the heater" annotation(Dialog(tab = "Heater",enable=not recOrSep));
parameter Boolean Cooler_on = true "Activates the cooler" annotation(Dialog(tab = "Cooler",enable=not recOrSep));
parameter Boolean staOrDyn = true "Static or dynamic activation of heater" annotation(choices(choice = true "Static", choice = false "Dynamic",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within AixLib.Utilities.Sources.HeaterCooler;
partial model PartialHeaterCoolerPI
extends AixLib.Utilities.Sources.HeaterCooler.partialHeaterCooler;
extends AixLib.Utilities.Sources.HeaterCooler.PartialHeaterCooler;
parameter Real h_heater = 0 "Upper limit controller output of the heater" annotation(Dialog(tab = "Heater", group = "Controller",enable=not recOrSep));
parameter Real l_heater = 0 "Lower limit controller output of the heater" annotation(Dialog(tab = "Heater", group = "Controller",enable=not recOrSep));
parameter Real KR_heater = 1000 "Gain of the heating controller" annotation(Dialog(tab = "Heater", group = "Controller",enable=not recOrSep));
Expand Down

0 comments on commit d99fb75

Please sign in to comment.