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

Terrain Field option in OpenStudio

asked 2020-06-16 14:30:25 -0500

Samiullah Q's avatar

updated 2020-06-17 11:24:18 -0500

I have simulated the one building in OpenStudio. Building characteristics and load information is taken from example file of EnergyPlus. Initially , when I compared the results of OpenStudio with that of example file , there is almost 100% difference in values of Air change per hour. Then, I change the terrain field from "city" to blank in example file of EnergyPlus then there is only 2% difference in values. So can anyone tell me how to use and change terrain field option in OpenStudio? And Is this option very important in building simulation or not?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2020-06-17 09:46:03 -0500

The Terrain input field of the Building object in EnergyPlus takes the wind speed from the EPW file and alters it for the simulation to account for wind shielding by surrounding structures (buildings, trees, etc.). There are 5 options that you can enter, one of which is City. If you leave this input field blank, that tells EnergyPlus to assign a default value. According to the Input Data Dictionary (IDD), that default is Suburbs (see below).

Building,
   \memo Describes parameters that are used during the simulation
   \memo of the building. There are necessary correlations between the entries for
   \memo this object and some entries in the Site:WeatherStation and
   \memo Site:HeightVariation objects, specifically the Terrain field.
   ...
A2 , \field Terrain
   \note  Country=FlatOpenCountry | Suburbs=CountryTownsSuburbs | City=CityCenter | Ocean=body of water (5km) | Urban=Urban-Industrial-Forest
   \type choice
   \key Country
   \key Suburbs
   \key City
   \key Ocean
   \key Urban
   ** \default Suburbs **

If you want to see the impact of changing this input field, you can read about the local wind speed equations used in the Engineering Reference. As is the case with most simulations, the effect of this input field depends upon the building you are modeling. For example, it would have a higher impact on a single-story residence than a multi-story office because of the greater ratio of exterior surface area to air volume, as well as the intensity of internal gains like plug loads and lighting that require cooling.

It doesn't appear that this Terrain input field is exposed in the OpenStudio application. As such, you will need to use the Site::setTerrain() method of the OpenStudio SDK to alter this input field through scripting.

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: 2020-06-16 14:30:25 -0500

Seen: 139 times

Last updated: Jun 17 '20