-
Notifications
You must be signed in to change notification settings - Fork 464
Description
Issue overview
In Carbon Dioxide Predictor-Corrector model, Air Capacity (carbon dioxide storage term in zone air [kg/s]) is calculated as ZoneVolume * CpAir * RhoAir / (second in a system time step), and is time step duration dependent. The term in the equation should be a continuous derivative but is simplified as a discrete value in calculation using the time step in EnergyPlus. This is causing a large discrepancy in the predicted system load calculation using different numbers of time steps in an hour with the delta_t varies.
When zone volume is large, the air energy storage term is a large portion of the predicted system load, and the load calculation is less accurate when using longer time steps (e.g. 1 hour). For example, for RefBldgWarehouseNew_Chicago.idf model, the design day cooling load shows a 3X difference when using 1 hour and 10 min time steps for the BulkStorage zone as the below figures show.
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.
- Defect file added (list location of defect file here)
- Ticket added to Pivotal for defect (development team task)
- Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)

