Skip to content

Commit 9d54163

Browse files
authored
Merge pull request UdK-VPT#134 from UdK-VPT/master
merge
2 parents 8768ff5 + 4cf3351 commit 9d54163

26 files changed

+1641
-10
lines changed

BuildingSystems/Buildings/Zones/Examples/SingleZoneThermal3D3x3x3ViewFactors.mo

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

BuildingSystems/Buildings/Zones/Examples/package.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ SingleZoneHygroThermal1D
44
SingleZoneThermal1D
55
SingleZoneThermal3D1x1x1
66
SingleZoneThermal3D3x3x3
7+
SingleZoneThermal3D3x3x3ViewFactors
78
ZoneAirvolume3D1x1x1
89
ZoneAirvolume3D3x3x3

BuildingSystems/Resources/Scripts/Dymola/Applications/SolarThermalSystems/SolarThermalSystem1.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Applications.SolarThermalSystems.SolarThermalSystem1", stopTime=864000, method="dassl", tolerance = 1e-5, resultFile="SolarThermalSystem1");
1+
simulateModel("BuildingSystems.Applications.SolarThermalSystems.SolarThermalSystem1", stopTime=864000, method="dassl", resultFile="SolarThermalSystem1");
22
removePlots();
33
createPlot(
44
id = 1,

BuildingSystems/Resources/Scripts/Dymola/Buildings/Constructions/Examples/WallHygroThermal1DNodes.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Buildings.Constructions.Examples.WallHygroThermal1DNodes", stopTime=864000, method="dassl", tolerance = 1e-5, resultFile="WallHygroThermal1DNodes");
1+
simulateModel("BuildingSystems.Buildings.Constructions.Examples.WallHygroThermal1DNodes", stopTime=864000, method="cvode", resultFile="WallHygroThermal1DNodes");
22
removePlots();
33
createPlot(
44
id = 1,

BuildingSystems/Resources/Scripts/Dymola/Buildings/Constructions/Examples/WallThermal1DNodes.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Buildings.Constructions.Examples.WallThermal1DNodes", stopTime=864000, method="dassl", numberOfIntervals=240, tolerance = 1e-5, resultFile="WallThermal1DNodes");
1+
simulateModel("BuildingSystems.Buildings.Constructions.Examples.WallThermal1DNodes", stopTime=864000, method="cvode", resultFile="WallThermal1DNodes");
22
removePlots();
33
createPlot(
44
id = 1,

BuildingSystems/Resources/Scripts/Dymola/Buildings/Examples/BuildingHygroThermal1Zone1D.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Buildings.Examples.BuildingHygroThermal1Zone1D", stopTime=31536000, method="dassl", resultFile="BuildingHygroThermal1Zone1D");
1+
simulateModel("BuildingSystems.Buildings.Examples.BuildingHygroThermal1Zone1D", stopTime=31536000, method="cvode", resultFile="BuildingHygroThermal1Zone1D");
22
removePlots();
33
createPlot(
44
id = 1,

BuildingSystems/Resources/Scripts/Dymola/Buildings/Examples/BuildingThermal1Zone1D.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Buildings.Examples.BuildingThermal1Zone1D", stopTime=31536000, method="dassl", resultFile="BuildingThermal1Zone1D");
1+
simulateModel("BuildingSystems.Buildings.Examples.BuildingThermal1Zone1D", stopTime=31536000, method="cvode", resultFile="BuildingThermal1Zone1D");
22
removePlots();
33
createPlot(
44
id = 1,

BuildingSystems/Resources/Scripts/Dymola/Buildings/Examples/BuildingThermal1Zone1DCylinder.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Buildings.Examples.BuildingThermal1Zone1DCylinder", stopTime=31536000, method="dassl", resultFile="BuildingThermal1Zone1DCylinder");
1+
simulateModel("BuildingSystems.Buildings.Examples.BuildingThermal1Zone1DCylinder", stopTime=31536000, method="cvode", resultFile="BuildingThermal1Zone1DCylinder");
22
removePlots();
33
createPlot(
44
id = 1,
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
simulateModel("BuildingSystems.Buildings.Zones.Examples.SingleZoneThermal3D3x3x3ViewFactors", stopTime=86400, method="cvode", resultFile="SingleZoneThermal3D3x3x3ViewFactors");
2+
removePlots();
3+
createPlot(
4+
id = 1,
5+
position = {0, 0, 600, 500},
6+
y = {"ambient.TAirRef","zone.airvolume.airEle212.fluid.T","zone.airvolume.airEle222.fluid.T","zone.airvolume.airEle232.fluid.T"},
7+
autoscale = true,
8+
autoerase = true,
9+
autoreplot = true,
10+
description = false,
11+
grid = true,
12+
color = true,
13+
online = false,
14+
filename = "SingleZoneThermal3D3x3x3ViewFactors.mat",
15+
leftTitleType = 1,
16+
bottomTitleType = 1);
17+
createPlot(
18+
id = 2,
19+
position = {610, 0, 600, 500},
20+
y = {"zone.airvolume.airEle212.velMag","zone.airvolume.airEle222.velMag","zone.airvolume.airEle232.velMag"},
21+
autoscale = true,
22+
autoerase = true,
23+
autoreplot = true,
24+
description = false,
25+
grid = true,
26+
color = true,
27+
online = false,
28+
filename = "SingleZoneThermal3D3x3x3ViewFactors.mat",
29+
leftTitleType = 1,
30+
bottomTitleType = 1);

BuildingSystems/Resources/Scripts/Dymola/Technologies/Chillers/Examples/CompressionChiller.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
simulateModel("BuildingSystems.Technologies.Chillers.Examples.CompressionChiller", stopTime=7200, method="dassl", resultFile="CompressionChiller");
1+
simulateModel("BuildingSystems.Technologies.Chillers.Examples.CompressionChiller", stopTime=7200, method="cvode", resultFile="CompressionChiller");
22
removePlots();
33
createPlot(
44
id = 1,

0 commit comments

Comments
 (0)