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

How is my energyplus model calculating ground heat transfer if there is no Site:GroundTemperature object?

asked 2020-08-28 00:28:18 -0500

updated 2020-08-28 07:32:58 -0500

I am working with a model that was started in OpenStudio. I understand that Openstudio (for some reason) generates an IDF that uses 18C as a constant ground temperature under Site:GroundTemperature:BuildingSurface for calculating heat gain/loss through a floor slab. My intent had been to overwrite this for each month within this object in the IDF - to my surprise, there was no Site:Ground... object in the model at all leading me to the following 3 questions:

  1. How is my model running?
  2. How is ground heat transfer being calculated - is there some default when no object is specified in the model?
  3. On a broader note, why is this inaccuracy being forced in OpenStudio? Doesn't it prevent modelers from taking OS results at face value - forcing them to direct edit the IDF?image description
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-08-28 11:33:10 -0500

Correct, if you do not specify ground temperatures in your OpenStudio model than you will likely see the following warning in your EnergyPlus error file:

** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input.
**   ~~~   ** Found first in surface=SURFACE 183
**   ~~~   ** Defaults, constant throughout the year of (18.0) will be used.
  1. Your model is running because EnergyPlus is applying this default of 18$\circ C$. Defining a Site:GroundTemperature:BuildingSurface object for a simulation tells EnergyPlus what values to use instead of this default.

  2. Ground heat transfer can be calculated by knowing the average temperature across the outside face of a surface in contact with soil (basement floors, basement walls, slab on grade, etc.). This is the approach used when surfaces have the Outside Boundary Condition input field set to Ground, which then require the Site:GroundTemperature:BuildingSurface and similar objects that define soil-contact temperatures. However, these soil-contact temperatures are preprocessed by other programs outside of EnergyPlus as a first step and then provided as inputs to an EnergyPlus simulation as a second step.

    Another option to calculate ground heat transfer is through Foundation:Kiva:### objects that allow Kiva to preprocess ground heat transfer at a timestep frequency. One key advantage of this approach is that you don't need to run Kiva as a preprocess step -- it is integrated into the EnergyPlus source code and can perform it's calculations during an EnergyPlus simulation. The other key advantage is that Kiva can model non-uniform insulation placements that the other EnergyPlus objects may not be able to model. For more information, you can refer to posts here and here for more details about the Kiva implementation within EnergyPlus.

  3. You can address this in your OpenStudio workflow by either manually changing the EnergyPlus IDF it generates or by applying measures to automatically change the model via scripting. Unfortunately, the Building Component Library (BCL) doesn't have measures that you can download for either the site ground temperature or Kiva objects. There are numerous posts here, here, here, and here about using measures to apply site ground temperatures, as well as a post here about using measures to apply Kiva.

    If you believe that this should be a feature of the OpenStudio application, you can make a new issue as a feature request on the Github site managed by the OpenStudio Coalition that is in charge of development for the OpenStudio application as of April 2020.

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

3 followers

Stats

Asked: 2020-08-28 00:28:18 -0500

Seen: 898 times

Last updated: Aug 28 '20