lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb in openstudio-standards-0.2.9 vs lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb in openstudio-standards-0.2.10.rc1
- old
+ new
@@ -1,7 +1,16 @@
class DEER
# @!group AirLoopHVAC
+ # For LA100 calibration, default to systems being left on
+ # Overwritten to be required for DEER2020 and beyond
+ # @return [Bool] true if required, false if not
+ def air_loop_hvac_unoccupied_fan_shutoff_required?(air_loop_hvac)
+ shutoff_required = false
+
+ return shutoff_required
+ end
+
# Check the economizer type currently specified in the ControllerOutdoorAir object on this air loop
# is acceptable per the standard. Based on the MASControl rules, it appears that
# only NoEconomizer and FixedDryBulb are allowed.
#
# @return [Bool] Returns true if allowable, if the system has no economizer or no OA system.
\ No newline at end of file