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

Sizing Thermal Zone SQL query issue causing zone design air flow rate to be 0. #1466

Closed
weilixu opened this issue Mar 23, 2023 · 1 comment
Closed

Comments

@weilixu
Copy link
Collaborator

weilixu commented Mar 23, 2023

OS Version 3.5.1

We observed some fan powers were 0.0 in the PRM tests.
Tracing the code reveals that the pressure rise in the On/Off fans was set to 0 here. A 0.0 pressure rise results in 0.0 fan power.

Checking the cause in the baseline generation code indicates the zone designAirFlowRate was set to 0.0, so this might be a broad issue affecting all system types listed here.

Digging the cause of the 0 designAirFlowRate in the sizing script shows the query includes ReportName='Initialization Summary', which causes the val to be an empty list.

In 3.5.1 (Eplus 22), the Initialization Summary should have no space in between, as the image shows. Correcting this to ReportName='InitializationSummary' generates the correct outcome for PRMs running on 3.5.1.

image

This seems to be a much broader issue, as multiple routines reference this function. Any thoughts?

@mdahlhausen
Copy link
Collaborator

Thanks for finding this. All of the methods in openstudio-standard's hvac_sizing will be native to OpenStudio in OS v3.6.0. We'll keep the calls in openstudio-standards for this release and maybe the next release, but will then remove them.

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

No branches or pull requests

3 participants