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

ZoneHVAC: LowTemperatureRadiant: ConstantFlow

asked 2021-03-18 05:36:05 -0500

Soares's avatar

updated 2021-03-22 08:23:42 -0500

Hello I'm working with ZoneHVAC:LowTemperatureRadiant:ConstantFlow, I have doubts about the meaning of the Zone Radiant HVAC Heating Rate output variable, if it really symbolizes the heat supplied to the environment, because the delta T of the inlet and outlet water changes, but the rate variation is small. A larger T delta should result in a higher rate. Any suggestion?

edit retag flag offensive close merge delete

Comments

Please tag your questions with the software you're using if relevant, eg clearly here energyplus (I'll add it for you in this case). That is how your questions are typically picked up by the appropriate people/developers

Julien Marrec's avatar Julien Marrec  ( 2021-03-18 08:13:14 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-18 08:29:05 -0500

The I/O reference guide for the output variable Zone Radiant HVAC Heating Rate [W] states:

This field reports the heating input rate to the low temperature radiant system in Watts. This is the heat source to the surface that is defined as the radiant system. The heating rate is determined by the zone conditions and the control scheme defined in the user input.

So yes. If you are only looking at inlet&outlet temperatures and the Zone Radiant HVAC Heating Rate, you should also at least look at the Mass flow rate in the system as well to gain some rough interpretation of what is going on.


More info: Source code / Engineering reference:

The source code that sets the Output variable in question is located here in LowTempRadiantSystem.cc#L1389-L1399.

HeatPower maps to totalRadSysPower which is the sum, for each surface of state.dataHeatBalFanSys->QRadSysSource which is calculated in ConstantFlowRadiantSystemData::calculateLowTemperatureRadiantSystemComponents and described in the Engineering Reference in chapter Radiant System Models

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: 2021-03-18 05:36:05 -0500

Seen: 180 times

Last updated: Mar 18 '21