lib/openstudio-standards/btap/measures.rb in openstudio-standards-0.2.12.rc4 vs lib/openstudio-standards/btap/measures.rb in openstudio-standards-0.2.12.rc5

- old
+ new

@@ -714,20 +714,21 @@ end new_construction_set =vintage_construction_set.clone(model).to_DefaultConstructionSet.get #Set conductances to needed values in construction set if possible. - BTAP::Resources::Envelope::ConstructionSets::customize_default_surface_construction_set_rsi!( model, "#{@default_construction_set}-modified",new_construction_set, - @ext_wall_rsi, @ext_floor_rsi, @ext_roof_rsi, - @ground_wall_rsi, @ground_floor_rsi, @ground_roof_rsi, - @fixed_window_rsi, @fixed_wind_solar_trans, @fixed_wind_vis_trans, - @operable_window_rsi, @operable_wind_solar_trans, @operable_wind_vis_trans, - @door_construction_rsi, - @glass_door_rsi, @glass_door_solar_trans, @glass_door_vis_trans, - @overhead_door_rsi, - @skylight_rsi, @skylight_solar_trans, @skylight_vis_trans, - @tubular_daylight_dome_rsi, @tubular_daylight_dome_solar_trans, @tubular_daylight_dome_vis_trans, - @tubular_daylight_diffuser_rsi, @tubular_daylight_diffuser_solar_trans, @tubular_daylight_diffuser_vis_trans + BTAP::Resources::Envelope::ConstructionSets::customize_default_surface_construction_set_rsi!( + model: model, name: "#{@default_construction_set}-modified",default_surface_construction_set: new_construction_set, + ext_wall_rsi: @ext_wall_rsi, ext_floor_rsi: @ext_floor_rsi, ext_roof_rsi: @ext_roof_rsi, + ground_wall_rsi: @ground_wall_rsi, ground_floor_rsi: @ground_floor_rsi, ground_roof_rsi: @ground_roof_rsi, + fixed_window_rsi: @fixed_window_rsi, fixed_wind_solar_trans: @fixed_wind_solar_trans, fixed_wind_vis_trans: @fixed_wind_vis_trans, + operable_window_rsi: @operable_window_rsi, operable_wind_solar_trans: @operable_wind_solar_trans, operable_wind_vis_trans: @operable_wind_vis_trans, + door_construction_rsi: @door_construction_rsi, + glass_door_rsi: @glass_door_rsi, glass_door_solar_trans: @glass_door_solar_trans, glass_door_vis_trans: @glass_door_vis_trans, + overhead_door_rsi: @overhead_door_rsi, + skylight_rsi: @skylight_rsi, skylight_solar_trans: @skylight_solar_trans, skylight_vis_trans: @skylight_vis_trans, + tubular_daylight_dome_rsi: @tubular_daylight_dome_rsi, tubular_daylight_dome_solar_trans: @tubular_daylight_dome_solar_trans, tubular_daylight_dome_vis_trans: @tubular_daylight_dome_vis_trans, + tubular_daylight_diffuser_rsi: @tubular_daylight_diffuser_rsi, tubular_daylight_diffuser_solar_trans: @tubular_daylight_diffuser_solar_trans, tubular_daylight_diffuser_vis_trans: @tubular_daylight_diffuser_vis_trans ) #Set as default to model. model.building.get.setDefaultConstructionSet( new_construction_set )