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

Revision history [back]

click to hide/show revision 1
initial version

Best Ground Temperature Variable for Conductive Heat Transfer Between Building and Ground

Hi,

This is for an applied research project on Transactive Energy.

I am trying to create a simple box model of a building, with wall and roof surfaces touching outdoor ambient air, and the floor touching the ground.

For outdoor air temperature I am using the variable:

Output:Variable,*,Site Outdoor Air Drybulb Temperature,hourly; !- Zone Average [C]

The heat transfer between the building and the ground is represented with Q_ground = -sigma_ground(T_indoor-Tg), where T_indoor is the interior building temperature, Tg is the exterior ground temperature, and sigma_ground is the bulk conductivity between the building and the ground. If Q_ground is negative, heat flows from the building to the ground. If Q_ground is positive, heat flows from the ground to the building. (Conduction means heat flows from hot to cold).

Indoor air temp is approximated with the zone air temp of the living zone.

For Tg, I have a few different options: Output:Variable,,Site Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Surface Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Deep Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Simple Factor Model Ground Temperature,hourly; !- Zone Average [C]

Which ground temperature is the best? I am assuming either Site Ground Temperature or Site Surface Ground Temperature would be appropriate.

Best Ground Temperature Variable for Conductive Heat Transfer Between Building and Ground

Hi,

This is for an applied research project on Transactive Energy.

I am trying to create a simple box model of a building, with wall and roof surfaces touching outdoor ambient air, and the floor touching the ground.

For outdoor air temperature I am using the variable:

Output:Variable,*,Site Outdoor Air Drybulb Temperature,hourly; !- Zone Average [C]

The heat transfer between the building and the ground is represented with Q_ground = -sigma_ground(T_indoor-Tg), where T_indoor is the interior building temperature, Tg is the exterior ground temperature, and sigma_ground is the bulk conductivity between the building and the ground. If Q_ground is negative, heat flows from the building to the ground. If Q_ground is positive, heat flows from the ground to the building. (Conduction means heat flows from hot to cold).

Indoor air temp is approximated with the zone air temp of the living zone.

For Tg, I have a few different options: Output:Variable,,Site Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Surface Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Deep Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Simple Factor Model Ground Temperature,hourly; !- Zone Average [C]

Which ground temperature is the best? I am assuming either Site Ground Temperature or Site Surface Ground Temperature would be appropriate.

Best Ground Temperature Variable for Conductive Heat Transfer Between Building and Ground

Hi,

This is for an applied research project on Transactive Energy.

I am trying to create a simple box model of a building, with wall and roof surfaces touching outdoor ambient air, and the floor touching the ground.

For outdoor air temperature I am using the variable:

Output:Variable,*,Site Outdoor Air Drybulb Temperature,hourly; !- Zone Average [C]

The heat transfer between the building and the ground is represented with Q_ground = -sigma_ground(T_indoor-Tg), where T_indoor is the interior building temperature, Tg is the exterior ground temperature, and sigma_ground is the bulk conductivity between the building and the ground. If Q_ground is negative, heat flows from the building to the ground. If Q_ground is positive, heat flows from the ground to the building. (Conduction means heat flows from hot to cold).

Indoor air temp is approximated with the zone air temp of the living zone.

For Tg, I have a few different options: Output:Variable,,Site Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Surface Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Output:Variable,*,Site Deep Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Simple Factor Model Ground Temperature,hourly; !- Zone Average [C]

Which ground temperature is the best? I am assuming either Site Ground Temperature or Site Surface Ground Temperature would be appropriate.

Edit 4/14/2021: My models use Foundation Kiva to calculate ground heat transfer. Because of this, neither of the 3 Output Variables listed above are actually used to calculate ground heat transfer; rather, this is done separately by a call to Kiva when EnergyPlus is running. As far as I can tell, Kiva models its own ground temperatures using soil data and data from the epw file.

Best Ground Temperature Variable for Conductive Heat Transfer Between Building and Ground

Hi,

This is for an applied research project on Transactive Energy.

I am trying to create a simple box model of a building, with wall and roof surfaces touching outdoor ambient air, and the floor touching the ground.

For outdoor air temperature I am using the variable:

Output:Variable,*,Site Outdoor Air Drybulb Temperature,hourly; !- Zone Average [C]

The heat transfer between the building and the ground is represented with Q_ground = -sigma_ground(T_indoor-Tg), where T_indoor is the interior building temperature, Tg is the exterior ground temperature, and sigma_ground is the bulk conductivity between the building and the ground. If Q_ground is negative, heat flows from the building to the ground. If Q_ground is positive, heat flows from the ground to the building. (Conduction means heat flows from hot to cold).

Indoor air temp is approximated with the zone air temp of the living zone.

For Tg, I have a few different options: Output:Variable,,Site Ground Temperature,hourly; !- Zone Average [C] Output:Variable,,Site Surface Ground Temperature,hourly; !- Zone Average [C] Output:Variable,*,Site Deep Ground Temperature,hourly; !- Zone Average [C]

Which ground temperature is the best? I am assuming either Site Ground Temperature or Site Surface Ground Temperature would be appropriate.

Edit 4/14/2021: My models use Foundation Kiva to calculate ground heat transfer. All my floor and wall (bc crawl zone) contact surfaces with the ground have a boundary condition of "Foundation" and a boundary condition object of Foundation Kiva.

Because of this, neither of the 3 Output Variables listed above are actually used to calculate ground heat transfer; rather, this is done separately by a call to Kiva when EnergyPlus is running. As far as I can tell, Kiva models its own ground temperatures using soil data and data from the epw file.