modelUndisturbedSoilTemperature
Example model for undisturbed soil temperature
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example model illustrates how the undisturbed soil temperature model decreases seasonal temperature oscillations and increases delay as depth is increasing.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSoi | 4 | Number of probed depths |
| Modelica.Units.SI.Length[nSoi] | dep | {0, 2, 5, 9} | Probed depths |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.GroundTemperature.UndisturbedSoilTemperature[nSoi] | TSoi | Undisturbed soil temperatures |
Revisions
-
March 17, 2021, by Baptiste Ravache:
First implementation.