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

Deleting zone equipment in OpenStudio

asked 2016-03-16 08:08:01 -0500

ptruong's avatar

updated 2016-03-16 09:02:20 -0500

Hello, I can't seem to figure out how to delete zone equipment under "Thermal Zones" . I've added baseboard heating but want to remove it.

I am using OS v1.10.

Thanks Phan

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2016-03-16 09:16:01 -0500

updated 2016-03-16 09:23:14 -0500

To delete ZoneHVAC objects using the GUI:

  1. Click on the zone equipment name

  2. Click the black/white X in the upper right corner of the inspector pane under the Edit sub-tab

To delete objects using the API or measure use the remove method.

# delete all objects
objs = model.getZoneHVACLowTempRadiantVarFlows

objs.each do |obj|

  obj.remove

end
edit flag offensive delete link more

Comments

Is there any way to delete certain types of zone equipment such as only Zone HVAC Baseboard Rad Conv Water or fan coil unit but not air diffuser. And it will be great if users can specify zone name range to apply the deletion. This measure may save me a huge amount of time.

Binghang's avatar Binghang  ( 2017-11-30 12:41:31 -0500 )edit

For ZoneHVAC objecst there's not really a way in the OS App, but it can be done using the code above with the API.

For AirTerminal objects click on the vertical branch to the right of the terminal image on the demand side of the Air Loop in the HVAC Systems tab and uncheck the zones you want to remove from the loop.

MatthewSteen's avatar MatthewSteen  ( 2017-11-30 13:13:10 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2016-03-16 08:08:01 -0500

Seen: 644 times

Last updated: Mar 16 '16