Skip to content

Commit

Permalink
Correct simulate and plot script and update ref results "ci_update_ref"
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 14, 2022
1 parent 2bfa740 commit f278ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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","storageSimple.layer[4].T"}, grid=true, filename="StorageSimple.mat", colors={{28,108,200},{100,108,150},{50,70,20},{15,15,15}});
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},{15,15,15}});
2 changes: 2 additions & 0 deletions bin/interact_CI/update_ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ AixLib_Fluid_FixedResistances_Validation_PlugFlowPipes_PlugFlowAIT.txt
AixLib_ThermalZones_ReducedOrder_Examples_SimpleRoomThreeElements.txt
AixLib_Fluid_Storage_Examples_StorageSolarCollector.txt
AixLib_Fluid_Storage_Examples_StorageBoiler.txt
AixLib_Fluid_Storage_Examples_StorageSimpleExample.txt
AixLib_Fluid_Storage_Examples_StorageDetailedExample.txt
AixLib_ThermalZones_ReducedOrder_Examples_MultizoneMoistAirCO2.txt
AixLib_ThermalZones_ReducedOrder_Examples_SimpleRoomTwoElements.txt
AixLib_ThermalZones_ReducedOrder_Examples_SimpleRoomFourElements.txt
Expand Down

0 comments on commit f278ae2

Please sign in to comment.