Skip to content

Commit

Permalink
added unit tests scripts for performanceexamples
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathadon committed Jul 10, 2015
1 parent d8b3869 commit e234cb3
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});
@@ -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}});

0 comments on commit e234cb3

Please sign in to comment.