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

HVAC Sizing Simulation should be disabled if Plant Sizing is not active #10797

Open
3 tasks
mjwitte opened this issue Oct 22, 2024 · 0 comments
Open
3 tasks

Comments

@mjwitte
Copy link
Contributor

mjwitte commented Oct 22, 2024

Issue overview

If "Do HVAC Sizing Simulation for Sizing Periods=Yes" when "Do Plant Sizing Calculation=No", there is a subscript error here in ResizePlantLoopLevelSizes, because PlantSizNum=0.

state.dataSize->PlantSizData(PlantSizNum).DesVolFlowRate = 0.0; // init for summation

Should check this up in GetProjectData and either fatal out or warn and reset HVAC Sizing Simulation to No.

Details

Some additional details for this issue (if relevant):

  • Version of EnergyPlus 25.1.0-b46af9c5e3

Checklist

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

  • Defect file example file AbsorptionChiller.idf with "Do HVAC Sizing Simulation = Yes".
  • 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