Skip to content
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

UnitarySystem does not control properly when using a water heating coil as a supplemental heating coil #10478

Closed
3 tasks
rraustad opened this issue Apr 24, 2024 · 1 comment · Fixed by #10479
Closed
3 tasks
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@rraustad
Copy link
Contributor

rraustad commented Apr 24, 2024

Issue overview

A user file uses a water coil as the supplemental heating coil and the code does not call this object when there is no supplemental heating coil load. The result is nonsense.

HelpDesk ticket 16574

AirLoopHVAC:UnitarySystem,
Zone or System Name Advanced Dehumidification System, !- Name
load, !- Control Type
CoolReheat, !- Dehumidification Control Type
Fan:VariableVolume, !- Supply Fan Object Type
BLOWTHROUGH, !- Fan Placement
Coil:Heating:Electric, !- Heating Coil Object Type
Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFit, !- Cooling Coil Object Type
LatentOrSensibleLoadControl, !- Latent Load Control
Coil:Heating:Water, !- Supplemental Heating Coil Object Type

image

Details

Some additional details for this issue (if relevant):

  • Platform (Operating system, version)
  • Version of EnergyPlus (if using an intermediate build, include SHA)
  • Unmethours link or helpdesk ticket number

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

@rraustad rraustad added the Defect Includes code to repair a defect in EnergyPlus label Apr 24, 2024
@mattdoiron
Copy link

I think we're seeing the same issue. We see supplementary hydronic heating coils not being controlled at all and doing things like directly fighting the cooling coil and overheating zones. We're seeing it on both unitary systems as well as PTHP systems and it happens in v23.1, v23.2 and v24.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants