modelNonCircularPipes

Comparing a circular with a non-circular pipe

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

In this example two pipes are used to demonstrate the use of circular (default) and non-circular pipes, where the topmost pipe is circular with a length of 100 m and an inner diameter of 10 mm and the second pipe is a circular ring pipe with inner diameter of 5 mm and an outer diameter of 15 mm.

Both pipes are connected to a pT source (water, 293.15 K, 10 bar) and a mass flow sink (0.1 kg/s inflow).

Although the hydraulic diameter of both pipes are the same, the different cross sections lead to different velocities and by this different outlet pressures (7.324 bar for the circular pipe versus 9.231 bar for the circular ring pipe).

NonCircularPipes.png

Parameters

TypeNameDefaultDescription
Realodim0.015
Realidim0.005

Components

TypeNameDefaultDescription
Modelica.Fluid.Systemsystem
Modelica.Fluid.Sources.Boundary_pTboundary
Modelica.Fluid.Sources.MassFlowSource_Tmassflowsink1
Modelica.Fluid.Sources.MassFlowSource_Tmassflowsink2
Modelica.Fluid.Pipes.DynamicPipecircular_pipe
Modelica.Fluid.Pipes.DynamicPipeannulus_pipe

Contents

NameDescription
Medium

Revisions

  • January 6, 2015 by Alexander Täschner:
    First implementation.