In Engineering Ref, Hot Water Baseboard Heater with Radiation and Convection, Simulation and Control, the equation for Ta,out is old. (CR #8852) #3625
Labels
Defect
Includes code to repair a defect in EnergyPlus
Documentation
Related primarily on the LaTeX-based EnergyPlus documentation
SeverityMedium
This defect is medium severity, indicating moderate impact and generally no workaround available
Incorrect equation for leaving air temp for Ta,out in Engineering Ref, Hot Water Baseboard Heater with Radiation and Convection
Added on 2012-05-08 15:04 by @mjwitte
Description
MJW 08 May 2012
In Engineering Ref, Hot Water Baseboard Heater with Radiation and Convection, Simulation and Control, the equation for Ta,out is old.
This change was made in the model
9/1/2010, DHK, BugFix, CR8080/8126, Added a linear equation to estimate air mass flow rate as it varies along variation of baseboard heating capacity
But the docs were not changed to match. In current source, see code starting at line 902 of BaseboardRadiatorWater.f90.
Current equation is
Ta, out = q/(2 mdotwater * Cp,a)+Ta,in
Based on the code, I think it should be
Ta,out = Q/(mdotAIR * Cp,a)+Ta,in
where mdotAIR = 0.0062 + 2.75e-05* Q
External Ref: Ticket 5798, CR8080/8126
Last build tested:
12.04.25 V7.1.0.009
The text was updated successfully, but these errors were encountered: