Skip to content

Commit

Permalink
updated documents, #2293 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed May 19, 2021
1 parent c375e66 commit 328a93b
Show file tree
Hide file tree
Showing 11 changed files with 133 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ annotation (
<p>
Block that generates control signals for chiller head pressure control,
according to ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems Phase II –
Central Plants and Hydronic Systems (Draft 4 on January 7, 2019),
Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.10 Head pressure control.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ annotation (
Block that generates chiller head pressure control loop signal when the signal
is not available from chiller controller,
according to ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems Phase II –
Central Plants and Hydronic Systems (Draft 4 on January 7, 2019),
Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.10 Head pressure control, part 5.2.10.1 and 5.2.10.2.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ controls condenser water pump speed <code>yConWatPumSpeSet</code> and
head pressure control valve position <code>yHeaPreConVal</code>
for plants with water side economizers and headered condenser water pumps.
The development follows ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems
Phase II – Central Plants and Hydronic Systems (Draft 4 on January 7, 2019),
section 5.2.10 Head pressure control, part 5.2.10.4, 5.2.10.5 and 5.2.10.6.
Phase II – Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.10 Head pressure control, part 5.2.10.5, 5.2.10.6 and 5.2.10.7.
</p>
<p>
1. For each chiller, when the waterside economizer is disabled (<code>uWSE</code> = false),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ controls head pressure control valve position <code>yHeaPreConVal</code> or
condenser water pump speed <code>yConWatPumSpeSet</code>
for plants without water side economizers. The development follows
ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems Phase II –
Central Plants and Hydronic Systems (Draft 4 on January 7, 2019),
section 5.2.10 Head pressure control, part 5.2.10.3 and 5.2.10.6.
Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.10 Head pressure control, part 5.2.10.3, part 5.2.10.4 and 5.2.10.7.
</p>
<p>
1. For each chiller, map chiller head pressure control loop signal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ block Controller
annotation (Placement(transformation(extent={{100,60},{140,100}}),
iconTransformation(extent={{100,-20},{140,20}})));

Buildings.Controls.OBC.CDL.Continuous.PID valPos(
Buildings.Controls.OBC.CDL.Continuous.PIDWithReset valPos(
final controllerType=controllerType,
final k=k,
final Ti=Ti,
final Td=Td,
final yMax=yMax,
final yMin=yMin) "By pass valve position PI controller"
final yMin=yMin,
final y_reset=1) "Bypass valve position PI controller"
annotation (Placement(transformation(extent={{40,20},{60,40}})));

protected
Expand All @@ -88,29 +89,32 @@ equation
connect(minFlo.y, mulSum.u)
annotation (Line(points={{-58,-80},{-42,-80}},color={0,0,127}));
connect(VChiWat_flow, div1.u1)
annotation (Line(points={{-120,10},{-20,10},{-20,-4},{18,-4}}, color={0,0,127}));
annotation (Line(points={{-120,10},{-80,10},{-80,-4},{18,-4}}, color={0,0,127}));
connect(mulSum.y, div1.u2)
annotation (Line(points={{-18,-80},{8,-80},{8,-16},{18,-16}},
annotation (Line(points={{-18,-80},{10,-80},{10,-16},{18,-16}},
color={0,0,127}));
connect(mulSum.y, div.u2)
annotation (Line(points={{-18,-80},{8,-80},{8,-66},{18,-66}},
annotation (Line(points={{-18,-80},{10,-80},{10,-66},{18,-66}},
color={0,0,127}));
connect(div1.y, valPos.u_m)
annotation (Line(points={{42,-10},{50,-10},{50,18}}, color={0,0,127}));
connect(div.y, valPos.u_s)
annotation (Line(points={{42,-60},{60,-60},{60,-30},{0,-30},{0,30},{38,30}},
annotation (Line(points={{42,-60},{50,-60},{50,-40},{0,-40},{0,30},{38,30}},
color={0,0,127}));
connect(uChiWatPum, swi.u2)
annotation (Line(points={{-120,80},{38,80}}, color={255,0,255}));
connect(valPos.y, swi.u1)
annotation (Line(points={{62,30},{80,30},{80,50},{20,50},{20,88},{38,88}},
color={0,0,127}));
connect(opeVal.y, swi.u3)
annotation (Line(points={{-18,60},{0,60},{0,72},{38,72}}, color={0,0,127}));
connect(swi.y, yValPos)
annotation (Line(points={{62,80},{120,80}}, color={0,0,127}));
connect(div.u1, VChiWatSet_flow)
annotation (Line(points={{18,-54},{-20,-54},{-20,-40},{-120,-40}},
annotation (Line(points={{18,-54},{-80,-54},{-80,-40},{-120,-40}},
color={0,0,127}));
connect(uChiWatPum, valPos.trigger)
annotation (Line(points={{-120,80},{-60,80},{-60,10},{44,10},{44,18}},
color={255,0,255}));
connect(valPos.y, swi.u1)
annotation (Line(points={{62,30},{80,30},{80,60},{20,60},{20,88},{38,88}},
color={0,0,127}));

annotation (
Expand Down Expand Up @@ -163,7 +167,7 @@ annotation (
Block that controls chilled water minimum flow for primary-only
plants with a minimum flow bypass valve,
according to ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems Phase II –
Central Plants and Hydronic Systems (Draft 4 on March 26, 2019),
Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.8 Chilled water minimum flow bypass valve.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within Buildings.Controls.OBC.ASHRAE.PrimarySystem.ChillerPlant.MinimumFlowBypass;
block FlowSetpoint "Chilled water minimum flow setpoint"
block FlowSetpoint "Chilled water minimum flow setpoint for primary-only plants"

parameter Integer nChi = 3
"Total number of chillers";
Expand Down Expand Up @@ -829,7 +829,7 @@ annotation (
Block that outputs chilled water minimum flow setpoint for primary-only
plants with a minimum flow bypass valve,
according to ASHRAE RP-1711 Advanced Sequences of Operation for HVAC Systems Phase II –
Central Plants and Hydronic Systems (Draft 4 on March 26, 2019),
Central Plants and Hydronic Systems (Draft on March 23, 2020),
section 5.2.8 Chilled water minimum flow bypass valve.
</p>
<p>
Expand Down
Loading

0 comments on commit 328a93b

Please sign in to comment.