modelCorrectedNFactors
Example model for undisturbed soil temperature with n-factors correction
Extends from UndisturbedSoilTemperature (Example model for undisturbed soil temperature).
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).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSoi (from UndisturbedSoilTemperature) | 4 | Number of probed depths |
| Modelica.Units.SI.Length[nSoi] | dep (from UndisturbedSoilTemperature) | {0, 2, 5, 9} | Probed depths |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.GroundTemperature.UndisturbedSoilTemperature[nSoi] | TSoi (from UndisturbedSoilTemperature) | Undisturbed soil temperatures |
Revisions
-
May 21, 2021, by Baptiste Ravache:
First implementation.