lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb in openstudio-standards-0.2.14 vs lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb in openstudio-standards-0.2.15.pre.rc1

- old
+ new

@@ -1,11 +1,11 @@ class Standard # @!group AirTerminalSingleDuctParallelPIUReheat - # Sets the fan power of a PIU fan based on the W/cfm - # specified in the standard. + # Sets the fan power of a PIU fan based on the W/cfm specified in the standard. # + # @param air_terminal_single_duct_parallel_piu_reheat [OpenStudio::Model::AirTerminalSingleDuctParallelPIUReheat] air terminal object # @return [Bool] returns true if successful, false if not def air_terminal_single_duct_parallel_piu_reheat_apply_prm_baseline_fan_power(air_terminal_single_duct_parallel_piu_reheat) OpenStudio.logFree(OpenStudio::Debug, 'openstudio.standards.AirTerminalSingleDuctParallelPIUReheat', "Setting PIU fan power for #{air_terminal_single_duct_parallel_piu_reheat.name}.") # Determine the fan sizing flow rate, min flow rate, @@ -30,10 +30,10 @@ max_sec_flow_rate_m3_per_s = max_primary_air_flow_rate * sec_flow_frac air_terminal_single_duct_parallel_piu_reheat.setMaximumSecondaryAirFlowRate(max_sec_flow_rate_m3_per_s) max_sec_flow_rate_cfm = OpenStudio.convert(max_sec_flow_rate_m3_per_s, 'm^3/s', 'ft^3/min').get # Set the minimum flow fraction - # TODO Also compare to min OA requirement + # @todo Also compare to min OA requirement air_terminal_single_duct_parallel_piu_reheat.setMinimumPrimaryAirFlowFraction(min_flow_frac) # Get the fan fan = air_terminal_single_duct_parallel_piu_reheat.fan.to_FanConstantVolume.get