modelFiniteLineSource_Integrand
Test case for finite line source integrand function
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the evaluation of the finite line source integrand function.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Distance | dis | 0.075 | Radial distance between borehole axes |
| Modelica.Units.SI.Height | len1 | 150.0 | Length of emitting borehole |
| Modelica.Units.SI.Height | burDep1 | 4.0 | Buried depth of emitting borehole |
| Modelica.Units.SI.Height | len2 | 150.0 | Length of receiving borehole |
| Modelica.Units.SI.Height | burDep2 | 4.0 | Buried depth of receiving borehole |
| Real | con | 1 | Unit conversion factor |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Integration variable | |
| Real | y | Finite line source integrand |
Revisions
-
March 31, 2026, by Michael Wetter:
Corrected unit propagation error that causes Dymola 2026x to not show certain units.
See #2100. -
July 17, 2018, by Massimo Cimmino:
First implementation.