Main Content

Y-Junction (IL)

Y-junction in an isothermal liquid system

Since R2023a

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

Description

The Y-Junction (IL) block models a Y-junction consisting of a main branch and a side branch in an isothermal liquid network. The path between ports A and B is the main branch. The path between ports A and C or between ports B and C is the side branch.

Flow Direction

The flow is converging when the flow through port C merges into the main flow. The flow is diverging when the branch flow splits from the main flow.

The block uses mode charts to determine each loss coefficient for a given flow configuration. This table describes the conditions and coefficients when the Loss coefficient model parameter is Custom.

Flow ScenarioABCKAKBKC
Stagnant1 or last valid value 1 or last valid value1 or last valid value
Diverging from node A>thresh<-ṁthresh<-ṁthresh0Kmain,divKside,div
Diverging from node B<-ṁthresh>thresh<-ṁthreshKmain,div0Kside,div
Converging to node A<-ṁthresh>thresh>thresh0Kmain,convKside,conv
Converging to node B>thresh<-ṁthresh>threshKmain,conv0Kside,conv
Converging to node C (branch) >thresh>thresh<-ṁthresh(Kmain,conv + Kside,conv)/2(Kmain,conv + Kside,conv)/20
Diverging from node C (branch)<-ṁthresh<-ṁthresh>thresh(Kmain,div + Kside,div)/2(Kmain,div + Kside,div)/20

This table describes the conditions and coefficients when the Loss coefficient model parameter is Idel'chik correlation.

Flow ScenarioABCKAKBKC
Stagnant1 or last valid value1 or last valid value1 or last valid value
Diverging from node A — Invalid>thresh<-ṁthresh<-ṁthresh011
Diverging from node B<-ṁthresh>thresh<-ṁthreshKmain,div0Kside,div
Converging to node A — Invalid<-ṁthresh>thresh>thresh011
Converging to node B>thresh<-ṁthresh>threshKmain,conv0Kside,conv
Converging to node C (branch) — Invalid>thresh>thresh<-ṁthresh11 0
Diverging from node C (branch) — Invalid<-ṁthresh<-ṁthresh>thresh110

In stagnant flow, the mass flow rate conditions do not match any defined flow scenario. Stagnant flow is permitted at the start of the simulation, but the block does not revert to stagnant flow after it has achieved another mode. The mass flow rate threshold, which is the point at which the flow in the pipe begins to reverse direction, is

m˙thresh=Recυρ¯π4Amin,

where:

  • Rec is the Critical Reynolds number parameter, beyond which the transitional flow regime begins.

  • ν is the fluid viscosity.

  • ρ¯ is the average fluid density.

  • Amin is the smallest cross-sectional area in the pipe junction.

Idel'chik Correlation Coefficient Model

When you set the Loss coefficient model parameter to Idel'chik correlation, the block calculates the pipe loss coefficients according to [1].

Flow Configuration

The block supports two flow configurations between the main branch from ports A and B and the side branch from port C. The side branch is offset from the main branch at an angle α, which is the value of the Junction angle between (A-C) parameter.

In a converging flow, the flow enters at ports A and C and exits at port B.

In a diverging flow, the flow enters at port B and exits at ports A and C.

You can control the block behavior in a prohibited flow configuration by using the Report when flow configuration is invalid parameter. If the Report when flow configuration is invalid parameter is set to None or Warning, the model continues to run in the prohibited flow configuration, but the results may not be correct.

Converging Flow

For a converging flow, the block calculates the loss coefficient of the side branch between ports C and B using a simplified version of Idel'chik that assumes the area of the main branch is constant. The loss coefficient of the side branch is

Kside,conv=[1+(m˙Cm˙BABAC)22(ABAA)(1m˙Cm˙B)22cosαABAC(m˙Cm˙B)2][m˙Cm˙BACAB]2,

where:

  • m˙A,m˙B,m˙C are the mass flow rates from rates at ports A, B, and C, respectively.

  • AA, AB, AC are fitting coefficients for ports A, B, and C, respectively.

The block calculates the loss coefficient of the main branch between ports A and B using a simplified version of Idel'chik that assumes the main branch area is constant and QC=QB+QS, where Q is the volumetric flow rate through the specified port. The main branch loss coefficient is

Kmain,conv=[1(1m˙Cm˙B)22cosαABAC(m˙Cm˙B)2][1(m˙Cm˙B)2]1.

Diverging Flow

For a diverging flow, the block calculates the loss coefficient of the side branch between ports C and B as

Kside,div=A[1+(m˙Cm˙BABAC)22cosαm˙Cm˙BABAC][m˙Cm˙BACAB]2,

where

A'=12[1+tanh(4(RA0.8)0.8)]+0.92[1tanh(4(RA0.8)0.8)]

and

RA=m˙C2+m˙thresh2m˙B2+m˙thresh2.

The block calculates the loss coefficient of the main branch between ports A and B as

Kmain,div=0.4(1m˙Am˙BABAA)2(m˙Am˙B)2.

Custom Y-Junction

When you set the Loss coefficient model parameter to Custom, the block calculates the pipe loss coefficient at each port, K, based on the user-defined loss parameters for converging and diverging flow and mass flow rate at each port. You must specify Kmain,conv, Kmain,div, Kside,conv, and Kside,div as the Main branch converging loss coefficient, Main branch diverging loss coefficient, Side branch converging loss coefficient, and Side branch diverging loss coefficient parameters, respectively. The custom loss coefficient model behavior for the Y-junction is the same as for the custom T-junction.

Mass and Momentum Balance

The block conserves mass in the junction such that

m˙A+m˙B+m˙C=0.

Flow through the pipe junction behaves according to the momentum conservation equations between ports A, B, and C:

pApI=IA+KA2ρ¯Amain2m˙Am˙A2+m˙thresh2pBpI=IB+KB2ρ¯Amain2m˙Bm˙B2+m˙thresh2pCpI=IC+KC2ρ¯Aside2m˙Cm˙C2+m˙thresh2

where I represents the fluid inertia, and

IA=m¨AπAsideAmainIB=m¨BπAsideAmainIC=m¨CπAmainAside

Amain is the Main branch area (A-B) parameter and Aside is the Side branch area (C) parameter.

Variables

To set the priority and initial target values for the block variables prior to simulation, use the Initial Targets section in the block dialog box or Property Inspector. For more information, see Set Priority and Initial Target for Block Variables.

Nominal values provide a way to specify the expected magnitude of a variable in a model. Using system scaling based on nominal values increases the simulation robustness. Nominal values can come from different sources, one of which is the Nominal Values section in the block dialog box or Property Inspector. For more information, see Modify Nominal Values for a Block Variable.

Ports

Conserving

expand all

Isothermal liquid conserving port associated with the liquid entrance or exit of the junction.

Isothermal liquid conserving port associated with the liquid entrance or exit of the junction.

Isothermal liquid conserving port associated with the liquid entrance or exit of the junction.

Parameters

expand all

Angle of the side branch offset with respect to the main branch.

Area of connecting pipe between ports A and B.

Area of connecting pipe between port C and the main branch.

Junction loss coefficient model. Set this parameter to Custom to specify individual diverging and converging loss coefficients for each flow path segment.

Simulation warning mode for operating conditions outside the valid flow configurations. If you select Warning, the block generates a warning for conditions outside the valid flow configurations. The warning does not cause simulation to stop. If you select Error, the simulation will stop for conditions outside the valid flow configurations.

Dependencies

To enable this parameter, set Loss coefficient model to Idel'chik correlation.

Loss coefficient for pressure loss calculations between ports A and B for converging flow.

Dependencies

To enable this parameter, set Loss coefficient model to Custom.

Loss coefficient for pressure loss calculations between ports A and B for diverging flow.

Dependencies

To enable this parameter, set Loss coefficient model to Custom.

Loss coefficient for pressure loss calculations between port C and the main line for converging flow.

Dependencies

To enable this parameter, set Loss coefficient model to Custom.

Loss coefficient for pressure loss calculations between port C and the main line for diverging flow.

Dependencies

To enable this parameter, set Loss coefficient model to Custom.

Upper Reynolds number limit for laminar flow through the junction.

References

[1] Idel’chik, I. E. Handbook of hydraulic resistance: Coefficients of local resistance and of friction. Jerusalem: Israel Program for Scientific Translations, 1966.

Extended Capabilities

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

Version History

Introduced in R2023a