Loading [MathJax]/jax/output/HTML-CSS/jax.js
Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

GetSpecificHeatGlycol: Temperature is out of range error with loops when there's no glycol in the loop

asked 4 years ago

Jean Marais's avatar

updated 4 years ago

Does anybody get this error with loops when there's no glycol in the loop?

 ** Warning ** GetSpecificHeatGlycol: Temperature is out of range (too high) for fluid [WATER] specific heat **
 **   ~~~   ** ..Called From:PlantLoopSolver::EvaluateLoopSetPointLoad,Temperature=[125.00], supplied data range=[0.00,125.00]
 **   ~~~   **  Environment=KEITHSTRASSE (2O-12:26-12), at Simulation time=12/20 00:00 - 00:10
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 4 years ago

updated 4 years ago

The GetSpecificHeatGlycol algorithm in EnergyPlus is called to check the fluid properties for ANY plant loop where a liquid circulates -- even if that loop doesn't contain glycol. You can see this reflected in your warning line:

* Warning * GetSpecificHeatGlycol: Temperature is out of range (too high) for fluid [WATER]

You can see the EnergyPlus source code where this algorithm is defined here. In your case, a water plant loop is experiencing a temperature of 125 oC, which is above water's boiling temperature. This could be happening during no- or low-flow periods, and you can read more about this in other posts here and here and here.

Preview: (hide)
link

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 4 years ago

Seen: 279 times

Last updated: Oct 23 '20