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

Divide by zero in Site:GroundDomain:Slab #10807

Open
1 of 3 tasks
mjwitte opened this issue Oct 29, 2024 · 0 comments
Open
1 of 3 tasks

Divide by zero in Site:GroundDomain:Slab #10807

mjwitte opened this issue Oct 29, 2024 · 0 comments

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Oct 29, 2024

Issue overview

User file with Site:GroundDomain:Slab fails with NANs when run weather file FIN_US_Espoo.Tapiola.029851_TMYx.2009-2023.epw, but not with other weather files.

   ** Severe  ** DualSetPointWithDeadBand: Unanticipated combination of heating and cooling loads - report to EnergyPlus Development Team
   **   ~~~   ** occurs in Zone=ROOM During Warmup, Environment=RUN PERIOD 1, at Simulation time=01/01 00:03 - 00:06
   **   ~~~   ** LoadToHeatingSetPoint=NAN, LoadToCoolingSetPoint=NAN

The problem is a divide by zero here in SimulateGroundDomain:

thisDomain.HeatFluxWeightingFactor = thisDomain.TotalEnergyWeightedHeatFlux / thisDomain.TotalEnergyUniformHeatFlux;
thisDomain.TotalEnergyWeightedHeatFlux = 0.0;

Details

Some additional details for this issue (if relevant):

  • Version of EnergyPlus 24.2
  • Helpdesk ticket number16778

Checklist

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

  • Defect file added in EnergyPlusDevSupport\DefectFiles\
  • Ticket added to EnergyPlus Defect Complexity (Github Project)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant