Skip to content

Commit

Permalink
added StartTime (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Sep 3, 2024
1 parent dbdfec4 commit 1e98154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ model ConventionalWinter
extends Buildings.Air.Systems.SingleZone.VAV.Examples.OptimalStart.ConventionalSpring;

annotation (experiment(
StartTime=0,
StopTime=604800,
Tolerance=1e-06),
__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Air/Systems/SingleZone/VAV/Examples/OptimalStart/ConventionalWinter.mos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ model Guideline36Winter
extends Buildings.Air.Systems.SingleZone.VAV.Examples.OptimalStart.Guideline36Spring;

annotation (experiment(
StartTime=0,
StopTime=604800,
Tolerance=1e-06),
__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Air/Systems/SingleZone/VAV/Examples/OptimalStart/Guideline36Winter.mos"
Expand Down

0 comments on commit 1e98154

Please sign in to comment.