Open joseph-robertson opened 7 years ago
@joseph-robertson the add_doas method currently in the standards gem is a pretty good starting point. We'll need to 1) remove the part of the code that adds fan-coils (not part of a DOAS) and 2) give it a heating and cooling type input.
add_district_ambient_loop
add_zone_water_to_air_hp
add_zone_erv
add_district_ambient_loop
add_zone_water_to_air_hp
add_doas
add_doas
method causing error:Object=CONTROLLER:MECHANICALVENTILATION, name=CONTROLLER MECHANICAL VENTILATION 1, Required Field=[Zone 1 Name] was blank.
Solution: wasn't setting design days with the ChangeBuildingLocation measure.add_doas_x
(w/optional energy recovery) method or update existingadd_doas
method? Solution: created newadd_doas
method (without fan coil stuff), and changed existingadd_doas
method name toadd_doas_with_fan_coil_units
.add_district_ambient_loop
add_hw_loop
add_chw_loop
add_vav_reheat
capacity_w
inapply_efficiency_and_curves
method of Standards.ChillerElectricEIR.rb isfalse
(instead of a double)? @asparke2Copy add_prm_baseline_system, rename the method, update for new case types. Add new heating / cooling type: ambient water.
@asparke2 @benpolly1