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 8 years ago

updated 7 years ago

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?

Preview: (hide)

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  ( 8 years ago )

1 Answer

Sort by » oldest newest most voted
3

answered 8 years ago

updated 8 years ago

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
Preview: (hide)
link

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

Stats

Asked: 8 years ago

Seen: 182 times

Last updated: Jun 16 '16