Skip to content

Commit

Permalink
added start time (#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL authored Sep 5, 2024
1 parent 20bb8db commit 6201525
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 6201525

Please sign in to comment.