-
Notifications
You must be signed in to change notification settings - Fork 222
Description
Issue overview
I'm doing some testing of the new E+ Space FT on residential models. Since the models have 1 space per zone, I expect identical results between OS 3.4.0 and 3.4.1.
Current Behavior
For a sample file, I'm getting different E+ results due to the ZoneInfiltration:DesignFlowRate object changing.
Expected Behavior
The ZoneInfiltration:DesignFlowRate object should be identical between OS 3.4.0 and 3.4.1
Steps to Reproduce
Using OpenStudio-HPXML, run:
openstudio workflow/run_simulation.rb -x workflow/sample_files/base.xml
in both OS 3.4.0 and 3.4.1 and note the different E+ results.
(To run OS 3.4.1, you need to change this line to "3.4.1".)
This is caused by a different ZoneInfiltration:DesignFlowRate object:
Always On Discrete, !- Schedule Name
- AirChanges/Hour, !- Design Flow Rate Calculation Method
- , !- Design Flow Rate {m3/s}
+ Flow/Zone, !- Design Flow Rate Calculation Method
+ 0.00922493533933472, !- Design Flow Rate {m3/s}
, !- Flow per Zone Floor Area {m3/s-m2}
, !- Flow per Exterior Surface Area {m3/s-m2}
- 0.1, !- Air Changes per Hour {1/hr}
+ , !- Air Changes per Hour {1/hr}
1, !- Constant Term CoefficientIf I manually change the IDFs so that this object is identical, then the E+ results match perfectly.