Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thermal Storage PCM - v2 #10906

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 W
A3, \field Plant Side Inlet Node Name
\type node
\required-field
A4, \field Plant Outlet Node Name
\type node
\required-field
A5, \field Use Side Inlet Node Name
\type node
\required-field
A6; \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
Loading