1

ZoneHVAC: LowTemperatureRadiant: ConstantFlow

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?

Soares's avatar
41
Soares
asked 2021-03-18 05:36:05 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-03-22 08:23:42 -0500
edit flag offensive 0 remove flag 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
add a comment see more comments

1 Answer

0

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

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2021-03-18 08:29:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments