modelCorrectedConvection
Example model for undisturbed soil temperature with surface convection correction
Extends from UndisturbedSoilTemperature (Example model for undisturbed soil temperature).
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.
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.