modelBoreholeOneUTube

Test for the single U-tube borehole model

Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.Examples.BaseClasses.PartialBorehole (Partial model for borehole example models).

Information

This example illustrates the use of the Buildings.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.OneUTubes model. It simulates the behavior of a borehole with a prescribed borehole wall temperature boundary condition.

Parameters

TypeNameDefaultDescription
IntegernSeg (from PartialBorehole)10Number of segments to use in vertical discretization of the boreholes
Modelica.Units.SI.TemperatureT_start (from PartialBorehole)273.15 + 22Initial soil temperature
Buildings.Fluid.Geothermal.Borefields.Data.Borefield.ExampleborFieDat (from PartialBorehole)Borefield parameters

Components

TypeNameDefaultDescription
Buildings.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.BaseClasses.PartialBoreholeborHol (from PartialBorehole)
Buildings.Fluid.Sources.MassFlowSource_Tsou (from PartialBorehole)Source
Buildings.Fluid.Sources.Boundary_pTsin (from PartialBorehole)Sink
Buildings.Fluid.Sensors.TemperatureTwoPortTBorIn (from PartialBorehole)Inlet borehole temperature
Buildings.Fluid.Sensors.TemperatureTwoPortTBorOut (from PartialBorehole)Outlet borehole temperature
Buildings.HeatTransfer.Sources.FixedTemperature[nSeg]preTem (from PartialBorehole)Prescribed temperature

Revisions

  • July 10, 2018, by Alex Laferrière:
    Adjusted the example following major changes to the Buildings.Fluid.HeatExchangers.Ground package. Additionally, implemented a partial example model.
  • August 30, 2011, by Pierre Vigouroux:
    First implementation.