functionfiniteLineSource_Integrand
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 Buildings.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.ThermalResponseFactors.finiteLineSource.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u | Integration variable | |
| Modelica.Units.SI.Distance | dis | Radial distance between borehole axes | |
| Modelica.Units.SI.Height | len1 | Length of emitting borehole | |
| Modelica.Units.SI.Height | burDep1 | Buried depth of emitting borehole | |
| Modelica.Units.SI.Height | len2 | Length of receiving borehole | |
| Modelica.Units.SI.Height | burDep2 | Buried depth of receiving borehole | |
| 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
-
August 23, 2018 by Michael Wetter:
Reformulated function to usesum. -
March 22, 2018 by Massimo Cimmino:
First implementation.