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

resolving "Plant temperatures are getting far too cold"

asked 2015-06-01 08:25:42 -0500

Nick N's avatar

updated 2015-06-12 10:32:09 -0500

Admin's avatar

Hello,

I connected a boiler to the generator side of an absorption chiller (Chiller:Absorption:Indirect) by combining some of the example files that come along with Energy Plus 8.2. It's the first time I've done manual loop construction, and I've gotten the branch integrity to check out and set some extra sizing:plant loop objects so that I can autosize the chiller and boiler. But during warmup the inlet and outlet nodes of the demand side of the generator loop crash (-89.4C and -90.1C respectively). As the .err file suggests, I've manually increased operating capacity (boiler size = 6MW for a 130m2 building) and checked the operation schemes, although this is my first time working through these objects. I can't locate the source of the problem, although it does look there's 0W power getting from the supply to the demand side - the full 3MW of heating demand are unmet.

Any ideas about the next thing to look at (and maybe a good way to look at it?) would it be helpful if I included some of the code, or the .err file?

Thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2015-08-21 18:18:40 -0500

To diagnose a problem like this, I would add output variables to confirm if the boiler is operating and also look at the system node temperatures and mass flow rates on the plant loop to see what is happening. For example, is the pump operating on the boiler loop? I assume you've found example file IndirectAbsorptionChiller to reference. And it sounds like you may have already added outputs like these:

Output:Diagnostics, ReportDuringWarmup;
Output:Variable,*,Plant Supply Side Cooling Demand Rate,hourly; !- HVAC Average [W]
Output:Variable,*,Plant Supply Side Heating Demand Rate,hourly; !- HVAC Average [W]
Output:Variable,*,Plant Supply Side Inlet Mass Flow Rate,hourly; !- HVAC Average [kg/s]
Output:Variable,*,Plant Supply Side Inlet Temperature,hourly; !- HVAC Average [C]
Output:Variable,*,Plant Supply Side Outlet Temperature,hourly; !- HVAC Average [C]
Output:Variable,*,Plant Supply Side Not Distributed Demand Rate,hourly; !- HVAC Average [W]
Output:Variable,*,Plant Supply Side Unmet Demand Rate,hourly; !- HVAC Average [W]
Output:Variable,*,Boiler Heating Rate,hourly; !- HVAC Average [W]
Output:Variable,*,Boiler Mass Flow Rate,hourly; !- HVAC Average [kg/s]
Output:Variable,*,Pump Mass Flow Rate,hourly; !- HVAC Average [kg/s]
Output:Variable,*,System Node Temperature,hourly; !- HVAC Average [C]
edit flag offensive delete link more
1

answered 2018-02-21 09:44:14 -0500

Gio's avatar

Hi!

I had the same issue: I was able to solve it changing the field "Design Generator Fluid Flow Rate" from the "Chiller:Absorption:Indirect" object from Autosize to a high flow rate.

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

1 follower

Stats

Asked: 2015-06-01 08:25:42 -0500

Seen: 465 times

Last updated: Feb 21 '18