modelInternalHEXOneUTube

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

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

Information

This example simulates the interior thermal behavior of a single 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.InternalHEXOneUTubeintHex
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)/2 - 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

Contents

NameDescription
Medium

Revisions

  • May 15, 2019, by Jianjun Hu:
    Replaced fluid source FixedBoundary with Boundary_pT. This is for #1072.
  • June 2018, by Damien Picard:
    First implementation.