Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the Help page!

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

How to determine the open area and average window height in measure " Add Wind and Stack Open Area"?

asked 7 years ago

archsoso's avatar

updated 7 years ago

how to determine the open area and the average window height in measure Add Wind and Stack Open Area?

Preview: (hide)

Comments

Please include a link to said Measure... Are you talking about Add Wind and Stack Open Area?

Julien Marrec's avatar Julien Marrec  ( 7 years ago )

Yes. I'm talking about Add Wind and Stack Open Area. and I didn't found any results for it in IDF file.

archsoso's avatar archsoso  ( 7 years ago )

1 Answer

Sort by » oldest newest most voted
3

answered 7 years ago

updated 7 years ago

Ok so the BCL is back online so I was able to download and open the measure.

What the measure does:

  • Find all Zones that have at least one exterior wall, by looping on on all BuildingSurface:Detailed
  • Create one ZoneVentilation:WindandStackArea for each of these "exterior" Zones. There is no fancy calculations whatsoever done in the measure, the user inputs are used as is.

Resulting, where used_exterior_zoneis the current "exterior" zone found earlier, the rest are user input.

ZoneVentilation:WindandStackOpenArea,
  #{used_exterior_zone}_WindStack,         !- Name
  #{used_exterior_zone},     !- Zone Name
  #{open_area},              !- Opening Area {m2}
  Always On Discrete 1 WindStack,    !- Opening Area Fraction Schedule Name
  autocalculate,           !- Opening Effectiveness {dimensionless}
  0,                       !- Effective Angle {deg}
  #{window_height},       !- Height Difference {m}
  autocalculate,           !- Discharge Coefficient for Opening
  #{min_indoor_temp},        !- Minimum Indoor Temperature {C}
  ,                        !- Minimum Indoor Temperature Schedule Name
  #{max_indoor_temp},                     !- Maximum Indoor Temperature {C}
  ,                        !- Maximum Indoor Temperature Schedule Name
  #{delta_temp},                    !- Delta Temperature {deltaC}
  ,                        !- Delta Temperature Schedule Name
  #{min_outdoor_temp},                    !- Minimum Outdoor Temperature {C}
  ,                        !- Minimum Outdoor Temperature Schedule Name
  #{max_outdoor_temp},        !- Maximum Outdoor Temperature {C}
  ,                        !- Maximum Outdoor Temperature Schedule Name
  #{max_wind_speed};                      !- Maximum Wind Speed {m/s}

Therefore you just have to read the I/O reference guide in detail for ZoneVentilation:WindandStackOpenArea, especially Open Area and Height Difference.

For this measure, you would calculate the average total area of the openings in the zones. Zone A: Window 1 = 1x1 Zone B: Window 1=2x1, Window 2=1x1

area=(1×1)+(2×1+1×1)2

For the height, it's a little bit more complicated... Depends on where you think the neutral plane(s) actually are.


For what it's worth, my two cents about this measure is that it's only appropriate if you have fully compartmentalized buildings (in which case I wouldn't use a ZV:WindandStackArea at all, but that's another thing...), where you could speculate that there is actually one neutral plane per zone/floor, in which case you would enter for Height: zceilingzavg,window where z is defined as the height from the floor of the zone

Otherwise, if you have a standard building, a common case is where the neutral plane for the entire building is actually located roughly at the middle floor in the building. In which case, I'd suggest revamping this measure to have the height difference be calculated for each zone...

Preview: (hide)
link

Comments

thanks for answer.@Julien Marrec what is z.avg window and how to determinate its value?

archsoso's avatar archsoso  ( 7 years ago )

@Julien Marrec another question. I Need to calculate the open area for each zone individually? or all the zones together in one measure?

archsoso's avatar archsoso  ( 7 years ago )

z_avg_window = the mid point of the window... If you have a window has a still at 0.8, and is 1m heigh, that's 0.8 + 1/2... The measure assigns the same area to all exterior zones. so you need to enter the average.

Julien Marrec's avatar Julien Marrec  ( 7 years ago )

thanks @Julien Marrec, can you please take a look for my details building in this question. https://unmethours.com/question/25699... . need for your help

archsoso's avatar archsoso  ( 7 years ago )

@Julien Marrec, whats is mean of (still)? is the still that dimension from floor to under the window?

archsoso's avatar archsoso  ( 7 years ago )

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

3 followers

Stats

Asked: 7 years ago

Seen: 1,102 times

Last updated: Jul 24 '17