-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGasCoolingPlot.mos
More file actions
9 lines (8 loc) · 942 Bytes
/
GasCoolingPlot.mos
File metadata and controls
9 lines (8 loc) · 942 Bytes
1
2
3
4
5
6
7
8
// Script generated by Dymola Tue Nov 3 13:56:14 2020
// Plot commands
removePlots(false);
Advanced.FilenameInLegend = true;
Advanced.FilesToKeep = 20;
createPlot(id=2, position={15, 15, 534, 336}, y={"nitrogen.h"}, range={0.0, 5.0, 600.0, 800.0}, grid=true, colors={{28,108,200}});
createPlot(id=2, position={15, 15, 534, 165}, y={"nitrogen.dT", "nitrogen.h", "nitrogen.dT"}, range={8.0, 20.0, -10000.0, 5000.0}, autoscale=false, grid=true, subPlot=2, colors={{238,46,47}, {0,140,72}, {28,108,200}}, range2={0.1, 0.5});
createPlot(id=3, position={55, 55, 497, 324}, y={"hydrogen.dT[1]", "hydrogen.dT[30]", "hydrogen.dT[70]", "hydrogen.dT[100]"}, range={0.0, 5.0, -20000.0, 120000.0}, grid=true, legends={"ΔT at 0m", "ΔT at 3m", "ΔT at 7m", "ΔT at 10m"}, leftTitleType=2, leftTitle="ΔT [K]", bottomTitleType=2, bottomTitle="Time (s)", colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, thicknesses={1.0, 1.0, 1.0, 1.0});