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

Evaluate 'Do HVAC Sizing Simulation for Sizing Periods' for Coincident Plant Sizing #67

Open
pflaumingo opened this issue Jan 3, 2019 · 0 comments

Comments

@pflaumingo
Copy link
Contributor

The 'Do HVAC Sizing Simulation for Sizing Periods' field in the SimulationControl object allows for coincident sizing of plant loops. This currently isn't available in the OS data model and so will require adding something like the following:
workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(5, 'Yes') workspace.getObjectsByType('SimulationControl'.to_IddObjectType)[0].setString(6, '4')

If this is used to show coincident load, the load output should also show the non-coincident for each loop as engineers are used to looking at this data point as well.

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

1 participant