Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Here is minimal ruby code required to add this object to the model.

chilled_plant = model.getChillerElectricEIRs.first.plantLoop.get
thermal_storage = OpenStudio::Model::ThermalStorageIceDetailed.new(model)
chilled_plant.addSupplyBranchForComponent(thermal_storage)

And here is what the model objects look like after it is made.

image description