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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSeg | 10 | Number of segments to use in vertical discretization of the boreholes |
| Modelica.Units.SI.Length | hSeg | borFieDat.conDat.hBor/nSeg | Length of the internal heat exchanger |
| Buildings.Fluid.Geothermal.Borefields.Data.Borefield.Example | borFieDat | Borefield data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Geothermal.Borefields.BaseClasses.Boreholes.BaseClasses.InternalHEXTwoUTube | intHex | ||
| Buildings.HeatTransfer.Sources.FixedTemperature | fixedTemperature | ||
| Buildings.Fluid.Sources.MassFlowSource_T | boundary | ||
| Buildings.Fluid.Sources.MassFlowSource_T | boundary1 | ||
| Buildings.Fluid.Sources.Boundary_pT | bou | ||
| Real | Rb_sim | ((senTem.T + senTem1.T + senTem2.T + senTem3.T)/4 - intHex.port_wall.T)/max(-intHex.port_wall.Q_flow/hSeg, 1) | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem | ||
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem1 | ||
| Modelica.Blocks.Sources.RealExpression | realExpression | ||
| Modelica.Blocks.Sources.Constant | Rb_ref | ||
| Modelica.Blocks.Math.Add | error | ||
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem2 | ||
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem3 |
Contents
| Name | Description |
|---|---|
Revisions
-
May 17, 2024, by Michael Wetter:
Updated model due to removal of parameterdynFil.
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.