modelInternalHEXTwoUTube

Comparison of the effective borehole thermal resistance from the thermal network of Bauer et al. with the resistance calculated by doubleUTubeResistances (ref)

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example simulates the interior thermal behavior of a double U-tube borehole segment.

Parameters

TypeNameDefaultDescription
IntegernSeg10Number of segments to use in vertical discretization of the boreholes
Modelica.Units.SI.LengthhSegborFieDat.conDat.hBor/nSegLength of the internal heat exchanger
AixLib.Fluid.Geothermal.Borefields.Data.Borefield.ExampleborFieDatBorefield data

Components

TypeNameDefaultDescription
AixLib.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.BaseClasses.InternalHEXTwoUTubeintHex
Modelica.Thermal.HeatTransfer.Sources.FixedTemperaturefixedTemperature
AixLib.Fluid.Sources.MassFlowSource_Tboundary
AixLib.Fluid.Sources.MassFlowSource_Tboundary1
AixLib.Fluid.Sources.Boundary_pTbou
RealRb_sim((senTem.T + senTem1.T + senTem2.T + senTem3.T)/4 - intHex.port_wall.T)/max(-intHex.port_wall.Q_flow/hSeg, 1)
AixLib.Fluid.Sensors.TemperatureTwoPortsenTem
AixLib.Fluid.Sensors.TemperatureTwoPortsenTem1
Modelica.Blocks.Sources.RealExpressionrealExpression
Modelica.Blocks.Sources.ConstantRb_ref
Modelica.Blocks.Math.Adderror
AixLib.Fluid.Sensors.TemperatureTwoPortsenTem2
AixLib.Fluid.Sensors.TemperatureTwoPortsenTem3

Contents

NameDescription
Medium

Revisions

  • May 17, 2024, by Michael Wetter:
    Updated model due to removal of parameter dynFil.
    This is for IBPSA, #1885.
  • May 15, 2019, by Jianjun Hu:
    Replaced fluid source FixedBoundary with Boundary_pT. This is for #1072.
  • June 2018, by Damien Picard:
    First implementation.