Skip to content

Commit

Permalink
Add simulate and plot scripts #1388 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 31, 2022
1 parent 945b7be commit 59230cd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
simulateModel("AixLib.ThermalZones.ReducedOrder.Examples.Multizone", tolerance=1e-6, stopTime=3.1536e+007, numberOfIntervals=0, outputInterval=3600, method="Radau", resultFile="Multizone");
createPlot(id = 1,
position = {55, 50, 697, 502},
x = "time",
y = {"multizone.TAir[1]"},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
leftTitleType = 1,
bottomTitleType = 1);
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
simulateModel("AixLib.ThermalZones.ReducedOrder.Examples.MultizoneEquipped", tolerance=1e-6, stopTime=3.1536e+007, numberOfIntervals=0, outputInterval=3600, method="Radau", resultFile="MultizoneEquipped");
createPlot(id = 1,
position = {55, 50, 697, 502},
x = "time",
y = {"multizone.TAir[1]"},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
leftTitleType = 1,
bottomTitleType = 1);

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
simulateModel("AixLib.ThermalZones.ReducedOrder.Examples.MultizonePartlyCooled", tolerance=1e-6, stopTime=3.1536e+007, numberOfIntervals=0, outputInterval=3600, method="Radau", resultFile="MultizonePartlyCooled");
createPlot(id = 1,
position = {55, 50, 697, 502},
x = "time",
y = {"multizone.TAir[1]"},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
leftTitleType = 1,
bottomTitleType = 1);

0 comments on commit 59230cd

Please sign in to comment.