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

OpenStudio Results Measure Reports Infiltration in Incorrect SI Units #118

Open
chriswmackey opened this issue Sep 6, 2022 · 1 comment

Comments

@chriswmackey
Copy link

We have found a bug in the openstudio_results measure in how it reports the infiltration units in SI. The HTML output by the measure says that the units are m^3/h/m^2 but the values are very clearly in m^3/s/m^2. The units and values are correct when IP units are used.

image

Recreating the issue should be easy enough as you only need a model with infiltration and you need to use SI units for the measure.

More information from the user who identified this bug can be found here on the Pollination forum:
https://discourse.pollination.cloud/t/unit-incosistency-between-input-values-vs-openstudio-report/1938

@James-py
Copy link

this bug also affects SI outdoor air ventilation rates in the Space Type Summary section. I fixed this bug by changing line 2037 of openstudio_results/resources/os_lib_reporting.rb

The correct units should be m/h not m/s

OpenStudioResults bug fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants