First time here? Check our help page!
3

Hot gas reheat for an air loop in EnergyPlus

There's not much on this forum regarding hot gas reheat coils, so I'm trying to get an update... So far as I know, hot gas reheat coils can be modeled ONLY using the "Coil:Heating:Desuperheater" object AND the amount of reheat is limited to 30% of the available energy.

This is a big restriction for models that use DX coils and also control relative humidity. We run into them a lot and the workarounds are cumbersome.

1) Is my understanding correct?

2) Have any of you created a workaround that you like? (our best at the moment is to add a heating coil with "Other" fuel so electricity and natural gas use are not affected. This coil is available only during summer cooling months. Another heating coil is used for winter months.)

Jim Dirkes's avatar
3.5k
Jim Dirkes
asked 2020-12-01 09:02:26 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-03-28 09:33:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

There is a new coil model, Coil:Cooling:DX, that was recently added. And more recently added to that was alternate modes of operation in the Coil:Cooling:DX:CurveFit:Performance object.

Coil:Cooling:DX:CurveFit:Performance,
   A5, \field Base Operating Mode
   A6, \field Alternative Operating Mode 1
   A7; \field Alternative Operating Mode 2

And each of these fields point to a new set of performance curves in the Coil:Cooling:DX:CurveFit:OperatingMode object. So if you had performance curves that defined how the combination of cooling coil and reheat coil operated as a pair, one with only the cooling coil operating, and another with both coils active, you could model that equipment. I haven't tried this yet but you might look at the example files that use these new objects to get a feel for the complexity. They are UnitarySystem_DXCoilSystemAuto.idf and UnitarySystem_FurnaceWithDXSystemRHcontrol.idf, I have not reviewed these files lately. Also, this is the new cooling coil model that will eventually replace all others.

rraustad's avatar
13.8k
rraustad
answered 2020-12-01 13:31:39 -0500
edit flag offensive 0 remove flag delete link

Comments

Richard, I did not know about that new capability. Thanks for letting me know; I'll check it out.

Jim Dirkes's avatar Jim Dirkes (2020-12-01 23:42:41 -0500) edit
add a comment see more comments