Skip to content

Commit

Permalink
Merge branch 'ThermalStoragePCM' into ThermalStoragePCM_V2
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitj0204 committed Jan 23, 2025
2 parents 06b0bea + 7b9a5f7 commit 6818ef1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions idd/Energy+.idd.in
Original file line number Diff line number Diff line change
Expand Up @@ -82047,6 +82047,42 @@ ThermalStorage:ChilledWater:Stratified,
\units W/K
\default 0.0

ThermalStorage:PCM,
\min-fields 8
\memo This thermal storage model is PCM-based
\memo It requires PCM material property connection
\memo In addition to the object linking, this object needs PCM Latent heat storage capacity and Heat Loss Rate
\memo This model needs 4 nodes – 2 plant side nodes and 2 use side nodes
A1, \field Name
\type alpha
\required-field
\reference HotThermalStorageEquipment
\reference-class-name validBranchEquipmentTypes
\reference validBranchEquipmentNames
A2, \field Availability Schedule
\type object-list
\object-list ScheduleNames
N1, \field Tank Capacity
\required-field
\type real
\units kg
N2, \field Heat Loss Rate
\required-field
\type real
\units Watts
A4, \field Plant Side Inlet Node Name
\type node
\required-field
A5; \field Plant Outlet Node Name
\type node
\required-field
A6, \field Use Side Inlet Node Name
\type node
\required-field
A7; \field Use Side Outlet Node Name
\type node
\required-field

\group Plant-Condenser Loops
!*****************PLANT AND CONDENSER LOOP SPECIFICATION*********************
!Plant and condenser loops are specified as follows:
Expand Down

0 comments on commit 6818ef1

Please sign in to comment.