Skip to content

Commit 280e075

Browse files
authored
Merge pull request #2299 from lbl-srg/issue2293_chiller_plant_seq
Chiller plant sequences
2 parents e04ec0d + c102502 commit 280e075

613 files changed

Lines changed: 55912 additions & 376 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@ env:
4646
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.{Air,Examples}\""
4747
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.{Air,Examples}\""
4848
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.{Air,Examples}\""
49-
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.Controls\""
50-
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Controls\""
51-
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.Controls\""
49+
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.Controls.{Continuous,DemandResponse,Discrete,Predictors,SetPoints,Sources}\""
50+
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Controls.{Continuous,DemandResponse,Discrete,Predictors,SetPoints,Sources}\" SINGLEPROC=\"true\""
51+
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.Controls.{Continuous,DemandResponse,Discrete,Predictors,SetPoints,Sources}\""
52+
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.Controls.OBC\""
53+
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Controls.OBC\""
54+
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.Controls.OBC\""
5255
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.ThermalZones.EnergyPlus_24_2_0\""
5356
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.ThermalZones.EnergyPlus_24_2_0\""
5457
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.ThermalZones.EnergyPlus_24_2_0\""

Buildings/Applications/DataCenters/ChillerCooled/Examples/BaseClasses/PartialDataCenter.mo

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,15 @@ partial model PartialDataCenter
177177
annotation (Placement(transformation(extent={{10,-10},{-10,10}},
178178
rotation=90,
179179
origin={-50,-150})));
180-
Buildings.Examples.ChillerPlant.BaseClasses.SimplifiedRoom roo(
180+
Buildings.Examples.ChillerPlant.DataCenter.BaseClasses.SimplifiedRoom roo(
181181
redeclare replaceable package Medium = MediumA,
182182
rooLen=50,
183183
rooWid=30,
184184
rooHei=3,
185185
m_flow_nominal=mAir_flow_nominal,
186186
QRoo_flow=500000,
187-
nPorts=2)
188-
"Room model"
189-
annotation (Placement(transformation(
190-
extent={{10,-10},{-10,10}},
191-
origin={4,-180})));
187+
nPorts=2) "Room model" annotation (Placement(transformation(extent={{10,-10},
188+
{-10,10}}, origin={4,-180})));
192189
Buildings.Fluid.Actuators.Valves.TwoWayLinear val[numChi](
193190
redeclare each package Medium = MediumW,
194191
each m_flow_nominal=m1_flow_chi_nominal,

Buildings/Applications/DataCenters/DXCooled/Examples/DXCooledAirsideEconomizer.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ model DXCooledAirsideEconomizer
3939
parameter Real minSpeFan = 0.2
4040
"Minimum fan speed ratio required by variable speed fans";
4141

42-
Buildings.Examples.ChillerPlant.BaseClasses.SimplifiedRoom roo(
42+
Buildings.Examples.ChillerPlant.DataCenter.BaseClasses.SimplifiedRoom roo(
4343
redeclare package Medium = Medium,
4444
rooLen=50,
4545
rooHei=3,

Buildings/Controls/OBC/ASHRAE/G36/Plants/Chillers/Controller.mo

Lines changed: 3069 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)