Skip to content

Commit

Permalink
Merge pull request #1920 from ibpsa/issue1919_heatPumpCodeMarkup
Browse files Browse the repository at this point in the history
Changed markup commands in heat pump base class
  • Loading branch information
mwetter authored Aug 21, 2024
2 parents a776e41 + b0044fd commit 195dbfe
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ partial model PartialReversibleRefrigerantMachine
rotation=180,
origin={110,30})));
// To avoid using the bus, set the section below to protected
// <!-- @include_Buildings @include_IDEAS @include_BuildingSystems
//@modelica_select_start @remove_AixLib
protected
// -->
//@modelica_select_end
RefrigerantMachineControlBus sigBus
"Bus with model outputs and possibly inputs" annotation (Placement(transformation(
extent={{-156,-58},{-126,-24}}),iconTransformation(extent={{-108,-52},
Expand All @@ -393,12 +393,12 @@ protected
parameter Boolean use_busConOnl=false
"=true to allow input to bus connector,
not applicable with internal safety control"
annotation(choices(checkBox=true), Dialog(group="Input Connectors", enable=not
use_intSafCtr));
annotation(choices(checkBox=true),
Dialog(group="Input Connectors", enable=not use_intSafCtr));

// <!-- @include_AixLib
//@modelica_select_start @remove_Buildings @remove_BuildingSystems @remove_IDEAS
protected
// -->
//@modelica_select_end
parameter Boolean use_COP "=true to enable COP output";
parameter Boolean use_EER "=true to enable EER output";
parameter MediumCon.ThermodynamicState staCon_nominal=MediumCon.setState_pTX(
Expand Down Expand Up @@ -692,6 +692,12 @@ equation
fillPattern=FillPattern.Solid)}),
Diagram(coordinateSystem(extent={{-140,-160},{140,160}})),
Documentation(revisions="<html><ul>
<li>
<i>August 19, 2024</i> by Michael Wetter:<br/>
Changed markup commands for code merge.<br/>
This is for
<a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1919\">IBPSA #1919</a>.
</li>
<li>
<i>July 15, 2024</i> by Fabian Wuellhorst:<br/>
Adjust hysteresis bandwidth (see issue
Expand Down

0 comments on commit 195dbfe

Please sign in to comment.