Skip to content

E+ Space FT Issue #4591

@shorowit

Description

@shorowit

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 Coefficient

If I manually change the IDFs so that this object is identical, then the E+ results match perfectly.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions