modelPlugFlowPipeDiscretized
Simple example of discretized plug flow pipe
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Basic test of model Buildings.Fluid.FixedResistances.PlugFlowPipeDiscretized. This test includes an inlet temperature step under a constant mass flow rate.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSeg | 10 | Number of pipe segments |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Ramp | Tin | Ramp pressure signal | |
| Sources.Boundary_pT | sin | Pressure boundary condition | |
| Buildings.Fluid.FixedResistances.PlugFlowPipeDiscretized | pip | Pipe segments | |
| Buildings.HeatTransfer.Sources.FixedTemperature[nSeg] | bou | Boundary temperature | |
| Buildings.Fluid.Sources.MassFlowSource_T | sou | Flow source | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTemOut | Temperature sensor | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTemIn | Temperature sensor |
Contents
| Name | Description |
|---|---|
| Medium in the pipe |
Revisions
-
July 9, 2021, by Baptiste Ravache:
First implementation.