From f714ceee79162c36a79f34c955dd543fa39667f0 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 11:10:41 +0100 Subject: [PATCH 01/12] Propagate Changes we had to do in OpenStudio (as of 2.9.1) to make things work: missing plant equipment references etc Note that for solar collectors, technically E+ does say it expects them on the demand side, but it works on the supply... https://github.com/NREL/OpenStudio/pull/3762 https://github.com/NREL/OpenStudio/issues/3761#issuecomment-553814770 https://github.com/NREL/OpenStudio/issues/2880 --- idd/Energy+.idd.in | 47 +++++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 1cbe896ab5f..2e84c94165a 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -443,13 +443,13 @@ SimulationControl, \type integer \minimum 1 \default 1 - + PerformancePrecisionTradeoffs, \unique-object \memo This object enables users to choose certain options that speed up EnergyPlus simulation, \memo but may lead to small decreases in accuracy of results. A1; \field Use Coil Direct Solutions - \note If Yes, an analytical or empirical solution will be used to replace iterations in + \note If Yes, an analytical or empirical solution will be used to replace iterations in \note the coil performance calculations. \type choice \key Yes @@ -8813,9 +8813,9 @@ Construction:InternalSource, \object-list MaterialName Construction:AirBoundary, - \memo Indicates an open boundary between two zones. It may be used for base surfaces and fenestration surfaces. - \memo When this construction type is used, the Outside Boundary Condition of the surface - \memo (or the base surface of a fenestration surface) must be either Surface or Zone. + \memo Indicates an open boundary between two zones. It may be used for base surfaces and fenestration surfaces. + \memo When this construction type is used, the Outside Boundary Condition of the surface + \memo (or the base surface of a fenestration surface) must be either Surface or Zone. \memo A base surface with Construction:AirBoundary cannot hold any fenestration surfaces. A1, \field Name \required-field @@ -8840,7 +8840,7 @@ Construction:AirBoundary, \key SimpleMixing \default None N1, \field Simple Mixing Air Changes per Hour - \note If the Air Exchange Method is SimpleMixing then this field specifies the air changes per hour + \note If the Air Exchange Method is SimpleMixing then this field specifies the air changes per hour \note using the volume of the smaller zone as the basis. \note If an AirflowNetwork simulation is active this field is ignored. \units 1/hr @@ -8853,7 +8853,7 @@ Construction:AirBoundary, \note If an AirflowNetwork simulation is active this field is ignored. \type object-list \object-list ScheduleNames - + WindowThermalModel:Params, \memo object is used to select which thermal model should be used in tarcog simulations A1 , \field Name @@ -11931,7 +11931,7 @@ FenestrationSurface:Detailed, \minimum 0.0 \maximum 1.0 \default autocalculate - A6, \field Frame and Divider Name + A6, \field Frame and Divider Name \note Enter the name of a WindowProperty:FrameAndDivider object \type object-list \object-list WindowFrameAndDividerNames @@ -11939,12 +11939,12 @@ FenestrationSurface:Detailed, \note Unused for triangular windows. \note If not specified (blank), window or glass door has no frame or divider \note and no beam solar reflection from reveal surfaces. - N2 , \field Multiplier + N2, \field Multiplier \note Used only for Surface Type = WINDOW, GLASSDOOR or DOOR \note Non-integer values will be truncated to integer \default 1.0 \minimum 1.0 - N3 , \field Number of Vertices + N3, \field Number of Vertices \minimum 3 \maximum 4 \autocalculatable @@ -60083,6 +60083,7 @@ AirLoopHVAC:Unitary:Furnace:HeatCool, \required-field \type choice \key Coil:Cooling:DX:SingleSpeed + \key Coil:Cooling:DX:VariableSpeed \key CoilSystem:Cooling:DX:HeatExchangerAssisted \note Only works with DX cooling coil types A13, \field Cooling Coil Name @@ -65063,7 +65064,7 @@ AirLoopHVAC:DedicatedOutdoorAirSystem, \type integer \note Enter the number of the AirLoopHAVC served by AirLoopHVAC:DedicatedOutdoorAirSystem A6 , \field AirLoopHVAC 1 Name - \note The rest of fields are extensible. It requires AirLoopHVAC names served by + \note The rest of fields are extensible. It requires AirLoopHVAC names served by \note an AirLoopHVAC:DedicatedOutdoorAirSystem. \begin-extensible \type object-list @@ -65128,8 +65129,8 @@ AirLoopHVAC:DedicatedOutdoorAirSystem, AirLoopHVAC:Mixer, \extensible:1 - Just duplicate last field and comments (changing numbering, please) - \memo Mix N inlet air streams from Relief Air Stream Node in OutdoorAir:Mixer objects - \memo served by AirLoopHVAC objects listed in AirLoopHVAC:DedicatedOutdoorAirSystem into one + \memo Mix N inlet air streams from Relief Air Stream Node in OutdoorAir:Mixer objects + \memo served by AirLoopHVAC objects listed in AirLoopHVAC:DedicatedOutdoorAirSystem into one \memo (currently 10 as default, but extensible). Node names cannot \memo be duplicated within a single mixer list. A1 , \field Name @@ -65243,7 +65244,7 @@ AirLoopHVAC:Mixer, AirLoopHVAC:Splitter, \extensible:1 Just duplicate last field and comments (changing numbering, please) - \memo Split one air stream from AirLoopHVAC:DedicatedOutdoorAirSystem outlet node into N + \memo Split one air stream from AirLoopHVAC:DedicatedOutdoorAirSystem outlet node into N \memo outlet streams (currently 10 as default, but extensible). Node names \memo should be Outdoor Air Stream Node Name in OutdoorAir:Mixer objects served by \memo AirLoopHVAC objects listed in AirLoopHVAC:DedicatedOutdoorAirSystem. @@ -68335,6 +68336,8 @@ SolarCollector:FlatPlate:Water, \type alpha \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames + \reference-class-name validPlantEquipmentTypes + \reference validPlantEquipmentNames A2 , \field SolarCollectorPerformance Name \required-field \type object-list @@ -68363,6 +68366,8 @@ SolarCollector:FlatPlate:PhotovoltaicThermal, \reference validOASysEquipmentNames \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames + \reference-class-name validPlantEquipmentTypes + \reference validPlantEquipmentNames A2 , \field Surface Name \required-field \type object-list @@ -68430,6 +68435,8 @@ SolarCollector:IntegralCollectorStorage, \type alpha \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames + \reference-class-name validPlantEquipmentTypes + \reference validPlantEquipmentNames A2 , \field IntegralCollectorStorageParameters Name \required-field \type object-list @@ -72501,7 +72508,7 @@ CoolingTower:VariableSpeed:Merkel, N6 , \field Design Water Flow Rate per Unit of Nominal Capacity \note This field is only used if the previous is set to autocalculate and performance input method is NominalCapacity \units m3/s-W - \ip-units (gal/min)/(Btu/h) + \ip-units gal/min-W \default 5.382E-8 \type real N7 , \field Design Air Flow Rate @@ -73392,7 +73399,7 @@ EvaporativeFluidCooler:SingleSpeed, \default 0.008 \units percent \note Rate of drift loss as a percentage of circulating spray water flow rate - \note Default value for this field in under investigation. For now Cooling tower's drift loss + \note Default value for this field is under investigation. For now Cooling tower's drift loss \note percent default value is taken here. A8 , \field Blowdown Calculation Mode \type choice @@ -73407,7 +73414,7 @@ EvaporativeFluidCooler:SingleSpeed, \note Blowdown is water intentionally drained from the basin in order to offset the build \note up of solids in the water that would otherwise occur because of evaporation. \note Ratio of solids in the blowdown water to solids in the make up water. - \note Default value for this field in under investigation. For now Cooling tower's + \note Default value for this field is under investigation. For now Cooling tower's \note Blowdown Concentration Ratio percent default value is taken here. A9 , \field Blowdown Makeup Water Usage Schedule Name \type object-list @@ -76524,6 +76531,8 @@ ThermalStorage:Ice:Detailed, \reference IceThermalStorageEquipment \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames + \reference-class-name validPlantEquipmentTypes + \reference validPlantEquipmentNames A2 , \field Availability Schedule Name \note Availability schedule name for this system. Schedule value > 0 means the system is available. \note If this field is blank, the system is always available. @@ -85298,6 +85307,10 @@ Generator:MicroTurbine, \type alpha \reference GeneratorNames \reference MicroTurbineGeneratorNames + \reference-class-name validPlantEquipmentTypes + \reference validPlantEquipmentNames + \reference-class-name validCondenserEquipmentTypes + \reference validCondenserEquipmentNames \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames N1, \field Reference Electrical Power Output From db41ab57a5c405bba1b0658376277a77e64593d5 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 11:17:03 +0100 Subject: [PATCH 02/12] Caught another missing ref --- idd/Energy+.idd.in | 1 + 1 file changed, 1 insertion(+) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 2e84c94165a..4db45c196d1 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -60090,6 +60090,7 @@ AirLoopHVAC:Unitary:Furnace:HeatCool, \required-field \type object-list \object-list CoolingCoilsDXSingleSpeed + \object-list CoolingCoilsDXVariableSpeed A14, \field Dehumidification Control Type \type choice \key None From 5dad1d0385b322f8942eaa721f26a592cb86f977 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 11:26:40 +0100 Subject: [PATCH 03/12] PlantEquipmentOperation:XXX should accept both CondenserEquipmentList and PlantEquipmentList nowadays --- idd/Energy+.idd.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 4db45c196d1..078efdb0564 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -77563,7 +77563,7 @@ PlantEquipmentOperation:OutdoorDryBulb, A2 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3 ,\field Dry-Bulb Temperature Range 2 Lower Limit \type real \units C @@ -77705,7 +77705,7 @@ PlantEquipmentOperation:OutdoorWetBulb, A2 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3 ,\field Wet-Bulb Temperature Range 2 Lower Limit \type real \units C @@ -77847,7 +77847,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, A2 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3 ,\field Relative Humidity Range 2 Lower Limit \type real \units percent @@ -77989,7 +77989,7 @@ PlantEquipmentOperation:OutdoorDewpoint, A2 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3 ,\field Dewpoint Temperature Range 2 Lower Limit \type real \units C @@ -78803,7 +78803,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, A3 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3,\field Wet-Bulb Temperature Difference Range 2 Lower Limit \type real \units deltaC @@ -78949,7 +78949,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, A3 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3,\field Dewpoint Temperature Difference Range 2 Lower Limit \type real \units deltaC From af4a82058162dc99bcff3291cfe8ec1e47c0c37e Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 12:34:53 +0100 Subject: [PATCH 04/12] AirflowNetwork:Distribution:Component:Fan doesn't seem to support Fan:COmponentModel, so update ref to more restrictive than "Fans" --- idd/Energy+.idd.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 078efdb0564..b4ee59db9fe 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -25054,7 +25054,8 @@ AirflowNetwork:Distribution:Component:Fan, A1 , \field Fan Name \required-field \type object-list - \object-list Fans + \object-list FansCVandOnOffandVAV + \object-list FansSystemModel \reference AirflowNetworkComponentNames \note Enter the name of the fan in the primary air loop. A2 ; \field Supply Fan Object Type From e5afba6ef4549e27c88d4ef7fb041591b077d13b Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 12:53:26 +0100 Subject: [PATCH 05/12] Correct IDD references to FanSystemModel --- idd/Energy+.idd.in | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index b4ee59db9fe..5a2bb2d7824 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -33975,6 +33975,7 @@ ZoneHVAC:FourPipeFanCoil, \required-field \type object-list \object-list FansCVandOnOffandVAV + \object-list FansSystemModel A11, \field Cooling Coil Object Type \required-field \type choice @@ -34107,6 +34108,7 @@ ZoneHVAC:WindowAirConditioner, \note and fan type Fan:OnOff is used with cycling Fan. \type object-list \object-list FansCVandOnOff + \object-list FansSystemModel A9, \field Cooling Coil Object Type \required-field \type choice @@ -34250,6 +34252,7 @@ ZoneHVAC:PackagedTerminalAirConditioner, \required-field \type object-list \object-list FansCVandOnOff + \object-list FansSystemModel \note Needs to match in the fan object. A9 , \field Heating Coil Object Type \required-field @@ -34422,6 +34425,7 @@ ZoneHVAC:PackagedTerminalHeatPump, \required-field \type object-list \object-list FansCVandOnOff + \object-list FansSystemModel \note Needs to match a fan object. A9 , \field Heating Coil Object Type \required-field @@ -34624,6 +34628,7 @@ ZoneHVAC:WaterToAirHeatPump, \required-field \type object-list \object-list FansOnOff + \object-list FansSystemModel \note Needs to match Fan:SystemModel or Fan:OnOff object A9, \field Heating Coil Object Type \required-field @@ -34876,11 +34881,13 @@ ZoneHVAC:EnergyRecoveryVentilator, \note Fan type must be Fan:OnOff or Fan:SystemModel \type object-list \object-list FansOnOff + \object-list FansSystemModel A5 , \field Exhaust Air Fan Name \required-field \note Fan type must be Fan:OnOff or Fan:SystemModel \type object-list \object-list FansOnOff + \object-list FansSystemModel A6 , \field Controller Name \note Enter the name of a ZoneHVAC:EnergyRecoveryVentilator:Controller object. \type object-list @@ -35061,6 +35068,7 @@ ZoneHVAC:UnitVentilator, \required-field \type object-list \object-list FansCVandVAV + \object-list FansSystemModel A13, \field Coil Option \required-field \type choice @@ -35139,6 +35147,7 @@ ZoneHVAC:UnitHeater, \required-field \type object-list \object-list FansCVandVAV + \object-list FansSystemModel N1 , \field Maximum Supply Air Flow Rate \required-field \units m3/s @@ -39972,6 +39981,7 @@ ZoneHVAC:OutdoorAirUnit, \note Allowable fan types are Fan:SystemModel and Fan:ConstantVolume and Fan:VariableVolume \type object-list \object-list FansCVandVAV + \object-list FansSystemModel A6, \field Supply Fan Placement \type choice \key BlowThrough @@ -40258,6 +40268,7 @@ ZoneHVAC:TerminalUnit:VariableRefrigerantFlow, \required-field \type object-list \object-list FansCVandOnOffandVAV + \object-list FansSystemModel A9 , \field Outside Air Mixer Object Type \type choice \key OutdoorAir:Mixer @@ -45373,6 +45384,7 @@ ZoneHVAC:VentilatedSlab, \note Allowable fan types are Fan:SystemModel and Fan:ConstantVolume \type object-list \object-list FansCV + \object-list FansSystemModel A26, \field Coil Option Type \required-field \type choice @@ -46046,6 +46058,7 @@ AirTerminal:SingleDuct:VAV:Reheat:VariableSpeedFan, \required-field \type object-list \object-list FansVAV + \object-list FansSystemModel A7, \field Heating Coil Object Type \required-field \type choice @@ -46221,6 +46234,7 @@ AirTerminal:SingleDuct:SeriesPIU:Reheat, \note Fan type must be Fan:SystemModel or Fan:ConstantVolume \type object-list \object-list FansCV + \object-list FansSystemModel A9, \field Reheat Coil Object Type \required-field \type choice @@ -46303,6 +46317,7 @@ AirTerminal:SingleDuct:ParallelPIU:Reheat, \note Fan type must be Fan:SystemModel or Fan:ConstantVolume \type object-list \object-list FansCV + \object-list FansSystemModel A9, \field Reheat Coil Object Type \required-field \type choice @@ -48082,11 +48097,7 @@ Fan:SystemModel, A1 , \field Name \required-field \reference Fans - \reference FansCV - \reference FansCVandOnOff - \reference FansVAV - \reference FansCVandVAV - \reference FansCVandOnOffandVAV + \reference FansSystemModel \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames \reference-class-name validOASysEquipmentTypes @@ -48492,6 +48503,7 @@ FanPerformance:NightVentilation, \required-field \type object-list \object-list FansCVandVAV + \object-list FansSystemModel N1 , \field Fan Total Efficiency \type real \required-field @@ -58532,6 +58544,7 @@ Dehumidifier:Desiccant:NoFans, \note Name of fan object for regeneration air \type object-list \object-list FansCVandVAV + \object-list FansSystemModel A12, \field Performance Model Type \note Specifies whether the default performance model or user-specified \note curves should be used to model the performance. The default model @@ -58661,6 +58674,7 @@ Dehumidifier:Desiccant:System, \required-field \type object-list \object-list FansOnOffandVAV + \object-list FansSystemModel A8, \field Regeneration Air Fan Placement \type choice \key BlowThrough @@ -60776,6 +60790,7 @@ AirLoopHVAC:UnitaryHeatCool:VAVChangeoverBypass, \required-field \type object-list \object-list FansCVandOnOff + \object-list FansSystemModel \note Enter the name of the supply air fan used in this unitary system. A12, \field Supply Air Fan Placement \required-field @@ -76161,6 +76176,7 @@ WaterHeater:HeatPump:PumpedCondenser, \required-field \type object-list \object-list FansOnOff + \object-list FansSystemModel \note Needs to match the name used in the corresponding Fan:SystemModel or Fan:OnOff object. A24, \field Fan Placement \type choice @@ -76412,6 +76428,7 @@ WaterHeater:HeatPump:WrappedCondenser, \required-field \type object-list \object-list FansOnOff + \object-list FansSystemModel \note Needs to match the name used in the corresponding Fan:SystemModel or Fan:OnOff object. A22, \field Fan Placement \type choice From 2b89595d63cd2f09877374771263939b97508e52 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 12:54:23 +0100 Subject: [PATCH 06/12] ZoneHVAC:UnitVentilator and UnitHeater missing ref to FanOnOff which is accepted --- idd/Energy+.idd.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 5a2bb2d7824..edb03caa79e 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -35067,7 +35067,7 @@ ZoneHVAC:UnitVentilator, A12, \field Supply Air Fan Name \required-field \type object-list - \object-list FansCVandVAV + \object-list FansCVandOnOffandVAV \object-list FansSystemModel A13, \field Coil Option \required-field @@ -35146,7 +35146,7 @@ ZoneHVAC:UnitHeater, A6 , \field Supply Air Fan Name \required-field \type object-list - \object-list FansCVandVAV + \object-list FansCVandOnOffandVAV \object-list FansSystemModel N1 , \field Maximum Supply Air Flow Rate \required-field From 9dd02b6d52690f53b5b3120c250d049e372f7137 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 12:55:00 +0100 Subject: [PATCH 07/12] ZoneHVAC:OutdoorAir unit exhaust fan actually accepts FanSystemModel as well( checked OutdorAirUnit.cc) --- idd/Energy+.idd.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index edb03caa79e..9d67286318b 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -39988,10 +39988,11 @@ ZoneHVAC:OutdoorAirUnit, \key DrawThrough \default DrawThrough A7, \field Exhaust Fan Name - \note Allowable fan types are Fan:ConstantVolume and + \note Allowable fan types are Fan:SystemModel and Fan:ConstantVolume and Fan:VariableVolume \note Fan:VariableVolume \type object-list \object-list FansCVandVAV + \object-list FansSystemModel N2, \field Exhaust Air Flow Rate \units m3/s \autosizable From 52285e3c155e0bdbeb65b32553bd890f544ed217 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 13:03:49 +0100 Subject: [PATCH 08/12] FaultModel:Fouling:AirFilter accepts FanSystemModel cf https://github.com/jmarrec/EnergyPlus/blob/6d979341f3d85973fca8f1e7afc02a6484be4bb4/src/EnergyPlus/HVACFan.cc#L732 --- idd/Energy+.idd.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 9d67286318b..f07ae5f2a1c 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -88925,11 +88925,13 @@ FaultModel:Fouling:AirFilter, \key Fan:OnOff \key Fan:ConstantVolume \key Fan:VariableVolume + \key Fan:SystemModel A3, \field Fan Name \note Enter the name of a fan object \required-field \type object-list \object-list FansCVandOnOffandVAV + \object-list FansSystemModel A4, \field Availability Schedule Name \type object-list \object-list ScheduleNames From 2b4ee6bc8b5ed7725a05e28a344586516efbc515 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 13:11:32 +0100 Subject: [PATCH 09/12] FanPerformance:NightVentilation seems to be used by Fan:CV Fan:VV and Fan:COmponentModel actually... --- idd/Energy+.idd.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index f07ae5f2a1c..00a3d01567b 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -48504,7 +48504,7 @@ FanPerformance:NightVentilation, \required-field \type object-list \object-list FansCVandVAV - \object-list FansSystemModel + \object-list FansComponentModel N1 , \field Fan Total Efficiency \type real \required-field @@ -48538,6 +48538,7 @@ Fan:ComponentModel, A1 , \field Name \required-field \reference Fans + \reference FansComponentModel \reference-class-name validBranchEquipmentTypes \reference validBranchEquipmentNames \reference-class-name validOASysEquipmentTypes From 0465cb2a28bbf06cdb3b2dcb6c3d859014dbc5c5 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 13:15:05 +0100 Subject: [PATCH 10/12] Strip trailing whitespace --- idd/Energy+.idd.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 271ac249806..b56915f7283 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -519,7 +519,7 @@ Building, \note The minimum number of warmup days that produce enough temperature and flux history \note to start EnergyPlus simulation for all reference buildings was suggested to be 6. \note However this can lead to excessive run times as warmup days can be repeated needlessly. - \note For faster execution rely on the convergence criteria to detect when warmup is complete. + \note For faster execution rely on the convergence criteria to detect when warmup is complete. \note When this field is greater than the maximum warmup days defined previous field \note the maximum number of warmup days will be reset to the minimum value entered here. \note Warmup days will be set to be the value you entered. The default is 1. @@ -1171,7 +1171,7 @@ SizingPeriod:DesignDay, \default 0.0 \note 0.0 is totally unclear, 1.0 is totally clear \type real - N15, \field Maximum Number Warmup Days + N15, \field Maximum Number Warmup Days \note If used this design day will be run with a custom limit on the maximum number of days that are repeated for warmup. \note Limiting the number of warmup days can improve run time. \type integer From c94df2bec41fe654e5e44310260982a05942f5c0 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 24 Jan 2020 14:00:35 +0100 Subject: [PATCH 11/12] Rescan changes once more --- idd/Energy+.idd.in | 138 ++++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 65 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index b56915f7283..bc8a03def30 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -16968,11 +16968,13 @@ SurfaceProperty:ExposedFoundationPerimeter, \units dimensionless \minimum 0.0 \maximum 1.0 + \default 1.0 A3 , \field Surface Segment 1 Exposed \note Surface Segment N is the perimeter between the Nth and (N+1)th \note vertices \begin-extensible \type choice + \default Yes \key Yes \key No A4 , \field Surface Segment 2 Exposed @@ -25290,6 +25292,10 @@ AirflowNetwork:Distribution:Linkage, \required-field \type object-list \object-list AirflowNetworkComponentNames + \object-list FansCVandOnOffandVAV + \object-list AFNCoilNames + \object-list AFNHeatExchangerNames + \object-list AFNTerminalUnitNames \note Enter the name of an AirflowNetwork component. A component is one of the \note following AirflowNetwork:Distribution:Component objects: Leak, LeakageRatio, \note Duct, ConstantVolumeFan, Coil, TerminalUnit, ConstantPressureDrop, or HeatExchanger. @@ -25306,6 +25312,8 @@ AirflowNetwork:Distribution:DuctViewFactors, \memo calculations. A1, \field Linkage Name \required-field + \type object-list + \object-list AirflowNetworkComponentNames N1, \field Duct Surface Exposure Fraction \type real \minimum 0.0 @@ -48515,7 +48523,7 @@ Fan:ZoneExhaust, FanPerformance:NightVentilation, \memo Specifies an alternate set of performance parameters for a fan. These alternate \memo parameters are used when a system manager (such as AvailabilityManager:NightVentilation) - \memo sets a specified flow rate. May be used with any type of fan except not with + \memo sets a specified flow rate. May be used with Fan:ConstantVolume, Fan:VariableVolume and \memo Fan:ComponentModel. If the fan model senses that a fixed flow rate has been set, it \memo will use these alternate performance parameters. It is assumed that the fan will \memo run at a fixed speed in the alternate mode. @@ -77629,7 +77637,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A3 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5 ,\field Dry-Bulb Temperature Range 3 Lower Limit \type real \units C @@ -77642,7 +77650,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A4 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7 ,\field Dry-Bulb Temperature Range 4 Lower Limit \type real \units C @@ -77655,7 +77663,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A5 ,\field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9 ,\field Dry-Bulb Temperature Range 5 Lower Limit \type real \units C @@ -77668,7 +77676,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A6 ,\field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Dry-Bulb Temperature Range 6 Lower Limit \type real \units C @@ -77681,7 +77689,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A7 ,\field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Dry-Bulb Temperature Range 7 Lower Limit \type real \units C @@ -77694,7 +77702,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A8 ,\field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Dry-Bulb Temperature Range 8 Lower Limit \type real \units C @@ -77707,7 +77715,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A9 ,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Dry-Bulb Temperature Range 9 Lower Limit \type real \units C @@ -77720,7 +77728,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A10,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Dry-Bulb Temperature Range 10 Lower Limit \type real \units C @@ -77733,7 +77741,7 @@ PlantEquipmentOperation:OutdoorDryBulb, \maximum 70 A11;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:OutdoorWetBulb, \memo Plant equipment operation scheme for outdoor wet-bulb temperature range operation. @@ -77771,7 +77779,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A3 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5 ,\field Wet-Bulb Temperature Range 3 Lower Limit \type real \units C @@ -77784,7 +77792,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A4 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7 ,\field Wet-Bulb Temperature Range 4 Lower Limit \type real \units C @@ -77797,7 +77805,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A5 ,\field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9 ,\field Wet-Bulb Temperature Range 5 Lower Limit \type real \units C @@ -77810,7 +77818,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A6 ,\field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Wet-Bulb Temperature Range 6 Lower Limit \type real \units C @@ -77823,7 +77831,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A7 ,\field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Wet-Bulb Temperature Range 7 Lower Limit \type real \units C @@ -77836,7 +77844,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A8 ,\field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Wet-Bulb Temperature Range 8 Lower Limit \type real \units C @@ -77849,7 +77857,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A9 ,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Wet-Bulb Temperature Range 9 Lower Limit \type real \units C @@ -77862,7 +77870,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A10,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Wet-Bulb Temperature Range 10 Lower Limit \type real \units C @@ -77875,7 +77883,7 @@ PlantEquipmentOperation:OutdoorWetBulb, \maximum 70 A11;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:OutdoorRelativeHumidity, \memo Plant equipment operation scheme for outdoor relative humidity range operation. @@ -77913,7 +77921,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A3 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5 ,\field Relative Humidity Range 3 Lower Limit \type real \units percent @@ -77926,7 +77934,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A4 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7 ,\field Relative Humidity Range 4 Lower Limit \type real \units percent @@ -77939,7 +77947,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A5 ,\field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9 ,\field Relative Humidity Range 5 Lower Limit \type real \units percent @@ -77952,7 +77960,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A6 ,\field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Relative Humidity Range 6 Lower Limit \type real \units percent @@ -77965,7 +77973,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A7 ,\field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Relative Humidity Range 7 Lower Limit \type real \units percent @@ -77978,7 +77986,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A8 ,\field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Relative Humidity Range 8 Lower Limit \type real \units percent @@ -77991,7 +77999,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A9 ,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Relative Humidity Range 9 Lower Limit \type real \units percent @@ -78004,7 +78012,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A10,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Relative Humidity Range 10 Lower Limit \type real \units percent @@ -78017,7 +78025,7 @@ PlantEquipmentOperation:OutdoorRelativeHumidity, \maximum 100.0 A11;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:OutdoorDewpoint, \memo Plant equipment operation scheme for outdoor dewpoint temperature range operation. @@ -78055,7 +78063,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A3 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5 ,\field Dewpoint Temperature Range 3 Lower Limit \type real \units C @@ -78068,7 +78076,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A4 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7 ,\field Dewpoint Temperature Range 4 Lower Limit \type real \units C @@ -78081,7 +78089,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A5 ,\field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9 ,\field Dewpoint Temperature Range 5 Lower Limit \type real \units C @@ -78094,7 +78102,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A6 ,\field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Dewpoint Temperature Range 6 Lower Limit \type real \units C @@ -78107,7 +78115,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A7 ,\field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Dewpoint Temperature Range 7 Lower Limit \type real \units C @@ -78120,7 +78128,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A8 ,\field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Dewpoint Temperature Range 8 Lower Limit \type real \units C @@ -78133,7 +78141,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A9 ,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Dewpoint Temperature Range 9 Lower Limit \type real \units C @@ -78146,7 +78154,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A10,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Dewpoint Temperature Range 10 Lower Limit \type real \units C @@ -78159,7 +78167,7 @@ PlantEquipmentOperation:OutdoorDewpoint, \maximum 70 A11;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:ComponentSetpoint, \memo Plant equipment operation scheme for component setpoint operation. Specifies one or @@ -78710,7 +78718,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, A3 ,\field Range 1 Equipment List Name \required-field \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N3,\field Dry-Bulb Temperature Difference Range 2 Lower Limit \type real \units deltaC @@ -78723,7 +78731,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A4 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5,\field Dry-Bulb Temperature Difference Range 3 Lower Limit \type real \units deltaC @@ -78736,7 +78744,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A5 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7,\field Dry-Bulb Temperature Difference Range 4 Lower Limit \type real \units deltaC @@ -78749,7 +78757,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A6,\field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9,\field Dry-Bulb Temperature Difference Range 5 Lower Limit \type real \units deltaC @@ -78762,7 +78770,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A7,\field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Dry-Bulb Temperature Difference Range 6 Lower Limit \type real \units deltaC @@ -78775,7 +78783,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A8,\field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Dry-Bulb Temperature Difference Range 7 Lower Limit \type real \units deltaC @@ -78788,7 +78796,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A9,\field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Dry-Bulb Temperature Difference Range 8 Lower Limit \type real \units deltaC @@ -78801,7 +78809,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A10,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Dry-Bulb Temperature Difference Range 9 Lower Limit \type real \units deltaC @@ -78814,7 +78822,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A11,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Dry-Bulb Temperature Difference Range 10 Lower Limit \type real \units deltaC @@ -78827,7 +78835,7 @@ PlantEquipmentOperation:OutdoorDryBulbDifference, \maximum 100.0 A12;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:OutdoorWetBulbDifference, \memo Plant equipment operation scheme for outdoor wet-bulb temperature difference @@ -78869,7 +78877,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A4 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5,\field Wet-Bulb Temperature Difference Range 3 Lower Limit \type real \units deltaC @@ -78882,7 +78890,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A5 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7,\field Wet-Bulb Temperature Difference Range 4 Lower Limit \type real \units deltaC @@ -78895,7 +78903,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A6, \field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9,\field Wet-Bulb Temperature Difference Range 5 Lower Limit \type real \units deltaC @@ -78908,7 +78916,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A7, \field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Wet-Bulb Temperature Difference Range 6 Lower Limit \type real \units deltaC @@ -78921,7 +78929,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A8, \field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Wet-Bulb Temperature Difference Range 7 Lower Limit \type real \units deltaC @@ -78934,7 +78942,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A9, \field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Wet-Bulb Temperature Difference Range 8 Lower Limit \type real \units deltaC @@ -78947,7 +78955,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A10,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Wet-Bulb Temperature Difference Range 9 Lower Limit \type real \units deltaC @@ -78960,7 +78968,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A11,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Wet-Bulb Temperature Difference Range 10 Lower Limit \type real \units deltaC @@ -78973,7 +78981,7 @@ PlantEquipmentOperation:OutdoorWetBulbDifference, \maximum 100.0 A12;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperation:OutdoorDewpointDifference, \memo Plant equipment operation scheme for outdoor dewpoint temperature difference @@ -79015,7 +79023,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A4 ,\field Range 2 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N5,\field Dewpoint Temperature Difference Range 3 Lower Limit \type real \units deltaC @@ -79028,7 +79036,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A5 ,\field Range 3 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N7,\field Dewpoint Temperature Difference Range 4 Lower Limit \type real \units deltaC @@ -79041,7 +79049,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A6, \field Range 4 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N9,\field Dewpoint Temperature Difference Range 5 Lower Limit \type real \units deltaC @@ -79054,7 +79062,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A7, \field Range 5 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N11,\field Dewpoint Temperature Difference Range 6 Lower Limit \type real \units deltaC @@ -79067,7 +79075,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A8, \field Range 6 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N13,\field Dewpoint Temperature Difference Range 7 Lower Limit \type real \units deltaC @@ -79080,7 +79088,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A9, \field Range 7 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N15,\field Dewpoint Temperature Difference Range 8 Lower Limit \type real \units deltaC @@ -79093,7 +79101,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A10,\field Range 8 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N17,\field Dewpoint Temperature Difference Range 9 Lower Limit \type real \units deltaC @@ -79106,7 +79114,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A11,\field Range 9 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists N19,\field Dewpoint Temperature Difference Range 10 Lower Limit \type real \units deltaC @@ -79119,7 +79127,7 @@ PlantEquipmentOperation:OutdoorDewpointDifference, \maximum 100.0 A12;\field Range 10 Equipment List Name \type object-list - \object-list CondenserEquipmentLists + \object-list PlantAndCondenserEquipmentLists PlantEquipmentOperationSchemes, \memo Operation schemes are listed in "priority" order. Note that each scheme From 36bd6bd89592856de2031fe9d92a1afa398dec7d Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Mon, 3 Feb 2020 12:56:51 +0100 Subject: [PATCH 12/12] Address a couple of review comments from @mjwitte --- idd/Energy+.idd.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index bc8a03def30..7614e3abf3c 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -72568,7 +72568,7 @@ CoolingTower:VariableSpeed:Merkel, N6 , \field Design Water Flow Rate per Unit of Nominal Capacity \note This field is only used if the previous is set to autocalculate and performance input method is NominalCapacity \units m3/s-W - \ip-units gal/min-W + \ip-units (gal/min)/(Btu/h) \default 5.382E-8 \type real N7 , \field Design Air Flow Rate @@ -88967,7 +88967,7 @@ FaultModel:Fouling:AirFilter, \key Fan:OnOff \key Fan:ConstantVolume \key Fan:VariableVolume - \key Fan:SystemModel + \note Support for Fan:SystemModel is pending A3, \field Fan Name \note Enter the name of a fan object \required-field