-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heating Coil Calculation uses Cooling-Coil properties #7440
Comments
@YanfeiNREL I think this is OK, because Coil:WaterHeating:AirToWaterHeatPump* is a cooling coil from the perspective of the zone. It draws heat from the zone and heats the water in the water heater. |
I agree, the Cooling Coil report variables refer to the cooling coil on the heat pump. The condenser coil is in the water tank. This issue can be closed once @YanfeiNREL agrees. |
@YanfeiNREL, I am closing this issue. You may reopen it if we have missed something with your description. |
Issue overview
The heating coil calculation uses the cooling coil properties in SetupOutputVariable() of the file DXCoils.cc, between the line of 5521-5602. This impacts the Coil:WaterHeating:AirToWaterHeatPump:Pumped, and Coil:WaterHeating:AirToWaterHeatPump:Wrapped.
Mainly, the heating coil has no latent/sensible energy, no latent/sensible energy rate. However the source code reference the cooling coil latent/sensible energy and energy rate for the heating coil.
Details
'''
'''
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: