modelFiniteLineSource_SteadyState
Test case for steady-state solution of the 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 steady-state finite line source solution. The solution is evaluated at different distances between the emitting and receiving boreholes.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Height | len1 | 150.0 | Length of emitting source |
| Modelica.Units.SI.Height | burDep1 | 4.0 | Buried depth of emitting source |
| Modelica.Units.SI.Height | len2 | 125.0 | Length of receiving line |
| Modelica.Units.SI.Height | burDep2 | 3.5 | Buried depth of receiving line |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Distance | dis | Radial distance | |
| Real | hRea | Finite line source solution (Real part) | |
| Real | hMir | Finite line source solution (Mirror part) | |
| Real | h | Finite line source solution |
Revisions
-
June 9, 2022, by Massimo Cimmino:
First implementation.