-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathHybridPlantControlModule.mos
More file actions
16 lines (16 loc) · 2.06 KB
/
HybridPlantControlModule.mos
File metadata and controls
16 lines (16 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
simulateModel("Buildings.Templates.Plants.Controls.HeatPumps.Validation.HybridPlantControlModule",
method="cvode",
tolerance=1e-6,
stopTime=3600,
resultFile="HybridPlantControlModule");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.u1EnaCoo", "ctl.u1EnaHea"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=101, colors={{28,108,200}, {28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.u1Hp[1]", "ctl.u1Hp[2]", "ctl.u1Hp[3]"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=102, colors={{28,108,200}, {28,108,200}, {28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.uMod[1]", "ctl.uMod[2]", "ctl.uMod[3]"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=103, colors={{28,108,200}, {28,108,200}, {28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.yHeaCoo"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.yMod[3]"}, range={0.0, 3600.0, 0.0, 4.0}, grid=true, subPlot=105, colors={{28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.yAvaFouPipHea[3]"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=106, colors={{28,108,200}}, timeUnit="s");
createPlot(id=1, position={822, 0, 814, 920}, y={"ctl.yAvaFouPipCoo[3]"}, range={0.0, 3600.0, -1.0, 2.0}, grid=true, subPlot=107, colors={{28,108,200}}, timeUnit="s");
createPlot(id=2, position={0, 0, 816, 920}, y={"ctl.u1PumPriCoo[3]"}, range={0.0, 3600.0, -1.5, 1.5}, grid=true, subPlot=102, colors={{28,108,200}}, timeUnit="s");
createPlot(id=2, position={0, 0, 816, 920}, y={"ctl.u1PumPriHea[3]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=103, colors={{28,108,200}}, timeUnit="s");
createPlot(id=2, position={0, 0, 816, 920}, y={"ctl.y1PumPri[3]"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=104, colors={{28,108,200}}, timeUnit="s");
createPlot(id=2, position={0, 0, 816, 920}, y={"ctl.yHeaCoo"}, range={0.0, 3600.0, -0.5, 1.5}, grid=true, subPlot=101, colors={{28,108,200}}, timeUnit="s");