NREL / gbxml-to-openstudio

Releases of the OpenStudio CLI for Revit Systems Analysis.
5 stars 2 forks source link

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

Open pflaumingo opened 5 years ago

pflaumingo commented 5 years ago

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.