modelFiniteLineSource
Test case for finite line source
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the use of the function for the evaluation of the finite line source solution. The solution is evaluated at different positions and averaged over different lengths around line heat sources.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalDiffusivity | aSoi | 1.0e-6 | Ground thermal diffusivity |
| Modelica.Units.SI.Distance | r | {0.075, 7.0} | Radial position of evaluation of the solution |
| Modelica.Units.SI.Height | len1 | 12.5 | Length of emitting source |
| Modelica.Units.SI.Height | burDep1 | 29.0 | Buried depth of emitting source |
| Modelica.Units.SI.Height | len2 | {12.5, 8.0, 15.0, 14.0, 6.0, 20.0, 3.0} | Length of receiving line |
| Modelica.Units.SI.Height | burDep2 | {29.0, 25.0, 34.0, 2.0, 32.0, 27.0, 44.0} | Buried depth of receiving line |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | t | Time | |
| Real | hRea | Finite line source solution (Real part) | |
| Real | hMir | Finite line source solution (Mirror part) | |
| Real | h | Finite line source solution |
Revisions
-
June 12, 2018, by Massimo Cimmino:
First implementation.