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

undo zone mixing in OS model

asked 2016-06-16 07:53:30 -0500

updated 2017-05-03 19:19:56 -0500

I updated my model for zone mixing by 1. assigning air wall between spaces. 2. Running this "zone mixing" measure which assigned certain CFM transfers between them.

My question is - how can I undo this zone mixing?

edit retag flag offensive close merge delete

Comments

Welcome to unmet hours. Couple of things:

  • Do not include greetings per our convention (Hi, thanks, etc) (here)
  • Make you tag your questions with the appropriate software you are using. Here it's definitely an openstudio question (as opposed to an energyplus one), so openstudio is in order

I made these changes already in your post.

Julien Marrec's avatar Julien Marrec  ( 2016-06-16 09:04:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2016-06-16 08:56:46 -0500

updated 2016-06-16 09:48:52 -0500

Load your model using the ruby bindings in a terminal (see Optional - Install Ruby section in the introductory tutorial) or create a very simple measure in which you'll run this loop to remove all ZoneMixing objects

model.getZoneMixings.each do |mix|
  mix.remove
end
edit flag offensive delete link more

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

Stats

Asked: 2016-06-16 07:53:30 -0500

Seen: 166 times

Last updated: Jun 16 '16