diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v1.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v1.mos new file mode 100644 index 0000000000..77b7280add --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v1.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example1v1", stopTime=20, method="dassl", resultFile="Example1v1"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"pump.m_flow"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v2.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v2.mos new file mode 100644 index 0000000000..ff275fd268 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example1v2.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example1v2", stopTime=20, method="dassl", resultFile="Example1v2"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"pump.m_flow"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example2.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example2.mos new file mode 100644 index 0000000000..1d352fb908 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example2.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example2", stopTime=20, method="dassl", resultFile="Example2"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"pump_dp.m_flow"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example3.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example3.mos new file mode 100644 index 0000000000..edd1bbee29 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example3.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example3", stopTime=20, method="dassl", resultFile="Example3"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"pump.m_flow"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example4.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example4.mos new file mode 100644 index 0000000000..2e2d160423 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example4.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example4", stopTime=20, method="dassl", resultFile="Example4"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"res.m_flow"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example5.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example5.mos new file mode 100644 index 0000000000..cba8b8caf9 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example5.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example5", stopTime=20, method="dassl", resultFile="Example5"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"c"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example6.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example6.mos new file mode 100644 index 0000000000..b7aa825783 --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example6.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example6", stopTime=100, method="dassl", resultFile="Example6"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"T[2]"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example7.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example7.mos new file mode 100644 index 0000000000..5c1ea5044a --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example7.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example7", stopTime=100, method="dassl", resultFile="Example7"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"T[2]"}, +range={0.0, 20.0, 0.0, 0.30000000000000004}, +autoscale=false, +grid=true, +colors={{28,108,200}}); diff --git a/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example8.mos b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example8.mos new file mode 100644 index 0000000000..fdc56667fe --- /dev/null +++ b/Annex60/Resources/Scripts/Dymola/Fluid/Examples/PerformanceExamples/Example8.mos @@ -0,0 +1,8 @@ +simulateModel("Annex60.Fluid.Examples.PerformanceExamples.Example8", stopTime=50, method="dassl", resultFile="Example8"); +createPlot(id=1, +position={15, 10, 592, 421}, +y={"a", "b"}, +range={0.0, 100.0, -1.2000000000000002, 1.4}, +grid=true, +colors={{28,108,200}, {238,46,47}}); +