modelSingleBuriedPipe
Example model of a single buried pipe
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example showcases the ground thermal coupling for a single uninsulated
buried pipe operating around ambient temperature (20°C).
Both design flow direction and reverse flow direction
(components with suffix Rev) are simulated.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.GroundTemperature.ClimaticConstants.Boston | cliCon | Surface temperature climatic conditions | |
| Modelica.Units.SI.Temperature | Tin | 293.15 | Mean inlet temperature |
| Buildings.HeatTransfer.Data.Soil.Generic | soiDat | Soil thermal properties |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| FixedResistances.PlugFlowPipe | pip | Buried pipe | |
| Buildings.Fluid.FixedResistances.BuriedPipes.GroundCoupling | gro | Ground coupling | |
| Modelica.Blocks.Sources.Sine | TInlSig | Pipe inlet temperature signal | |
| Sources.MassFlowSource_T | sou | Flow source | |
| Sensors.TemperatureTwoPort | senTemInl | Pipe inlet temperature sensor | |
| Sources.Boundary_pT | sin | Boundary condition | |
| Sensors.TemperatureTwoPort | senTemOut | Pipe outlet temperature sensor | |
| FixedResistances.PlugFlowPipe | pipRev | Buried pipe | |
| GroundCoupling | groRev | Ground coupling | |
| Sensors.TemperatureTwoPort | senTemOutRev | Pipe outlet temperature sensor | |
| Sensors.TemperatureTwoPort | senTemInlRev | Pipe outlet temperature sensor | |
| Sources.MassFlowSource_T | souRev | Flow source | |
| Sources.Boundary_pT | sinRev | Boundary condition |
Contents
| Name | Description |
|---|---|
| Medium in the pipe |
Revisions
-
December 7, 2023, by Ettore Zanetti:
MovedBuriedPipespackage
This is for issue 3431. -
September 14, 2021, by Michael Wetter:
Updated example for new pipe model. -
March 17, 2021, by Baptiste Ravache:
First implementation.