Skip to content

Commit

Permalink
Update simulate and plot script #1223
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Nov 14, 2022
1 parent 382f0b0 commit 4d5d235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
simulateModel("AixLib.Fluid.Storage.Examples.StorageSimpleExample", tolerance=1e-6, stopTime=86400, method="dassl", resultFile="StorageSimple");
createPlot(id=1, position={104, 0, 742, 420}, y={"storageSimple.layer[1].T","storageSimple.layer[2].T","storageSimple.layer[3].T"},
grid=true, filename="StorageSimple.mat", colors={{28,108,200},{100,108,150},{50,70,20}});
grid=true, filename="StorageSimple.mat", subPlot=1, colors={{28,108,200},{100,108,150},{50,70,20}});
createPlot(id=1, position={104, 0, 742, 420}, y={"heatingRod.Pel"},
grid=true, filename="StorageSimple.mat", subPlot=2, colors={{28,108,200}});
createPlot(id=1, position={104, 0, 742, 420}, y={"simpleConsumer.Q_flow"},
grid=true, filename="StorageSimple.mat", subPlot=3, colors={{28,108,200}});

0 comments on commit 4d5d235

Please sign in to comment.