Skip to content

Commit

Permalink
Renaming for OM compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusfuchs committed May 24, 2016
1 parent 6ea5bbd commit d92b39f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AixLib/Utilities/Sources/HeaterCooler/PartialHeaterCooler.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within AixLib.Utilities.Sources.HeaterCooler;
partial model partialHeaterCooler
partial model PartialHeaterCooler

Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a heatCoolRoom
"Heat port to thermal zone" annotation(Placement(transformation(extent={{80,-50},
Expand Down Expand Up @@ -35,4 +35,4 @@ partial model partialHeaterCooler
<li><i>June, 2014&nbsp;</i> by Moritz Lauster:<br/>Added some basic documentation</li>
</ul>
</html>"));
end partialHeaterCooler;
end PartialHeaterCooler;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within AixLib.Utilities.Sources.HeaterCooler;
partial model partialHeaterCoolerPI
partial model PartialHeaterCoolerPI
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));
Expand Down Expand Up @@ -88,4 +88,4 @@ equation
Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
100}})),
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}})));
end partialHeaterCoolerPI;
end PartialHeaterCoolerPI;
4 changes: 2 additions & 2 deletions AixLib/Utilities/Sources/HeaterCooler/package.order
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
HeaterCoolerPI
partialHeaterCooler
partialHeaterCoolerPI
PartialHeaterCooler
PartialHeaterCoolerPI

0 comments on commit d92b39f

Please sign in to comment.