Skip to content

Commit

Permalink
#4921 - Naive add E+ Idd for ZoneHVAC:RefrigerationChillerSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jul 4, 2023
1 parent 79e9fe3 commit e0e2118
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions resources/model/OpenStudio.idd
Original file line number Diff line number Diff line change
Expand Up @@ -9771,6 +9771,45 @@ OS:Refrigeration:AirChiller,
\default 0.0
\note This value is only used if the Cooling Source Type is DXEvaporator

ZoneHVAC:RefrigerationChillerSet,
\memo Works in conjunction with one or multiple air chillers, compressor racks,
\memo refrigeration systems, or refrigeration secondary system objects to simulate the
\memo performance of a group of air chillers cooling a single zone. The chiller set
\memo model passes information about the zone conditions to determine the performance of
\memo individual chiller coils within the set, thus providing the sensible and latent heat
\memo exchange with the zone environment.
\extensible:1 -- duplicate last field, remembering to remove ; from "inner" fields.
\min-fields 6
A1 , \field Name
\required-field
\type alpha
\reference ZoneEquipmentNames
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.
\type object-list
\object-list ScheduleNames
A3 , \field Zone Name
\note This must be a controlled zone and appear in a ZoneHVAC:EquipmentConnections object.
\type object-list
\object-list ZoneNames
A4 , \field Air Inlet Node Name
\type node
\note Not used - reserved for future use
\note Name of the zone exhaust node (see Node) from which the refrigeration chiller
\note draws its indoor air.
\note This should be one of the zone exhaust nodes for the zone cooled by the chiller set.
A5 , \field Air Outlet Node Name
\type node
\note Not used - reserved for future use
\note The name of the node where the chiller coil sends its outlet air,
\note which must be one of the inlet air nodes for the zone which is being cooled.
A6 ; \field Air Chiller 1 Name
\begin-extensible
\type object-list
\note This is the first chiller turned on to meet the zone load
\object-list RefrigerationAirChillerNames

\group OpenStudio HVAC

OS:AirConditioner:VariableRefrigerantFlow,
Expand Down

0 comments on commit e0e2118

Please sign in to comment.