functionfiniteLineSource_Integrand_Equivalent
Integrand function for finite line source evaluation
Extends from Modelica.Icons.Function (Icon for functions).
Information
Integrand of the finite line source solution for use in IBPSA.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.ThermalResponseFactors.finiteLineSource_EquivalentBoreholes.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Integration variable | |
| Modelica.Units.SI.Distance[n_dis] | dis | Radial distance between borehole axes | |
| Integer[n_dis] | wDis | ||
| Modelica.Units.SI.Height | len1 | Length of emitting boreholes | |
| Modelica.Units.SI.Height | burDep1 | Buried depth of emitting boreholes | |
| Modelica.Units.SI.Height | len2 | Length of receiving boreholes | |
| Modelica.Units.SI.Height | burDep2 | Buried depth of receiving boreholes | |
| Integer | nBor2 | Number of receiving boreholes over which the response is averaged | |
| Integer | n_dis | Number of unique distances between emitting and receiving boreholes | |
| Boolean | includeRealSource | true | true if contribution of real source is included |
| Boolean | includeMirrorSource | true | true if contribution of mirror source is included |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Value of integrand |
Revisions
-
June 9, 2022 by Massimo Cimmino:
First implementation.