NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.14k stars 392 forks source link

Potential bug in CalcDesignSpecificationOutdoorAir related to max OA flow rate #8512

Open mitchute opened 3 years ago

mitchute commented 3 years ago

Issue overview

Details

Some additional details for this issue (if relevant):

Checklist

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

mitchute commented 3 years ago

FYI @mjwitte. Posting here so I don't forget about it.

jmarrec commented 3 years ago

Same exact code in fortran: https://github.com/NREL/EnergyPlusArchive/blob/92ffc69755ab1ed2315a7a49a9b04fb000aecb25/SourceCode/DataZoneEquipment.f90#L1502-L1508

This is the commit that added it 9 years ago: https://github.com/NREL/EnergyPlusArchive/commit/e554cb750d688090042757999694495e161aec40. Never been touched since.

rraustad commented 3 years ago

There was a discussion back then of whether or not this calculation should use the actual occupancy schedule value or the maximum zone occupancy. I believe MaxOAVolFlowFlag was meant to trigger that decision.