Integrand of the cylindrical heat source solution for use in IBPSA.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.ThermalResponseFactors.finiteLineSource.
function finiteLineSource_Integrand extends Modelica.Icons.Function; input Real u(unit = "1/m") "Integration variable"; input Modelica.SIunits.Distance dis "Radial distance between borehole axes"; input Modelica.SIunits.Height len1 "Length of emitting borehole"; input Modelica.SIunits.Height burDep1 "Buried depth of emitting borehole"; input Modelica.SIunits.Height len2 "Length of receiving borehole"; input Modelica.SIunits.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
.