Skip to content

Commit

Permalink
Point to develop build.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Oct 10, 2024
1 parent 78aaf65 commit 435ae62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions model/simulationtests/controller_outdoorair.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@
zones.each do |zone|
terminal = OpenStudio::Model::AirTerminalDualDuctVAV.new(model)
air_loop.addBranchForZone(zone, terminal)
end

zone = zones[0]
zone.setZoneControlHumidistat(humidistat)
oa_controller.setHumidistatControlZone(zone)
zone.setZoneControlHumidistat(humidistat)
oa_controller.setHumidistatControlZone(zone)
end

# add thermostats
model.add_thermostats({ 'heating_setpoint' => 24,
Expand Down

0 comments on commit 435ae62

Please sign in to comment.