First time here? Check out the Help page!
1 | initial version |
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.