Skip to content

Commit

Permalink
fixed broken mos that caused missing figure
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Aug 22, 2023
1 parent 89e89e0 commit 990a3b8
Showing 1 changed file with 23 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,37 +1,45 @@
simulateModel("Buildings.Fluid.Storage.Validation.StratifiedLoadingUnloading", tolerance=1e-6, stopTime=14400, method="CVode", resultFile="StratifiedLoadingUnloading");
createPlot(id = 1,
position = {10, 30, 719, 600},
filename = "StratifiedLoadingUnloading.mat",
y = {"tanEnh.vol[1].T", "tanEnh.vol[2].T", "tanEnh.vol[3].T", "tanEnh.vol[4].T", "tanEnh.vol[5].T", "tanEnh.vol[6].T", "tanEnh.vol[7].T"},
range = {0, 15000.0, 55.0, 15.0},
createPlot(id=1,
position={10, 30, 719, 603},
y={"tanEnh.vol[1].T", "tanEnh.vol[2].T", "tanEnh.vol[3].T", "tanEnh.vol[4].T", "tanEnh.vol[5].T", "tanEnh.vol[6].T", "tanEnh.vol[7].T"},
range={0.0, 15000.0, 10.0, 50.0},
subPlot=101,
colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}, {244,125,35}},
timeUnit="s",
displayUnits={"degC", "degC", "degC", "degC", "degC", "degC", "degC"},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
leftTitleType = 1,
bottomTitleType = 1);
createPlot(id = 1,
position = {10, 30, 719, 200},
y = {"dHTan.y", "dHTanEnh.y"},
range = {0, 14500.0, 60.0, 10.0},
createPlot(id=1,
position={10, 30, 719, 603},
y={"dHTan.y", "dHTanEnh.y"},
range={0.0, 15000.0, -5000000.0, 10000000.0},
subPlot=102,
colors={{28,108,200}, {238,46,47}},
timeUnit="s",
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
subPlot = 3,
leftTitleType = 1,
bottomTitleType = 1);
createPlot(id = 1,
position = {10, 30, 719, 200},
y = {"tan.vol[1].T", "tan.vol[2].T", "tan.vol[3].T", "tan.vol[4].T", "tan.vol[5].T", "tan.vol[6].T", "tan.vol[7].T"},
range = {0, 14500.0, 60.0, 10.0},
createPlot(id=1,
position={10, 30, 719, 603},
y={"tan.vol[1].T", "tan.vol[2].T", "tan.vol[3].T", "tan.vol[4].T", "tan.vol[5].T","tan.vol[6].T", "tan.vol[7].T"},
range={0.0, 15000.0, 10.0, 50.0},
subPlot=103,
colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}, {244,125,35}},
timeUnit="s",
displayUnits={"degC", "degC", "degC", "degC", "degC", "degC", "degC"},
autoscale = true,
autoerase = true,
autoreplot = true,
grid = true,
color = true,
subPlot = 2,
leftTitleType = 1,
bottomTitleType = 1);

0 comments on commit 990a3b8

Please sign in to comment.