openstudio-standards 0.4.0 → 0.5.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/inventory/thermal_bridging.csv +90 -0
- data/data/standards/OpenStudio_Standards-deer-comstock.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +1 -1
- data/data/standards/test_performance_expected_dd_results.csv +2014 -1891
- data/lib/openstudio-standards/btap/analysis.rb +8 -8
- data/lib/openstudio-standards/btap/bridging.rb +664 -645
- data/lib/openstudio-standards/btap/btap.model.rb +14 -14
- data/lib/openstudio-standards/btap/btap.rb +7 -7
- data/lib/openstudio-standards/btap/btap_result.rb +1 -1
- data/lib/openstudio-standards/btap/economics.rb +23 -23
- data/lib/openstudio-standards/btap/envelope.rb +8 -8
- data/lib/openstudio-standards/btap/equest.rb +1 -1
- data/lib/openstudio-standards/btap/geometry.rb +2 -2
- data/lib/openstudio-standards/btap/mpc.rb +7 -7
- data/lib/openstudio-standards/btap/schedules.rb +1 -1
- data/lib/openstudio-standards/btap/simmanager.rb +4 -4
- data/lib/openstudio-standards/btap/spaceloads.rb +26 -26
- data/lib/openstudio-standards/btap/utilities.rb +6 -6
- data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
- data/lib/openstudio-standards/constructions/information.rb +83 -0
- data/lib/openstudio-standards/constructions/materials/modify.rb +72 -0
- data/lib/openstudio-standards/constructions/modify.rb +80 -0
- data/lib/openstudio-standards/create_typical/create_typical.rb +983 -0
- data/lib/openstudio-standards/create_typical/enumerations.rb +484 -0
- data/lib/openstudio-standards/create_typical/space_type_blend.rb +791 -0
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +494 -0
- data/lib/openstudio-standards/daylighting/space.rb +47 -0
- data/lib/openstudio-standards/geometry/create.rb +801 -0
- data/lib/openstudio-standards/geometry/create_bar.rb +2171 -0
- data/lib/openstudio-standards/geometry/information.rb +462 -0
- data/lib/openstudio-standards/geometry/modify.rb +48 -0
- data/lib/openstudio-standards/hvac/air_loop/information.rb +79 -0
- data/lib/openstudio-standards/hvac/cbecs_hvac.rb +616 -0
- data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +91 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +2 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +3 -3
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +14 -14
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +16 -16
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +13 -13
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +18 -18
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +957 -957
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +84 -16
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +61 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +43 -30
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +18 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +774 -117
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +340 -481
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +22 -22
- data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
- data/lib/openstudio-standards/qaqc/calibration.rb +131 -0
- data/lib/openstudio-standards/qaqc/create_results.rb +983 -0
- data/lib/openstudio-standards/qaqc/envelope.rb +399 -0
- data/lib/openstudio-standards/qaqc/eui.rb +213 -0
- data/lib/openstudio-standards/qaqc/hvac.rb +1943 -0
- data/lib/openstudio-standards/qaqc/internal_loads.rb +568 -0
- data/lib/openstudio-standards/qaqc/reporting.rb +141 -0
- data/lib/openstudio-standards/qaqc/schedules.rb +129 -0
- data/lib/openstudio-standards/qaqc/service_water_heating.rb +273 -0
- data/lib/openstudio-standards/qaqc/weather_files.rb +497 -0
- data/lib/openstudio-standards/qaqc/zone_conditions.rb +278 -0
- data/lib/openstudio-standards/schedules/create.rb +364 -0
- data/lib/openstudio-standards/schedules/information.rb +169 -0
- data/lib/openstudio-standards/schedules/modify.rb +445 -0
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +110 -71
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +16 -10
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Construction.rb +17 -18
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +6 -6
- data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -12
- data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.Model.rb +411 -261
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -29
- data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +14 -14
- data/lib/openstudio-standards/standards/Standards.Space.rb +37 -30
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +38 -29
- data/lib/openstudio-standards/standards/Standards.SubSurface.rb +7 -7
- data/lib/openstudio-standards/standards/Standards.Surface.rb +13 -13
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +109 -66
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +11 -4
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +5 -21
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +36 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.AirLoopHVAC.rb +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +53 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.AirLoopHVAC.rb +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +211 -211
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +22 -28
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +1 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +7 -59
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -21
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.DesignSpecificationOutdoorAir.rb +101 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +643 -526
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +8 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +17 -77
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +74 -16
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +96 -44
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +18 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +328 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +0 -118
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_outdoor_air.md +35 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +228 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +131 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes.Model.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +109 -27
- data/lib/openstudio-standards/standards/deer/deer.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +18 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.heat_pumps.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.economizers.json +260 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.economizers.json +246 -4
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +5 -2
- data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.json +25 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/chillers.json +44 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +225 -0
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +2 -2
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +193 -73
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +10 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +4 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.json +32 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +36 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +47587 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +49764 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Warehouse.osm +283 -297
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +2 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/NECB2011/data/standards_data.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +49 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +400 -202
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +18 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +615 -307
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +10 -5
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +1 -1
- data/lib/openstudio-standards/utilities/assertion.rb +128 -0
- data/lib/openstudio-standards/utilities/logging.rb +2 -3
- data/lib/openstudio-standards/utilities/object_info.rb +39 -18
- data/lib/openstudio-standards/utilities/schedule_translator.rb +8 -6
- data/lib/openstudio-standards/utilities/simulation.rb +24 -11
- data/lib/openstudio-standards/utilities/sqlfile.rb +10 -5
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/Weather.Model.rb +8 -9
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +3 -3
- data/lib/openstudio-standards/weather/information.rb +35 -0
- data/lib/openstudio-standards.rb +69 -5
- metadata +52 -16
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +0 -13
- data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +0 -36
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +0 -898
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +0 -126
- data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +0 -356
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +0 -35
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +0 -110
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +0 -5
@@ -692,8 +692,8 @@
|
|
692
692
|
"coeff_8": null,
|
693
693
|
"coeff_9": null,
|
694
694
|
"coeff_10": null,
|
695
|
-
"minimum_independent_variable_1":
|
696
|
-
"maximum_independent_variable_1":
|
695
|
+
"minimum_independent_variable_1": 0.0,
|
696
|
+
"maximum_independent_variable_1": 100.0,
|
697
697
|
"minimum_independent_variable_2": null,
|
698
698
|
"maximum_independent_variable_2": null,
|
699
699
|
"minimum_dependent_variable_output": null,
|
@@ -717,13 +717,13 @@
|
|
717
717
|
"coeff_8": null,
|
718
718
|
"coeff_9": null,
|
719
719
|
"coeff_10": null,
|
720
|
-
"minimum_independent_variable_1":
|
721
|
-
"maximum_independent_variable_1":
|
722
|
-
"minimum_independent_variable_2":
|
723
|
-
"maximum_independent_variable_2":
|
720
|
+
"minimum_independent_variable_1": 4.44,
|
721
|
+
"maximum_independent_variable_1": 12.22,
|
722
|
+
"minimum_independent_variable_2": 23.89,
|
723
|
+
"maximum_independent_variable_2": 46.11,
|
724
724
|
"minimum_dependent_variable_output": null,
|
725
725
|
"maximum_dependent_variable_output": null,
|
726
|
-
"notes": "
|
726
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
727
727
|
},
|
728
728
|
{
|
729
729
|
"name": "CentChlrAirCoolEIR-fCHW&OAT",
|
@@ -742,13 +742,13 @@
|
|
742
742
|
"coeff_8": null,
|
743
743
|
"coeff_9": null,
|
744
744
|
"coeff_10": null,
|
745
|
-
"minimum_independent_variable_1":
|
746
|
-
"maximum_independent_variable_1":
|
747
|
-
"minimum_independent_variable_2":
|
748
|
-
"maximum_independent_variable_2":
|
745
|
+
"minimum_independent_variable_1": 4.44,
|
746
|
+
"maximum_independent_variable_1": 12.22,
|
747
|
+
"minimum_independent_variable_2": 23.89,
|
748
|
+
"maximum_independent_variable_2": 46.11,
|
749
749
|
"minimum_dependent_variable_output": null,
|
750
750
|
"maximum_dependent_variable_output": null,
|
751
|
-
"notes": "
|
751
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
752
752
|
},
|
753
753
|
{
|
754
754
|
"name": "CentChlrAirCoolEIR-fPLR",
|
@@ -792,13 +792,13 @@
|
|
792
792
|
"coeff_8": null,
|
793
793
|
"coeff_9": null,
|
794
794
|
"coeff_10": null,
|
795
|
-
"minimum_independent_variable_1":
|
796
|
-
"maximum_independent_variable_1":
|
797
|
-
"minimum_independent_variable_2":
|
798
|
-
"maximum_independent_variable_2":
|
795
|
+
"minimum_independent_variable_1": 4.44,
|
796
|
+
"maximum_independent_variable_1": 12.22,
|
797
|
+
"minimum_independent_variable_2": 15.56,
|
798
|
+
"maximum_independent_variable_2": 29.44,
|
799
799
|
"minimum_dependent_variable_output": null,
|
800
800
|
"maximum_dependent_variable_output": null,
|
801
|
-
"notes": "
|
801
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
802
802
|
},
|
803
803
|
{
|
804
804
|
"name": "CentH2O-EIR-fCHWT&ECT",
|
@@ -817,13 +817,13 @@
|
|
817
817
|
"coeff_8": null,
|
818
818
|
"coeff_9": null,
|
819
819
|
"coeff_10": null,
|
820
|
-
"minimum_independent_variable_1":
|
821
|
-
"maximum_independent_variable_1":
|
822
|
-
"minimum_independent_variable_2":
|
823
|
-
"maximum_independent_variable_2":
|
820
|
+
"minimum_independent_variable_1": 4.44,
|
821
|
+
"maximum_independent_variable_1": 12.22,
|
822
|
+
"minimum_independent_variable_2": 15.56,
|
823
|
+
"maximum_independent_variable_2": 29.44,
|
824
824
|
"minimum_dependent_variable_output": null,
|
825
825
|
"maximum_dependent_variable_output": null,
|
826
|
-
"notes": "
|
826
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
827
827
|
},
|
828
828
|
{
|
829
829
|
"name": "CentH2O-EIR-fPLR&dT",
|
@@ -867,13 +867,13 @@
|
|
867
867
|
"coeff_8": null,
|
868
868
|
"coeff_9": null,
|
869
869
|
"coeff_10": null,
|
870
|
-
"minimum_independent_variable_1":
|
871
|
-
"maximum_independent_variable_1":
|
872
|
-
"minimum_independent_variable_2":
|
873
|
-
"maximum_independent_variable_2":
|
870
|
+
"minimum_independent_variable_1": 4.44,
|
871
|
+
"maximum_independent_variable_1": 12.22,
|
872
|
+
"minimum_independent_variable_2": 15.56,
|
873
|
+
"maximum_independent_variable_2": 29.44,
|
874
874
|
"minimum_dependent_variable_output": null,
|
875
875
|
"maximum_dependent_variable_output": null,
|
876
|
-
"notes": "
|
876
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
877
877
|
},
|
878
878
|
{
|
879
879
|
"name": "CentH2OVSD-EIR-fCHWT&ECT",
|
@@ -892,13 +892,13 @@
|
|
892
892
|
"coeff_8": null,
|
893
893
|
"coeff_9": null,
|
894
894
|
"coeff_10": null,
|
895
|
-
"minimum_independent_variable_1":
|
896
|
-
"maximum_independent_variable_1":
|
897
|
-
"minimum_independent_variable_2":
|
898
|
-
"maximum_independent_variable_2":
|
895
|
+
"minimum_independent_variable_1": 4.44,
|
896
|
+
"maximum_independent_variable_1": 12.22,
|
897
|
+
"minimum_independent_variable_2": 15.56,
|
898
|
+
"maximum_independent_variable_2": 29.44,
|
899
899
|
"minimum_dependent_variable_output": null,
|
900
900
|
"maximum_dependent_variable_output": null,
|
901
|
-
"notes": "
|
901
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
902
902
|
},
|
903
903
|
{
|
904
904
|
"name": "CentH2OVSD-EIR-fPLR&dT",
|
@@ -1242,13 +1242,13 @@
|
|
1242
1242
|
"coeff_8": null,
|
1243
1243
|
"coeff_9": null,
|
1244
1244
|
"coeff_10": null,
|
1245
|
-
"minimum_independent_variable_1":
|
1246
|
-
"maximum_independent_variable_1":
|
1247
|
-
"minimum_independent_variable_2":
|
1248
|
-
"maximum_independent_variable_2":
|
1245
|
+
"minimum_independent_variable_1": 4.44,
|
1246
|
+
"maximum_independent_variable_1": 12.22,
|
1247
|
+
"minimum_independent_variable_2": 15.56,
|
1248
|
+
"maximum_independent_variable_2": 29.44,
|
1249
1249
|
"minimum_dependent_variable_output": null,
|
1250
1250
|
"maximum_dependent_variable_output": null,
|
1251
|
-
"notes": "
|
1251
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
1252
1252
|
},
|
1253
1253
|
{
|
1254
1254
|
"name": "ChlrHPAirCoolEIR-fCHW&OAT",
|
@@ -1267,13 +1267,13 @@
|
|
1267
1267
|
"coeff_8": null,
|
1268
1268
|
"coeff_9": null,
|
1269
1269
|
"coeff_10": null,
|
1270
|
-
"minimum_independent_variable_1":
|
1271
|
-
"maximum_independent_variable_1":
|
1272
|
-
"minimum_independent_variable_2":
|
1273
|
-
"maximum_independent_variable_2":
|
1270
|
+
"minimum_independent_variable_1": 4.44,
|
1271
|
+
"maximum_independent_variable_1": 12.22,
|
1272
|
+
"minimum_independent_variable_2": 15.56,
|
1273
|
+
"maximum_independent_variable_2": 29.44,
|
1274
1274
|
"minimum_dependent_variable_output": null,
|
1275
1275
|
"maximum_dependent_variable_output": null,
|
1276
|
-
"notes": "
|
1276
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
1277
1277
|
},
|
1278
1278
|
{
|
1279
1279
|
"name": "ChlrHPAirHeatCap-fHW&39+",
|
@@ -1292,10 +1292,10 @@
|
|
1292
1292
|
"coeff_8": null,
|
1293
1293
|
"coeff_9": null,
|
1294
1294
|
"coeff_10": null,
|
1295
|
-
"minimum_independent_variable_1":
|
1296
|
-
"maximum_independent_variable_1":
|
1297
|
-
"minimum_independent_variable_2":
|
1298
|
-
"maximum_independent_variable_2":
|
1295
|
+
"minimum_independent_variable_1": 26.667,
|
1296
|
+
"maximum_independent_variable_1": 60.0,
|
1297
|
+
"minimum_independent_variable_2": 3.889,
|
1298
|
+
"maximum_independent_variable_2": 10.0,
|
1299
1299
|
"minimum_dependent_variable_output": null,
|
1300
1300
|
"maximum_dependent_variable_output": null,
|
1301
1301
|
"notes": "From .dat files included with MASControl2"
|
@@ -1317,10 +1317,10 @@
|
|
1317
1317
|
"coeff_8": null,
|
1318
1318
|
"coeff_9": null,
|
1319
1319
|
"coeff_10": null,
|
1320
|
-
"minimum_independent_variable_1":
|
1321
|
-
"maximum_independent_variable_1":
|
1322
|
-
"minimum_independent_variable_2":
|
1323
|
-
"maximum_independent_variable_2":
|
1320
|
+
"minimum_independent_variable_1": 26.667,
|
1321
|
+
"maximum_independent_variable_1": 60.0,
|
1322
|
+
"minimum_independent_variable_2": -23.33,
|
1323
|
+
"maximum_independent_variable_2": 3.889,
|
1324
1324
|
"minimum_dependent_variable_output": null,
|
1325
1325
|
"maximum_dependent_variable_output": null,
|
1326
1326
|
"notes": "From .dat files included with MASControl2"
|
@@ -1342,10 +1342,10 @@
|
|
1342
1342
|
"coeff_8": null,
|
1343
1343
|
"coeff_9": null,
|
1344
1344
|
"coeff_10": null,
|
1345
|
-
"minimum_independent_variable_1":
|
1346
|
-
"maximum_independent_variable_1":
|
1347
|
-
"minimum_independent_variable_2":
|
1348
|
-
"maximum_independent_variable_2":
|
1345
|
+
"minimum_independent_variable_1": 26.667,
|
1346
|
+
"maximum_independent_variable_1": 60.0,
|
1347
|
+
"minimum_independent_variable_2": 3.889,
|
1348
|
+
"maximum_independent_variable_2": 10.0,
|
1349
1349
|
"minimum_dependent_variable_output": null,
|
1350
1350
|
"maximum_dependent_variable_output": null,
|
1351
1351
|
"notes": "From .dat files included with MASControl2"
|
@@ -1367,10 +1367,10 @@
|
|
1367
1367
|
"coeff_8": null,
|
1368
1368
|
"coeff_9": null,
|
1369
1369
|
"coeff_10": null,
|
1370
|
-
"minimum_independent_variable_1":
|
1371
|
-
"maximum_independent_variable_1":
|
1372
|
-
"minimum_independent_variable_2":
|
1373
|
-
"maximum_independent_variable_2":
|
1370
|
+
"minimum_independent_variable_1": 26.667,
|
1371
|
+
"maximum_independent_variable_1": 60.0,
|
1372
|
+
"minimum_independent_variable_2": -23.33,
|
1373
|
+
"maximum_independent_variable_2": 3.889,
|
1374
1374
|
"minimum_dependent_variable_output": null,
|
1375
1375
|
"maximum_dependent_variable_output": null,
|
1376
1376
|
"notes": "From .dat files included with MASControl2"
|
@@ -1392,13 +1392,13 @@
|
|
1392
1392
|
"coeff_8": null,
|
1393
1393
|
"coeff_9": null,
|
1394
1394
|
"coeff_10": null,
|
1395
|
-
"minimum_independent_variable_1":
|
1396
|
-
"maximum_independent_variable_1":
|
1397
|
-
"minimum_independent_variable_2":
|
1398
|
-
"maximum_independent_variable_2":
|
1395
|
+
"minimum_independent_variable_1": 4.44,
|
1396
|
+
"maximum_independent_variable_1": 12.22,
|
1397
|
+
"minimum_independent_variable_2": 15.56,
|
1398
|
+
"maximum_independent_variable_2": 29.44,
|
1399
1399
|
"minimum_dependent_variable_output": null,
|
1400
1400
|
"maximum_dependent_variable_output": null,
|
1401
|
-
"notes": "From .dat files included with
|
1401
|
+
"notes": "From .dat files included with MASControl3"
|
1402
1402
|
},
|
1403
1403
|
{
|
1404
1404
|
"name": "ChlrHPH2OCoolCap_fCHW&ECT-Old",
|
@@ -1417,13 +1417,13 @@
|
|
1417
1417
|
"coeff_8": null,
|
1418
1418
|
"coeff_9": null,
|
1419
1419
|
"coeff_10": null,
|
1420
|
-
"minimum_independent_variable_1":
|
1421
|
-
"maximum_independent_variable_1":
|
1422
|
-
"minimum_independent_variable_2":
|
1423
|
-
"maximum_independent_variable_2":
|
1420
|
+
"minimum_independent_variable_1": 4.44,
|
1421
|
+
"maximum_independent_variable_1": 12.22,
|
1422
|
+
"minimum_independent_variable_2": 15.56,
|
1423
|
+
"maximum_independent_variable_2": 29.44,
|
1424
1424
|
"minimum_dependent_variable_output": null,
|
1425
1425
|
"maximum_dependent_variable_output": null,
|
1426
|
-
"notes": "From .dat files included with
|
1426
|
+
"notes": "From .dat files included with MASControl4"
|
1427
1427
|
},
|
1428
1428
|
{
|
1429
1429
|
"name": "ChlrHPH2OCoolEIR_fCHW&ECT",
|
@@ -1442,13 +1442,13 @@
|
|
1442
1442
|
"coeff_8": null,
|
1443
1443
|
"coeff_9": null,
|
1444
1444
|
"coeff_10": null,
|
1445
|
-
"minimum_independent_variable_1":
|
1446
|
-
"maximum_independent_variable_1":
|
1447
|
-
"minimum_independent_variable_2":
|
1448
|
-
"maximum_independent_variable_2":
|
1445
|
+
"minimum_independent_variable_1": 4.44,
|
1446
|
+
"maximum_independent_variable_1": 12.22,
|
1447
|
+
"minimum_independent_variable_2": 15.56,
|
1448
|
+
"maximum_independent_variable_2": 29.44,
|
1449
1449
|
"minimum_dependent_variable_output": null,
|
1450
1450
|
"maximum_dependent_variable_output": null,
|
1451
|
-
"notes": "From .dat files included with
|
1451
|
+
"notes": "From .dat files included with MASControl5"
|
1452
1452
|
},
|
1453
1453
|
{
|
1454
1454
|
"name": "ChlrHPH2OCoolEIR_fCHW&ECT-Old",
|
@@ -1467,13 +1467,13 @@
|
|
1467
1467
|
"coeff_8": null,
|
1468
1468
|
"coeff_9": null,
|
1469
1469
|
"coeff_10": null,
|
1470
|
-
"minimum_independent_variable_1":
|
1471
|
-
"maximum_independent_variable_1":
|
1472
|
-
"minimum_independent_variable_2":
|
1473
|
-
"maximum_independent_variable_2":
|
1470
|
+
"minimum_independent_variable_1": 4.44,
|
1471
|
+
"maximum_independent_variable_1": 12.22,
|
1472
|
+
"minimum_independent_variable_2": 15.56,
|
1473
|
+
"maximum_independent_variable_2": 29.44,
|
1474
1474
|
"minimum_dependent_variable_output": null,
|
1475
1475
|
"maximum_dependent_variable_output": null,
|
1476
|
-
"notes": "From .dat files included with
|
1476
|
+
"notes": "From .dat files included with MASControl6"
|
1477
1477
|
},
|
1478
1478
|
{
|
1479
1479
|
"name": "ChlrHPH2OHeatCap_fHWS&EET",
|
@@ -1492,13 +1492,13 @@
|
|
1492
1492
|
"coeff_8": null,
|
1493
1493
|
"coeff_9": null,
|
1494
1494
|
"coeff_10": null,
|
1495
|
-
"minimum_independent_variable_1":
|
1496
|
-
"maximum_independent_variable_1":
|
1497
|
-
"minimum_independent_variable_2":
|
1498
|
-
"maximum_independent_variable_2":
|
1495
|
+
"minimum_independent_variable_1": 26.667,
|
1496
|
+
"maximum_independent_variable_1": 60.0,
|
1497
|
+
"minimum_independent_variable_2": 5.0,
|
1498
|
+
"maximum_independent_variable_2": 20.0,
|
1499
1499
|
"minimum_dependent_variable_output": null,
|
1500
1500
|
"maximum_dependent_variable_output": null,
|
1501
|
-
"notes": "From .dat files included with
|
1501
|
+
"notes": "From .dat files included with MASControl7"
|
1502
1502
|
},
|
1503
1503
|
{
|
1504
1504
|
"name": "ChlrHPH2OHeatCap_fHWS&EET-Old",
|
@@ -1517,10 +1517,10 @@
|
|
1517
1517
|
"coeff_8": null,
|
1518
1518
|
"coeff_9": null,
|
1519
1519
|
"coeff_10": null,
|
1520
|
-
"minimum_independent_variable_1":
|
1521
|
-
"maximum_independent_variable_1":
|
1522
|
-
"minimum_independent_variable_2":
|
1523
|
-
"maximum_independent_variable_2":
|
1520
|
+
"minimum_independent_variable_1": 26.667,
|
1521
|
+
"maximum_independent_variable_1": 60.0,
|
1522
|
+
"minimum_independent_variable_2": 5.0,
|
1523
|
+
"maximum_independent_variable_2": 20.0,
|
1524
1524
|
"minimum_dependent_variable_output": null,
|
1525
1525
|
"maximum_dependent_variable_output": null,
|
1526
1526
|
"notes": "From .dat files included with MASControl2"
|
@@ -1542,10 +1542,10 @@
|
|
1542
1542
|
"coeff_8": null,
|
1543
1543
|
"coeff_9": null,
|
1544
1544
|
"coeff_10": null,
|
1545
|
-
"minimum_independent_variable_1":
|
1546
|
-
"maximum_independent_variable_1":
|
1547
|
-
"minimum_independent_variable_2":
|
1548
|
-
"maximum_independent_variable_2":
|
1545
|
+
"minimum_independent_variable_1": 26.667,
|
1546
|
+
"maximum_independent_variable_1": 60.0,
|
1547
|
+
"minimum_independent_variable_2": 5.0,
|
1548
|
+
"maximum_independent_variable_2": 20.0,
|
1549
1549
|
"minimum_dependent_variable_output": null,
|
1550
1550
|
"maximum_dependent_variable_output": null,
|
1551
1551
|
"notes": "From .dat files included with MASControl2"
|
@@ -1567,10 +1567,10 @@
|
|
1567
1567
|
"coeff_8": null,
|
1568
1568
|
"coeff_9": null,
|
1569
1569
|
"coeff_10": null,
|
1570
|
-
"minimum_independent_variable_1":
|
1571
|
-
"maximum_independent_variable_1":
|
1572
|
-
"minimum_independent_variable_2":
|
1573
|
-
"maximum_independent_variable_2":
|
1570
|
+
"minimum_independent_variable_1": 26.667,
|
1571
|
+
"maximum_independent_variable_1": 60.0,
|
1572
|
+
"minimum_independent_variable_2": 5.0,
|
1573
|
+
"maximum_independent_variable_2": 20.0,
|
1574
1574
|
"minimum_dependent_variable_output": null,
|
1575
1575
|
"maximum_dependent_variable_output": null,
|
1576
1576
|
"notes": "From .dat files included with MASControl2"
|
@@ -7442,10 +7442,10 @@
|
|
7442
7442
|
"coeff_8": null,
|
7443
7443
|
"coeff_9": null,
|
7444
7444
|
"coeff_10": null,
|
7445
|
-
"minimum_independent_variable_1":
|
7446
|
-
"maximum_independent_variable_1":
|
7447
|
-
"minimum_independent_variable_2":
|
7448
|
-
"maximum_independent_variable_2":
|
7445
|
+
"minimum_independent_variable_1": 4.44,
|
7446
|
+
"maximum_independent_variable_1": 12.22,
|
7447
|
+
"minimum_independent_variable_2": 15.56,
|
7448
|
+
"maximum_independent_variable_2": 29.44,
|
7449
7449
|
"minimum_dependent_variable_output": null,
|
7450
7450
|
"maximum_dependent_variable_output": null,
|
7451
7451
|
"notes": "From .dat files included with MASControl2"
|
@@ -7467,10 +7467,10 @@
|
|
7467
7467
|
"coeff_8": null,
|
7468
7468
|
"coeff_9": null,
|
7469
7469
|
"coeff_10": null,
|
7470
|
-
"minimum_independent_variable_1":
|
7471
|
-
"maximum_independent_variable_1":
|
7472
|
-
"minimum_independent_variable_2":
|
7473
|
-
"maximum_independent_variable_2":
|
7470
|
+
"minimum_independent_variable_1": 4.44,
|
7471
|
+
"maximum_independent_variable_1": 12.22,
|
7472
|
+
"minimum_independent_variable_2": 15.56,
|
7473
|
+
"maximum_independent_variable_2": 29.44,
|
7474
7474
|
"minimum_dependent_variable_output": null,
|
7475
7475
|
"maximum_dependent_variable_output": null,
|
7476
7476
|
"notes": "From .dat files included with MASControl2"
|
@@ -7492,13 +7492,13 @@
|
|
7492
7492
|
"coeff_8": null,
|
7493
7493
|
"coeff_9": null,
|
7494
7494
|
"coeff_10": null,
|
7495
|
-
"minimum_independent_variable_1":
|
7496
|
-
"maximum_independent_variable_1":
|
7497
|
-
"minimum_independent_variable_2":
|
7498
|
-
"maximum_independent_variable_2":
|
7495
|
+
"minimum_independent_variable_1": 1.1111,
|
7496
|
+
"maximum_independent_variable_1": 11.1111,
|
7497
|
+
"minimum_independent_variable_2": -1.0,
|
7498
|
+
"maximum_independent_variable_2": 26.66667,
|
7499
7499
|
"minimum_dependent_variable_output": null,
|
7500
7500
|
"maximum_dependent_variable_output": null,
|
7501
|
-
"notes": "
|
7501
|
+
"notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
|
7502
7502
|
},
|
7503
7503
|
{
|
7504
7504
|
"name": "MNECB-CAP-FRNG&WB",
|
@@ -7517,13 +7517,13 @@
|
|
7517
7517
|
"coeff_8": null,
|
7518
7518
|
"coeff_9": null,
|
7519
7519
|
"coeff_10": null,
|
7520
|
-
"minimum_independent_variable_1":
|
7521
|
-
"maximum_independent_variable_1":
|
7522
|
-
"minimum_independent_variable_2":
|
7523
|
-
"maximum_independent_variable_2":
|
7520
|
+
"minimum_independent_variable_1": 1.1111,
|
7521
|
+
"maximum_independent_variable_1": 11.1111,
|
7522
|
+
"minimum_independent_variable_2": -1.0,
|
7523
|
+
"maximum_independent_variable_2": 26.66667,
|
7524
7524
|
"minimum_dependent_variable_output": null,
|
7525
7525
|
"maximum_dependent_variable_output": null,
|
7526
|
-
"notes": "
|
7526
|
+
"notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
|
7527
7527
|
},
|
7528
7528
|
{
|
7529
7529
|
"name": "MNECB-Centrif-CAP-FT",
|
@@ -7542,10 +7542,10 @@
|
|
7542
7542
|
"coeff_8": null,
|
7543
7543
|
"coeff_9": null,
|
7544
7544
|
"coeff_10": null,
|
7545
|
-
"minimum_independent_variable_1":
|
7546
|
-
"maximum_independent_variable_1":
|
7547
|
-
"minimum_independent_variable_2":
|
7548
|
-
"maximum_independent_variable_2":
|
7545
|
+
"minimum_independent_variable_1": 4.44,
|
7546
|
+
"maximum_independent_variable_1": 12.22,
|
7547
|
+
"minimum_independent_variable_2": 15.56,
|
7548
|
+
"maximum_independent_variable_2": 29.44,
|
7549
7549
|
"minimum_dependent_variable_output": null,
|
7550
7550
|
"maximum_dependent_variable_output": null,
|
7551
7551
|
"notes": "From .dat files included with MASControl2"
|
@@ -7592,10 +7592,10 @@
|
|
7592
7592
|
"coeff_8": null,
|
7593
7593
|
"coeff_9": null,
|
7594
7594
|
"coeff_10": null,
|
7595
|
-
"minimum_independent_variable_1":
|
7596
|
-
"maximum_independent_variable_1":
|
7597
|
-
"minimum_independent_variable_2":
|
7598
|
-
"maximum_independent_variable_2":
|
7595
|
+
"minimum_independent_variable_1": 4.44,
|
7596
|
+
"maximum_independent_variable_1": 12.22,
|
7597
|
+
"minimum_independent_variable_2": 15.56,
|
7598
|
+
"maximum_independent_variable_2": 29.44,
|
7599
7599
|
"minimum_dependent_variable_output": null,
|
7600
7600
|
"maximum_dependent_variable_output": null,
|
7601
7601
|
"notes": "From .dat files included with MASControl2"
|
@@ -7667,10 +7667,10 @@
|
|
7667
7667
|
"coeff_8": null,
|
7668
7668
|
"coeff_9": null,
|
7669
7669
|
"coeff_10": null,
|
7670
|
-
"minimum_independent_variable_1":
|
7671
|
-
"maximum_independent_variable_1":
|
7672
|
-
"minimum_independent_variable_2":
|
7673
|
-
"maximum_independent_variable_2":
|
7670
|
+
"minimum_independent_variable_1": 4.44,
|
7671
|
+
"maximum_independent_variable_1": 12.22,
|
7672
|
+
"minimum_independent_variable_2": 15.56,
|
7673
|
+
"maximum_independent_variable_2": 29.44,
|
7674
7674
|
"minimum_dependent_variable_output": null,
|
7675
7675
|
"maximum_dependent_variable_output": null,
|
7676
7676
|
"notes": "From .dat files included with MASControl2"
|
@@ -7717,10 +7717,10 @@
|
|
7717
7717
|
"coeff_8": null,
|
7718
7718
|
"coeff_9": null,
|
7719
7719
|
"coeff_10": null,
|
7720
|
-
"minimum_independent_variable_1":
|
7721
|
-
"maximum_independent_variable_1":
|
7722
|
-
"minimum_independent_variable_2":
|
7723
|
-
"maximum_independent_variable_2":
|
7720
|
+
"minimum_independent_variable_1": 4.44,
|
7721
|
+
"maximum_independent_variable_1": 12.22,
|
7722
|
+
"minimum_independent_variable_2": 15.56,
|
7723
|
+
"maximum_independent_variable_2": 29.44,
|
7724
7724
|
"minimum_dependent_variable_output": null,
|
7725
7725
|
"maximum_dependent_variable_output": null,
|
7726
7726
|
"notes": "From .dat files included with MASControl2"
|
@@ -8792,13 +8792,13 @@
|
|
8792
8792
|
"coeff_8": null,
|
8793
8793
|
"coeff_9": null,
|
8794
8794
|
"coeff_10": null,
|
8795
|
-
"minimum_independent_variable_1":
|
8796
|
-
"maximum_independent_variable_1":
|
8797
|
-
"minimum_independent_variable_2":
|
8798
|
-
"maximum_independent_variable_2":
|
8795
|
+
"minimum_independent_variable_1": 1.1111,
|
8796
|
+
"maximum_independent_variable_1": 11.1111,
|
8797
|
+
"minimum_independent_variable_2": -1.0,
|
8798
|
+
"maximum_independent_variable_2": 26.66667,
|
8799
8799
|
"minimum_dependent_variable_output": null,
|
8800
8800
|
"maximum_dependent_variable_output": null,
|
8801
|
-
"notes": "
|
8801
|
+
"notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
|
8802
8802
|
},
|
8803
8803
|
{
|
8804
8804
|
"name": "OpenTwr-FluidCap-fRng&WB",
|
@@ -8817,13 +8817,13 @@
|
|
8817
8817
|
"coeff_8": null,
|
8818
8818
|
"coeff_9": null,
|
8819
8819
|
"coeff_10": null,
|
8820
|
-
"minimum_independent_variable_1":
|
8821
|
-
"maximum_independent_variable_1":
|
8822
|
-
"minimum_independent_variable_2":
|
8823
|
-
"maximum_independent_variable_2":
|
8820
|
+
"minimum_independent_variable_1": 1.1111,
|
8821
|
+
"maximum_independent_variable_1": 11.1111,
|
8822
|
+
"minimum_independent_variable_2": -1.0,
|
8823
|
+
"maximum_independent_variable_2": 26.66667,
|
8824
8824
|
"minimum_dependent_variable_output": null,
|
8825
8825
|
"maximum_dependent_variable_output": null,
|
8826
|
-
"notes": "
|
8826
|
+
"notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
|
8827
8827
|
},
|
8828
8828
|
{
|
8829
8829
|
"name": "PSZ-AC DX Coil EIR-FT",
|
@@ -11792,13 +11792,13 @@
|
|
11792
11792
|
"coeff_8": null,
|
11793
11793
|
"coeff_9": null,
|
11794
11794
|
"coeff_10": null,
|
11795
|
-
"minimum_independent_variable_1":
|
11796
|
-
"maximum_independent_variable_1":
|
11797
|
-
"minimum_independent_variable_2":
|
11798
|
-
"maximum_independent_variable_2":
|
11795
|
+
"minimum_independent_variable_1": 4.44,
|
11796
|
+
"maximum_independent_variable_1": 12.22,
|
11797
|
+
"minimum_independent_variable_2": 23.89,
|
11798
|
+
"maximum_independent_variable_2": 46.11,
|
11799
11799
|
"minimum_dependent_variable_output": null,
|
11800
11800
|
"maximum_dependent_variable_output": null,
|
11801
|
-
"notes": "
|
11801
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
11802
11802
|
},
|
11803
11803
|
{
|
11804
11804
|
"name": "RecipAir-EIR-fCHWT&DBT",
|
@@ -11817,13 +11817,13 @@
|
|
11817
11817
|
"coeff_8": null,
|
11818
11818
|
"coeff_9": null,
|
11819
11819
|
"coeff_10": null,
|
11820
|
-
"minimum_independent_variable_1":
|
11821
|
-
"maximum_independent_variable_1":
|
11822
|
-
"minimum_independent_variable_2":
|
11823
|
-
"maximum_independent_variable_2":
|
11820
|
+
"minimum_independent_variable_1": 4.44,
|
11821
|
+
"maximum_independent_variable_1": 12.22,
|
11822
|
+
"minimum_independent_variable_2": 23.89,
|
11823
|
+
"maximum_independent_variable_2": 46.11,
|
11824
11824
|
"minimum_dependent_variable_output": null,
|
11825
11825
|
"maximum_dependent_variable_output": null,
|
11826
|
-
"notes": "
|
11826
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
11827
11827
|
},
|
11828
11828
|
{
|
11829
11829
|
"name": "RecipAir-EIR-fPLR-1Comp/Ckt",
|
@@ -11942,13 +11942,13 @@
|
|
11942
11942
|
"coeff_8": null,
|
11943
11943
|
"coeff_9": null,
|
11944
11944
|
"coeff_10": null,
|
11945
|
-
"minimum_independent_variable_1":
|
11946
|
-
"maximum_independent_variable_1":
|
11947
|
-
"minimum_independent_variable_2":
|
11948
|
-
"maximum_independent_variable_2":
|
11945
|
+
"minimum_independent_variable_1": 4.44,
|
11946
|
+
"maximum_independent_variable_1": 12.22,
|
11947
|
+
"minimum_independent_variable_2": 15.56,
|
11948
|
+
"maximum_independent_variable_2": 29.44,
|
11949
11949
|
"minimum_dependent_variable_output": null,
|
11950
11950
|
"maximum_dependent_variable_output": null,
|
11951
|
-
"notes": "
|
11951
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
11952
11952
|
},
|
11953
11953
|
{
|
11954
11954
|
"name": "RecipH2O-EIR-fCHWT&ECT",
|
@@ -11967,13 +11967,13 @@
|
|
11967
11967
|
"coeff_8": null,
|
11968
11968
|
"coeff_9": null,
|
11969
11969
|
"coeff_10": null,
|
11970
|
-
"minimum_independent_variable_1":
|
11971
|
-
"maximum_independent_variable_1":
|
11972
|
-
"minimum_independent_variable_2":
|
11973
|
-
"maximum_independent_variable_2":
|
11970
|
+
"minimum_independent_variable_1": 4.44,
|
11971
|
+
"maximum_independent_variable_1": 12.22,
|
11972
|
+
"minimum_independent_variable_2": 15.56,
|
11973
|
+
"maximum_independent_variable_2": 29.44,
|
11974
11974
|
"minimum_dependent_variable_output": null,
|
11975
11975
|
"maximum_dependent_variable_output": null,
|
11976
|
-
"notes": "
|
11976
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
11977
11977
|
},
|
11978
11978
|
{
|
11979
11979
|
"name": "RecipH2O-EIR-fPLR&dT-1Comp/Ckt",
|
@@ -12042,13 +12042,13 @@
|
|
12042
12042
|
"coeff_8": null,
|
12043
12043
|
"coeff_9": null,
|
12044
12044
|
"coeff_10": null,
|
12045
|
-
"minimum_independent_variable_1":
|
12046
|
-
"maximum_independent_variable_1":
|
12047
|
-
"minimum_independent_variable_2":
|
12048
|
-
"maximum_independent_variable_2":
|
12045
|
+
"minimum_independent_variable_1": 4.44,
|
12046
|
+
"maximum_independent_variable_1": 12.22,
|
12047
|
+
"minimum_independent_variable_2": 15.56,
|
12048
|
+
"maximum_independent_variable_2": 29.44,
|
12049
12049
|
"minimum_dependent_variable_output": null,
|
12050
12050
|
"maximum_dependent_variable_output": null,
|
12051
|
-
"notes": "
|
12051
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12052
12052
|
},
|
12053
12053
|
{
|
12054
12054
|
"name": "RecipRemote-EIR-fCHWT&SCT",
|
@@ -12067,13 +12067,13 @@
|
|
12067
12067
|
"coeff_8": null,
|
12068
12068
|
"coeff_9": null,
|
12069
12069
|
"coeff_10": null,
|
12070
|
-
"minimum_independent_variable_1":
|
12071
|
-
"maximum_independent_variable_1":
|
12072
|
-
"minimum_independent_variable_2":
|
12073
|
-
"maximum_independent_variable_2":
|
12070
|
+
"minimum_independent_variable_1": 4.44,
|
12071
|
+
"maximum_independent_variable_1": 12.22,
|
12072
|
+
"minimum_independent_variable_2": 15.56,
|
12073
|
+
"maximum_independent_variable_2": 29.44,
|
12074
12074
|
"minimum_dependent_variable_output": null,
|
12075
12075
|
"maximum_dependent_variable_output": null,
|
12076
|
-
"notes": "
|
12076
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12077
12077
|
},
|
12078
12078
|
{
|
12079
12079
|
"name": "RecipRemote-EIR-fPLR-1Comp/Ckt",
|
@@ -12567,13 +12567,13 @@
|
|
12567
12567
|
"coeff_8": null,
|
12568
12568
|
"coeff_9": null,
|
12569
12569
|
"coeff_10": null,
|
12570
|
-
"minimum_independent_variable_1":
|
12571
|
-
"maximum_independent_variable_1":
|
12572
|
-
"minimum_independent_variable_2":
|
12573
|
-
"maximum_independent_variable_2":
|
12570
|
+
"minimum_independent_variable_1": 4.44,
|
12571
|
+
"maximum_independent_variable_1": 12.22,
|
12572
|
+
"minimum_independent_variable_2": 23.89,
|
12573
|
+
"maximum_independent_variable_2": 46.11,
|
12574
12574
|
"minimum_dependent_variable_output": null,
|
12575
12575
|
"maximum_dependent_variable_output": null,
|
12576
|
-
"notes": "
|
12576
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
12577
12577
|
},
|
12578
12578
|
{
|
12579
12579
|
"name": "ScrewAir-EIR-fCHWT&DBT",
|
@@ -12592,13 +12592,13 @@
|
|
12592
12592
|
"coeff_8": null,
|
12593
12593
|
"coeff_9": null,
|
12594
12594
|
"coeff_10": null,
|
12595
|
-
"minimum_independent_variable_1":
|
12596
|
-
"maximum_independent_variable_1":
|
12597
|
-
"minimum_independent_variable_2":
|
12598
|
-
"maximum_independent_variable_2":
|
12595
|
+
"minimum_independent_variable_1": 4.44,
|
12596
|
+
"maximum_independent_variable_1": 12.22,
|
12597
|
+
"minimum_independent_variable_2": 23.89,
|
12598
|
+
"maximum_independent_variable_2": 46.11,
|
12599
12599
|
"minimum_dependent_variable_output": null,
|
12600
12600
|
"maximum_dependent_variable_output": null,
|
12601
|
-
"notes": "
|
12601
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
12602
12602
|
},
|
12603
12603
|
{
|
12604
12604
|
"name": "ScrewAir-EIR-fPLR&dT-1Comp/Ckt",
|
@@ -12667,13 +12667,13 @@
|
|
12667
12667
|
"coeff_8": null,
|
12668
12668
|
"coeff_9": null,
|
12669
12669
|
"coeff_10": null,
|
12670
|
-
"minimum_independent_variable_1":
|
12671
|
-
"maximum_independent_variable_1":
|
12672
|
-
"minimum_independent_variable_2":
|
12673
|
-
"maximum_independent_variable_2":
|
12670
|
+
"minimum_independent_variable_1": 4.44,
|
12671
|
+
"maximum_independent_variable_1": 12.22,
|
12672
|
+
"minimum_independent_variable_2": 15.56,
|
12673
|
+
"maximum_independent_variable_2": 29.44,
|
12674
12674
|
"minimum_dependent_variable_output": null,
|
12675
12675
|
"maximum_dependent_variable_output": null,
|
12676
|
-
"notes": "
|
12676
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12677
12677
|
},
|
12678
12678
|
{
|
12679
12679
|
"name": "ScrewH2O-EIR-fCHWT&ECT",
|
@@ -12692,13 +12692,13 @@
|
|
12692
12692
|
"coeff_8": null,
|
12693
12693
|
"coeff_9": null,
|
12694
12694
|
"coeff_10": null,
|
12695
|
-
"minimum_independent_variable_1":
|
12696
|
-
"maximum_independent_variable_1":
|
12697
|
-
"minimum_independent_variable_2":
|
12698
|
-
"maximum_independent_variable_2":
|
12695
|
+
"minimum_independent_variable_1": 4.44,
|
12696
|
+
"maximum_independent_variable_1": 12.22,
|
12697
|
+
"minimum_independent_variable_2": 15.56,
|
12698
|
+
"maximum_independent_variable_2": 29.44,
|
12699
12699
|
"minimum_dependent_variable_output": null,
|
12700
12700
|
"maximum_dependent_variable_output": null,
|
12701
|
-
"notes": "
|
12701
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12702
12702
|
},
|
12703
12703
|
{
|
12704
12704
|
"name": "ScrewH2O-EIR-fPLR&dT-1Comp/Ckt",
|
@@ -12767,13 +12767,13 @@
|
|
12767
12767
|
"coeff_8": null,
|
12768
12768
|
"coeff_9": null,
|
12769
12769
|
"coeff_10": null,
|
12770
|
-
"minimum_independent_variable_1":
|
12771
|
-
"maximum_independent_variable_1":
|
12772
|
-
"minimum_independent_variable_2":
|
12773
|
-
"maximum_independent_variable_2":
|
12770
|
+
"minimum_independent_variable_1": 4.44,
|
12771
|
+
"maximum_independent_variable_1": 12.22,
|
12772
|
+
"minimum_independent_variable_2": 15.56,
|
12773
|
+
"maximum_independent_variable_2": 29.44,
|
12774
12774
|
"minimum_dependent_variable_output": null,
|
12775
12775
|
"maximum_dependent_variable_output": null,
|
12776
|
-
"notes": "
|
12776
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12777
12777
|
},
|
12778
12778
|
{
|
12779
12779
|
"name": "ScrewRemote-EIR-fCHWT&SCT",
|
@@ -12792,13 +12792,13 @@
|
|
12792
12792
|
"coeff_8": null,
|
12793
12793
|
"coeff_9": null,
|
12794
12794
|
"coeff_10": null,
|
12795
|
-
"minimum_independent_variable_1":
|
12796
|
-
"maximum_independent_variable_1":
|
12797
|
-
"minimum_independent_variable_2":
|
12798
|
-
"maximum_independent_variable_2":
|
12795
|
+
"minimum_independent_variable_1": 4.44,
|
12796
|
+
"maximum_independent_variable_1": 12.22,
|
12797
|
+
"minimum_independent_variable_2": 15.56,
|
12798
|
+
"maximum_independent_variable_2": 29.44,
|
12799
12799
|
"minimum_dependent_variable_output": null,
|
12800
12800
|
"maximum_dependent_variable_output": null,
|
12801
|
-
"notes": "
|
12801
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
|
12802
12802
|
},
|
12803
12803
|
{
|
12804
12804
|
"name": "ScrewRemote-EIR-fPLR-1Comp/Ckt",
|
@@ -12867,13 +12867,13 @@
|
|
12867
12867
|
"coeff_8": null,
|
12868
12868
|
"coeff_9": null,
|
12869
12869
|
"coeff_10": null,
|
12870
|
-
"minimum_independent_variable_1":
|
12871
|
-
"maximum_independent_variable_1":
|
12872
|
-
"minimum_independent_variable_2":
|
12873
|
-
"maximum_independent_variable_2":
|
12870
|
+
"minimum_independent_variable_1": 4.44,
|
12871
|
+
"maximum_independent_variable_1": 12.22,
|
12872
|
+
"minimum_independent_variable_2": 23.89,
|
12873
|
+
"maximum_independent_variable_2": 46.11,
|
12874
12874
|
"minimum_dependent_variable_output": null,
|
12875
12875
|
"maximum_dependent_variable_output": null,
|
12876
|
-
"notes": "
|
12876
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
12877
12877
|
},
|
12878
12878
|
{
|
12879
12879
|
"name": "ScrollChlrAirCoolEIR-fCHW&OAT",
|
@@ -12892,13 +12892,13 @@
|
|
12892
12892
|
"coeff_8": null,
|
12893
12893
|
"coeff_9": null,
|
12894
12894
|
"coeff_10": null,
|
12895
|
-
"minimum_independent_variable_1":
|
12896
|
-
"maximum_independent_variable_1":
|
12897
|
-
"minimum_independent_variable_2":
|
12898
|
-
"maximum_independent_variable_2":
|
12895
|
+
"minimum_independent_variable_1": 4.44,
|
12896
|
+
"maximum_independent_variable_1": 12.22,
|
12897
|
+
"minimum_independent_variable_2": 23.89,
|
12898
|
+
"maximum_independent_variable_2": 46.11,
|
12899
12899
|
"minimum_dependent_variable_output": null,
|
12900
12900
|
"maximum_dependent_variable_output": null,
|
12901
|
-
"notes": "
|
12901
|
+
"notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
|
12902
12902
|
},
|
12903
12903
|
{
|
12904
12904
|
"name": "ScrollChlrAirCoolEIR-fPLR",
|
@@ -18317,8 +18317,8 @@
|
|
18317
18317
|
"coeff_8": null,
|
18318
18318
|
"coeff_9": null,
|
18319
18319
|
"coeff_10": null,
|
18320
|
-
"minimum_independent_variable_1":
|
18321
|
-
"maximum_independent_variable_1":
|
18320
|
+
"minimum_independent_variable_1": 0.0,
|
18321
|
+
"maximum_independent_variable_1": 100.0,
|
18322
18322
|
"minimum_independent_variable_2": null,
|
18323
18323
|
"maximum_independent_variable_2": null,
|
18324
18324
|
"minimum_dependent_variable_output": null,
|