Main Content

Partially Filled Pipe (TL)

Pipe with variable liquid volume in an thermal liquid system

Since R2022a

Libraries:
Simscape / Fluids / Isothermal Liquid / Pipes & Fittings

Description

The Partially Filled Pipe (TL) block represents a pipe with the capacity for varying internal liquid levels. The pipe may also become completely dry during simulation.

In addition to liquid connections at ports A and B, port AL receives the inlet liquid level from connected blocks as a physical signal. If the value at AL is greater than zero, A is submerged. If the value at AL is less than or equal to zero, the port is exposed. The pipe liquid level is transmitted as a physical signal to connecting blocks at port L.

Port A is always higher than port B. If port A becomes exposed, the pipe can be filled through port B. When fluid enters the pipe through port B, the mass flow rate through port A is 0 until the pipe is fully filled, at which point m˙A=m˙B.

When to Use the Partially Filled Pipe (TL) Block

This block can be used in conjunction with the Tank (TL) block when fluid levels are expected to fall below the tank inlet. Multiple Partially Filled Pipe (TL) blocks can also be connected in series or parallel. However, because the block can only be filled at port B, if port A of one block in a parallel configuration becomes exposed, it may not be possible to refill this pipe if its connection at port B cannot refill the pipe.

Pressure Loss Over the Pipe

The pressure differential over the pipe, pApB, comprises losses due to wall friction and hydrostatic pressure differences between the liquid surface height and the liquid height at port A:

pApB=Δploss+Δpelev.

Friction losses depend on the fluid regime in the pipe. If the flow is laminar, the friction losses are:

Δploss=m˙BυfsL^2Dh2A2,

where:

  • ν is the fluid kinematic viscosity.

  • fS is the Laminar friction constant for Darcy friction factor.

  • L^ is the sum of the pipe length and its Aggregate equivalent length of local resistances, in proportion to the pipe fill level: L^=(L+Ladd)llmax.

  • l, lmax are the liquid level and the Elevation drop from port A to port B, respectively.

  • Dh is the pipe hydraulic diameter. If the pipe cross-section is not circular, the hydraulic diameter is the equivalent circular diameter.

If the flow is turbulent, the friction losses are:

Δploss=m˙B|m˙B|fL^2ρDh2A2.

f is the Darcy friction factor for turbulent flows, which is determined by the empirical Haaland correlation:

f={1.8log10[6.9Re+(ε3.7Dh)1.11]}2,

where ε is the Internal surface absolute roughness parameter. The Reynolds number is based on the mass flow rate at port B and the pipe hydraulic diameter.

The hydrostatic pressure difference is Δpelev=ρgl.

Mass Flow Rate

The flow in the pipe is dictated by the internal fluid level and the conditions at port B. The pipe can be filled or drained at B if the pipe is partially empty. If the pipe is fully filled, m˙A=m˙B., and mass is conserved:

m˙A+m˙B=0.

The block determines the mass of fluid in the pipe by the relative fill level of the pipe:

M=ρALllmax.

Energy Balance

The block balances energy flow such that when port A is submerged,

McvdTdt=ϕA+ϕBm˙Bgl.

When port A is exposed,

McvdTdt=ϕA+ϕBm˙Bhm˙Bgl,

where cv is the specific heat at constant volume, T is the fluid temperature, and h is the specific enthalpy.

Assumptions and Limitations

This block does not account for dynamic compressibility or fluid inertia, and does not model the dynamics of air (or second liquid) in the pipe.

Ports

Conserving

expand all

Thermal liquid conserving port. Port A is always higher than port B. When port A is submerged, m˙A=m˙B.. When port A is exposed, m˙A=0.

Thermal liquid conserving port. Port A is always higher than port B. When port A is submerged, m˙A=m˙B. When port A is exposed, any flow into or out of port B changes the liquid level in the pipe. A dry or partially dry pipe can only be filled through port B.

Input

expand all

Relative liquid level of the connected block in m, specified as a physical signal. If the signal at AL is positive, the pipe end is submerged. Otherwise the port is exposed.

Output

expand all

Liquid level in the pipe in m, returned as a physical signal..

Parameters

expand all

Geometry

Pipe length.

Cross-sectional area of the pipe.

Hydraulic diameter used in calculations of the pipe Reynolds number. For non-circular pipes, the hydraulic diameter is the effective diameter of the fluid in the pipe. For circular pipes, the hydraulic diameter and pipe diameter are the same.

Vertical change in elevation of the pipe. Port A is always higher than port B.

Liquid level in the pipe at the beginning of the simulation.

Whether to notify if no liquid is in the pipe. Set this parameter to Warning if you would like to receive a warning when this occurs during simulation. Set the parameter to Error if you would like the simulation to stop when this occurs.

Acceleration of gravity constant.

Friction

Length of pipe that would produce the equivalent hydraulic losses as would a pipe with bends, area changes, or other non-uniform attributes.

Pipe wall absolute roughness. This parameter is used to determine the Darcy friction factor, which contributes to pressure loss in the pipe.

Upper Reynolds number limit to laminar flow. Beyond this number, the fluid regime is transitional and approaches the turbulent regime and becomes fully turbulent at the Turbulent flow lower Reynolds number limit.

Lower Reynolds number limit for turbulent flow. Below this number, the flow regime is transitional and approaches laminar flow and becomes fully laminar at the Laminar flow upper Reynolds number limit.

Pipe friction constant for laminar flows. The laminar Darcy friction factor captures the contribution of wall friction in pressure loss calculations.

Initial Conditions

Liquid temperature at the beginning of the simulation.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2022a