Buildings.BoundaryConditions.GroundTemperature.Examples
Collection of models that illustrate model use and test models
Information
This package contains examples for the use of models that can be found in Buildings.BoundaryConditions.GroundTemperature.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
CorrectedConvection | Example model for undisturbed soil temperature with surface convection correction |
CorrectedNFactors | Example model for undisturbed soil temperature with n-factors correction |
UndisturbedSoilTemperature | Example model for undisturbed soil temperature |
Buildings.BoundaryConditions.GroundTemperature.Examples.CorrectedConvection
Example model for undisturbed soil temperature with surface convection correction
Information
This example model showcases the use of the convection coefficient correction, which allows to specify the heat transfer rate between the air and the surface temperature.
Extends from UndisturbedSoilTemperature (Example model for undisturbed soil temperature).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nSoi | 4 | Number of probed depths |
Length | dep[nSoi] | {0,2,5,9} | Probed depths [m] |
Modelica definition
Buildings.BoundaryConditions.GroundTemperature.Examples.CorrectedNFactors
Example model for undisturbed soil temperature with n-factors correction
Information
This example model showcases the use of n-factors, which are used to correct the surface temperature given the ratio of freezing/thawing degree days (FDD/TDD) between the air and the ground.
References
The values used in this example are equivalent to the use-case presented in the "Heat Transfer at Ground Surface" section of the District Cooling Guide (ASHRAE, 2013).
Extends from UndisturbedSoilTemperature (Example model for undisturbed soil temperature).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nSoi | 4 | Number of probed depths |
Length | dep[nSoi] | {0,2,5,9} | Probed depths [m] |
Modelica definition
Buildings.BoundaryConditions.GroundTemperature.Examples.UndisturbedSoilTemperature
Example model for undisturbed soil temperature
Information
This example model illustrates how the undisturbed soil temperature model decreases seasonal temperature oscillations and increases delay as depth is increasing.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | nSoi | 4 | Number of probed depths |
Length | dep[nSoi] | {0,2,5,9} | Probed depths [m] |