lib/from_honeybee/ventcool/opening.rb in honeybee-openstudio-2.6.0 vs lib/from_honeybee/ventcool/opening.rb in honeybee-openstudio-2.6.1
- old
+ new
@@ -148,10 +148,10 @@
flow_coefficient = 1.0e-09 # set it to a very small number
end
# create the simple opening object for the Aperture or Door using default values
flow_exponent = defaults[:flow_exponent_closed][:default].to_f
- two_way_thresh= defaults[:two_way_threshold][:default].to_f
+ two_way_thresh = defaults[:two_way_threshold][:default].to_f
discharge_coeff = defaults[:discharge_coefficient][:default].to_f
os_opening = OpenStudio::Model::AirflowNetworkSimpleOpening.new(
openstudio_model, flow_coefficient, flow_exponent, two_way_thresh, discharge_coeff)
# assign the flow exponent when the opening is closed
\ No newline at end of file