Main Content

Flow Resistance (MA)

General resistance in a moist air branch

  • Flow Resistance (MA) block

Libraries:
Simscape / Foundation Library / Moist Air / Elements

Description

The Flow Resistance (MA) block models a general pressure drop in a moist air network branch. The drop in pressure is proportional to the square of the mixture mass flow rate and inversely proportional to the mixture density. The constant of proportionality is determined from a nominal operating condition specified in the block dialog box. Set the Nominal mixture density parameter to zero to omit the density dependence.

Use this block when empirical data on the pressure losses and flow rates through a component is available, but detailed geometry information is unavailable.

The block equations use these symbols.

m˙Mass flow rate
ΦEnergy flow rate
pPressure
ρDensity
RSpecific gas constant
SCross-sectional area
KProportionality constant
hSpecific enthalpy
TTemperature

Subscripts a, w, and g indicate the properties of dry air, water vapor, and trace gas, respectively. Subscripts A and B indicate the appropriate port.

Mass balance:

m˙A+m˙B=0m˙wA+m˙wB=0m˙gA+m˙gB=0

Energy balance:

ΦA+ΦB=0

If the Nominal mixture density parameter value, ρnom, is greater than zero, then the block computes the pressure drop as

pApB=K1m˙Am˙A2+(flamm˙nom)2RTinpin

where:

  • flam is the fraction of nominal mixture mass flow rate for laminar flow transition.

  • pin is the inlet pressure (pA or pB, depending on flow direction).

  • Tin is the inlet temperature (TA or TB, depending on flow direction).

The proportionality constant is computed from the nominal flow conditions as

K1=Δpnomρnomm˙nom2

If the Nominal mixture density parameter is set to zero, then the block computes the pressure drop as

pApB=K2m˙Am˙A2+(flamm˙nom)2

where the proportionality constant is computed from the nominal flow conditions as

K2=Δpnomm˙nom2

The flow resistance is assumed adiabatic, so the mixture specific total enthalpies are equal

hA+12(m˙ARTASpA)2=hB+12(m˙BRTBSpB)2

Assumptions and Limitations

  • The resistance is adiabatic. It does not exchange heat with the environment.

  • The pressure drop is assumed to be proportional to the square of the mixture mass flow rate and inversely proportional to the mixture density.

Ports

Conserving

expand all

Moist air conserving port associated with the inlet or outlet of the flow resistance. This block has no intrinsic directionality.

Moist air conserving port associated with the inlet or outlet of the flow resistance. This block has no intrinsic directionality.

Parameters

expand all

Pressure drop from inlet to outlet at a known operating condition. The block uses the nominal parameters to calculate the constant of proportionality between the pressure drop and the mass flow rate.

Mass flow rate of the air mixture through the block at a known operating condition. The block uses the nominal parameters to calculate the constant of proportionality between the pressure drop and the mass flow rate.

Mass density of the moist air mixture inside the flow resistance at a known operating condition. The block uses the nominal parameters to calculate the constant of proportionality between the pressure drop and the mass flow rate. Set this parameter to zero to ignore the dependence of the pressure drop on the air mixture density.

Flow area at the ports of the flow resistance. The ports are assumed to be identical in size.

Ratio of the threshold mass flow rate to the nominal mass flow rate of the air mixture. The block uses this parameter to set the threshold for the linearization of the pressure drop.

Extended Capabilities

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

Version History

Introduced in R2018a