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

Availability Managers for High/Low Temperature Turn-off in OS

asked 2016-12-01 10:23:58 -0500

jugonzal07's avatar

updated 2017-09-20 06:42:42 -0500

I've been working on a script to add solar hot water collectors and their respective loops into an OSM. When testing my OSM I got the following error.

** Warning ** GetSpecificHeatGlycol: Temperature out of range (too high) for fluid [WATER] specific heat **
 **   ~~~   **   This error occurred 8385 total times;
 **   ~~~   **   during Warmup 0 times;
 **   ~~~   **   during Sizing 0 times.
 **   ~~~   **   Max=96005.281211 {C}  Min=254.576945 {C}

When looking at the E+ example file SolarCollectorFlatPlateWater.idf I found that maybe this was due to me not adding the OS equivalent of a AvailabilityManager:HighTemperatureTurnOff object (line 582). It's possible I'm being very dense, but I'm not seeing this type of availabilitymanager in the OS:Model SDK documentation. Am I looking in the wrong place or has this type of availability manager not been added or possibly not needed in OS? Should I be using a different object?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-12-04 17:39:11 -0500

You're right, AvailabilityManager:HighTemperatureTurnOff is not in the OpenStudio SDK yet. This was an oversight and I've filed an issue for it.

In the near term, you can either:

  • Use an EnergyPlus Measure to add this object.
  • Use an OpenStudio Measure to write EMS (available in the 1.13.3 developer release, and soon to be 1.14.0 major release) to control it yourself.
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: 2016-12-01 10:23:58 -0500

Seen: 253 times

Last updated: Sep 20 '17