lib/to_openstudio/ventcool/opening.rb in honeybee-openstudio-2.29.3 vs lib/to_openstudio/ventcool/opening.rb in honeybee-openstudio-2.30.0
- old
+ new
@@ -160,10 +160,10 @@
if srf_tilt < 10
slope_ang = 90 - srf_tilt
else
slope_ang = 90 - (180 - srf_tilt)
end
- os_opening = OpenStudio::Model::AirflowNetworkHorizontalOpening .new(
+ os_opening = OpenStudio::Model::AirflowNetworkHorizontalOpening.new(
openstudio_model, flow_coefficient, flow_exponent, slope_ang, discharge_coeff)
end
else
# create the simple opening object for the Aperture or Door using default values
two_way_thresh = defaults[:two_way_threshold][:default].to_f