Integrand of the finite line source solution for use in AixLib.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.ThermalResponseFactors.finiteLineSource.
function finiteLineSource_Integrand extends Modelica.Icons.Function; input Real u(unit = "1/m") "Integration variable"; input Modelica.Units.SI.Distance dis "Radial distance between borehole axes"; input Modelica.Units.SI.Height len1 "Length of emitting borehole"; input Modelica.Units.SI.Height burDep1 "Buried depth of emitting borehole"; input Modelica.Units.SI.Height len2 "Length of receiving borehole"; input Modelica.Units.SI.Height burDep2 "Buried depth of receiving borehole"; input Boolean includeRealSource = true "true if contribution of real source is included"; input Boolean includeMirrorSource = true "true if contribution of mirror source is included"; output Real y(unit = "m") "Value of integrand"; end finiteLineSource_Integrand;
sum
.