ILS

This file contains the code for the ILS approach for analysing the TRT measurements.

class pyTRT.methods.ILS.ILS(data: TRTData, borehole_length: float, borehole_radius: float, volumetric_heat_capacity: float)

Bases: _Method

This class contains the infinite line source (ILS) method for the analysis of the TRT measurements.

Initialises the infinite line source (ILS) method for the analysis of the TRT measurements. This method is based on the work of (Gehlin, S., 2002) [#Gehlin]_.

Parameters
dataTRTData

Object with the TRT measurement data.

borehole_lengthfloat

Length of the borehole heat exchanger [m]

borehole_radiusfloat

Radius of the borehole [m]

volumetric_heat_capacityfloat

Volumetric heat capacity [J/(m³K)]

References

1

Gehlin, S. (2002). Thermal Response Test: Method, Development and Evaluation (Ph.D. dissertation). Department of Environmental Engineering, Luleå University of Technology, Sweden.