Skip to content

Commit

Permalink
replaced OBC blocks with MSL blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Aug 20, 2024
1 parent 1ab18cb commit d8c6450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IBPSA/Fluid/CHPs/OrganicRankine/Examples/ORCHotWater.mo
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ model ORCHotWater "ORC that outputs hot water at a fixed temperature"
extent={{10,-10},{-10,10}},
rotation=180,
origin={40,-80})));
IBPSA.Controls.OBC.CDL.Conversions.BooleanToReal booToRea(
Modelica.Blocks.Math.BooleanToReal booToRea(
realTrue = mCol_flow_nominal)
"Constant speed primary pump control signal"
annotation (Placement(transformation(extent={{-140,0},{-120,20}})));
IBPSA.Controls.OBC.CDL.Reals.Hysteresis hys(
Modelica.Blocks.Logical.Hysteresis hys(
uLow=mCol_flow_nominal/3,
uHigh=mCol_flow_nominal/2) "Hysteresis"
annotation (Placement(transformation(extent={{-180,40},{-160,60}})));
Expand Down

0 comments on commit d8c6450

Please sign in to comment.