0

Change Ground temperature default 18°C

I am trying to run a simulation in openstudio but the ground temperature is always 18°C. This will result in an incorrect calculation. How can it be changed in openstudio?

obuchely's avatar
1.4k
obuchely
asked 2024-07-04 17:34:54 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-07-08 12:50:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

This depends. How are you modelling the ground? You basically never want to be directly connecting the floor to the "Ground" - you want to be using one of the ground/slab foundation models like GroundDomain or Kiva.

Jamie Sullivan's avatar Jamie Sullivan (2024-07-04 18:27:58 -0500) edit

How do you implement ground/slab foundation models like Ground Domain or Kiva in openstudio?

obuchely's avatar obuchely (2024-07-06 02:19:33 -0500) edit
add a comment see more comments

1 Answer

2

Hi @obuchely. If you're referring to the OpenStudioApplication (or App), then you're correct: one cannot edit ground temperatures or activate Kiva using the App. @Jamie Sullivan is rightly pointing to superior solutions, but there are (rare) circumstances where even Kiva won't be of much help (unless this has changed recently). In such cases, you may need to fallback on resetting ground temperatures by hand. To ~safely reset ground temperatures, there's a simple hack described here.

There is a step-by-step Measure approach to deploying Kiva using the App, described here - should work for most cases.

Of course if you're familiar with the OpenStudio SDK (or API), then you can script your own solution based on a handful of classes (e.g. here and here). Here's a very straightforward example, in Ruby and in Python.

Denis Bourgeois's avatar
2.8k
Denis Bourgeois
answered 2024-07-08 06:11:18 -0500, updated 2024-07-08 06:14:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments