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

Standard 62.1 Secondary Recirculation VRP Calculation Errors #10774

Open
3 tasks
EnergyArchmage opened this issue Sep 30, 2024 · 0 comments · May be fixed by #10775
Open
3 tasks

Standard 62.1 Secondary Recirculation VRP Calculation Errors #10774

EnergyArchmage opened this issue Sep 30, 2024 · 0 comments · May be fixed by #10775
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@EnergyArchmage
Copy link
Contributor

Issue overview

Users doing detailed engineering checks reported problems with Standard 62.1 Ventilation Rate Procedure results. Found mistakes in code, one copy paste error for term Fb and a term missing in an equation for calculating zone Evz.

Fb should equal Ep

image

image

We see Fb values for cooling design match Ep values for heating design. Code inspection shows FbByZoneCool variable used where it should be FbByZoneHeat

User reports Evz values are coming out too high and sometimes even negative, code inspection finds missing the Ep term in missing in the equations for zone Evz.

image

To low Evz can cause systems to oversize when using VRP.

Details

Some additional details for this issue (if relevant):

  • Platform (Windows, current develop)
  • 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.

  • Defect file added (Fb_Evz_defectIDFs.zip)
  • 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)
@EnergyArchmage EnergyArchmage added the Defect Includes code to repair a defect in EnergyPlus label Sep 30, 2024
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.

1 participant