Skip to content

Commit

Permalink
add previously removed unit tests again (IDEAS.Fluid.HeatPumps)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Oct 25, 2024
1 parent 39a1415 commit a8d66d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
simulateModel("IDEAS.Fluid.HeatPumps.ModularReversible.Validation.ConstantCarnotEffectiveness", tolerance=1e-6, stopTime=14365, method="CVode", resultFile="ConstantCarnotEffectiveness");
createPlot(id=2, position={39, 13, 913, 546}, y={"TConOutMea", "TConOutSim"}, range={0.0, 14365.0, 293.15, 363.15}, grid=true, filename="ConstantCarnotEffectiveness.mat", colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={39, 13, 913, 546}, y={"PEleMea", "PEleSim"}, range={0.0, 14365.0, 0.0, 3000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={39, 13, 913, 546}, y={"TEvaOutMea", "TEvaOutSim"}, range={0.0, 14365.0, 273.15, 303.15}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}});
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
simulateModel("IDEAS.Fluid.HeatPumps.ModularReversible.Validation.TableData2D", tolerance=1e-6, stopTime=14365, method="CVode", resultFile="TableData2D");
createPlot(id=2, position={39, 13, 913, 546}, y={"TConOutMea", "TConOutSim"}, range={0.0, 14365.0, 293.15, 363.15}, grid=true, filename="TableData2D.mat", colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={39, 13, 913, 546}, y={"PEleMea", "PEleSim"}, range={0.0, 14365.0, 0.0, 3000.0}, grid=true, subPlot=2, colors={{28,108,200}, {238,46,47}});
createPlot(id=2, position={39, 13, 913, 546}, y={"TEvaOutMea", "TEvaOutSim"}, range={0.0, 14365.0, 273.15, 303.15}, grid=true, subPlot=3, colors={{28,108,200}, {238,46,47}});

0 comments on commit a8d66d7

Please sign in to comment.