Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

How to simulate PCM materials in Openstudio / Energyplus?

asked 2022-05-10 17:28:05 -0500

Rwadhwa910's avatar

updated 2022-05-11 08:23:13 -0500

I am trying to model PCMs but I am not able to find any guide to find out how to model PCMs in OS /EP. Can somebody tell me where can I find material on how to simulate PCMs?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2022-05-11 04:25:16 -0500

Craig Simmons's avatar

updated 2022-05-11 04:26:48 -0500

It is not directly incorporated into OpenStudio, but we model it in OpenStudio via an EnergyPlus measure that will add the PCM properties to a specifically named material (that is included in the intended constructions). This involves setting up an IDF file with all of the necessary MaterialProperty:PhaseChange objects defined that gets added to the translated OSM and has naming conventions that match what you set up in the associated materials in OpenStudio.

EnergyPlus documentation is here.

It is essential to pay attention to the note about setting HeatBalanceAlgorithm to ConductionFiniteDifference and having a larger (meaning shorter) timestep then you probably use normally. Both of those settings can be accessed through OpenStudio.

edit flag offensive delete link more

Comments

@Craig Simmons Thanks for sharing, I was able to look into the energy plus example idf file for PCM Materials , The script that you are talking is it available on BCL library?

Rwadhwa910's avatar Rwadhwa910  ( 2022-05-11 09:37:54 -0500 )edit

There is an "inject IDF" measure that is available on the BCL and can be used for this. Essentially you create an IDF that can serve as a library of MaterialProperty:PhaseChange objects. Then in the OSM model you place the materials (named exactly as they appear in the IDF) into appropriate places in constructions. Then adding the IDF will automatically apply the PCM properties. You can even use BCL measures to change constructions to evaluate different PCMs against each other. We were able to get vendor specific data but it has been a couple years so it's probably already outdated.

Craig Simmons's avatar Craig Simmons  ( 2022-05-16 11:14:11 -0500 )edit
3

answered 2022-05-12 16:29:46 -0500

updated 2022-05-12 16:36:48 -0500

I wrote a simple measure called Envelope Material Property Phase Change that could be useful. My results did not show significant energy savings using the EnergyPlus example file data. I tried to get manufacturer data from BioPCM, but was unsuccessful.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

Stats

Asked: 2022-05-10 17:28:05 -0500

Seen: 1,515 times

Last updated: May 16 '22