modelTemperatureResponseMatrix
This validation case tests the calculation of thermal resposne factors
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This validation case calculates the thermal response matrix for a field of 3 boreholes divided into 2 zones.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[8,8,7] | kappa | Buildings.Fluid.Geothermal.ZonedBorefields.BaseClasses.HeatTransfer.temperatureResponseMatrix(nBor = 3, cooBor = {{0, 0}, {0, 5}, {5, 0}}, hBor = 150, dBor = 4, rBor = 0.075, aSoi = 1e-6, kSoi = 2, nSeg = 4, nZon = 2, iZon = {1, 2, 1}, nBorPerZon = {2, 1}, nu = {300, 3600, 86400, 604800, 2592000, 31536000, 315360000}, nTim = 7, sha = "TemperatureResponseMatrix_zonedBorefield_validation") | Resulting temperature response matrix |
Revisions
-
March 20, 2026, by Michael Wetter:
Corrected type declaration of g-function.
This is for Buildings, #4501. -
February 2024, by Massimo Cimmino:
First implementation.