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
Buildings.Fluid.Geothermal.Borefields.Data.Borefield.ExampleborFieDatBorefield data

Components

TypeNameDefaultDescription
Buildings.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.BaseClasses.InternalHEXOneUTubeintHex
Buildings.HeatTransfer.Sources.FixedTemperaturefixedTemperature
Buildings.Fluid.Sources.MassFlowSource_Tboundary
Buildings.Fluid.Sources.MassFlowSource_Tboundary1
Buildings.Fluid.Sources.Boundary_pTbou
RealRb_sim((senTem.T + senTem1.T)/2 - intHex.port_wall.T)/max(-intHex.port_wall.Q_flow/hSeg, 1)
Buildings.Fluid.Sensors.TemperatureTwoPortsenTem
Buildings.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.