modelPipeGroundCoupling
Example model for pipe ground coupling model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example shows how to use model Buildings.Fluid.FixedResistances.BuriedPipes.PipeGroundCoupling and compares the fluid output temperature with and without ground layer.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSoi | 4 | Number of probed depths |
| Modelica.Units.SI.Length[nSoi] | dep | {0, 2, 5, 9} | Probed depths |
| Modelica.Units.SI.Length | length | 100 | Pipe length |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 3 | Mass flow rate |
| Modelica.Units.SI.Temperature | Tin | 273.15 + 11.5 | Mean inlet temperature |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.FixedResistances.BuriedPipes.PipeGroundCoupling | pipeGroundCoupling | ||
| Fluid.Sources.MassFlowSource_T | sou | Flow source | |
| Fluid.Sensors.TemperatureTwoPort | senTemIn | Temperature sensor | |
| Fluid.FixedResistances.PlugFlowPipe | pip | Pipe | |
| Fluid.Sensors.TemperatureTwoPort | senTemOut | Temperature sensor | |
| Fluid.Sources.Boundary_pT | sin | Pressure boundary condition | |
| Fluid.Sources.MassFlowSource_T | souNoGro | Flow source | |
| Fluid.Sensors.TemperatureTwoPort | senTemInNoGro | Temperature sensor | |
| Fluid.FixedResistances.PlugFlowPipe | pipNoGro | Pipe | |
| Fluid.Sensors.TemperatureTwoPort | senTemOutNoGro | Temperature sensor | |
| Modelica.Blocks.Sources.Sine | TInlSig | Pipe inlet temperature signal |
Contents
| Name | Description |
|---|---|
| Medium in the pipe |
Revisions
-
April 10, 2023, by Ettore Zanetti:
First implementation.