Main Content

Orifice with Variable Area Slot

(To be removed) Hydraulic variable orifice shaped as rectangular slot

The Hydraulics (Isothermal) library will be removed in a future release. Use the Isothermal Liquid library instead. (since R2020a)

For more information on updating your models, see Upgrading Hydraulic Models to Use Isothermal Liquid Blocks.

Library

Orifices

  • Orifice with Variable Area Slot block

Description

The block models a variable orifice created by a cylindrical sharp-edged spool and a rectangular slot in a sleeve. The flow rate through the orifice is proportional to the orifice opening and to the pressure differential across the orifice. The flow rate is determined according to the following equations:

q=CDA(h)2ρΔp(Δp2+pCr2)1/4,

Δp=pApB,

h=x0+x·or

A(h)={Aleakif bh<Aleakbhotherwise 

where

qFlow rate
pPressure differential
pA, pBGauge pressures at the block terminals
CDFlow discharge coefficient
A(h)Instantaneous orifice passage area
bWidth of the orifice slot
x0Initial opening
xSpool displacement from initial position
hOrifice opening
orOrifice orientation indicator. The variable assumes +1 value if a spool displacement in the globally assigned positive direction opens the orifice, and –1 if positive motion decreases the opening.
ρFluid density
AleakClosed orifice leakage area
pcrMinimum pressure for turbulent flow

The minimum pressure for turbulent flow, pcr, is calculated according to the laminar transition specification method:

  • By pressure ratio — The transition from laminar to turbulent regime is defined by the following equations:

    pcr = (pavg + patm)(1 – Blam)

    pavg = (pA + pB)/2

    where

    pavgAverage pressure between the block terminals
    patmAtmospheric pressure, 101325 Pa
    BlamPressure ratio at the transition between laminar and turbulent regimes (Laminar flow pressure ratio parameter value)
  • By Reynolds number — The transition from laminar to turbulent regime is defined by the following equations:

    pcr=ρ2(RecrνCDDH)2

    DH=4Aπ

    where

    DHInstantaneous orifice hydraulic diameter
    νFluid kinematic viscosity
    RecrCritical Reynolds number (Critical Reynolds number parameter value)

The block positive direction is from port A to port B. This means that the flow rate is positive if it flows from A to B and the pressure differential is determined as Δp=pApB,. Positive signal at the physical signal port S opens or closes the orifice depending on the value of the parameter Orifice orientation.

Basic Assumptions and Limitations

  • Fluid inertia is not taken into account.

Parameters

Orifice width

The width of the rectangular slot. The default value is 1e-2 m.

Flow discharge coefficient

Semi-empirical parameter for orifice capacity characterization. Its value depends on the geometrical properties of the orifice, and usually is provided in textbooks or manufacturer data sheets. The default value is 0.7.

Initial opening

Orifice initial opening. The parameter can be positive (underlapped orifice), negative (overlapped orifice), or equal to zero for zero lap configuration. The value of initial opening does not depend on the orifice orientation. The default value is 0.

Orifice orientation

The parameter is introduced to specify the effect of the orifice control member motion on the valve opening. The parameter can be set to one of two options: Opens in positive direction or Opens in negative direction. The value Opens in positive direction specifies an orifice whose control member opens the valve when it is shifted in the globally assigned positive direction. The parameter is extremely useful for building a multi-orifice valve with all the orifices being controlled by the same spool. The default value is Opens in positive direction.

Laminar transition specification

Select how the block transitions between the laminar and turbulent regimes:

  • Pressure ratio — The transition from laminar to turbulent regime is smooth and depends on the value of the Laminar flow pressure ratio parameter. This method provides better simulation robustness.

  • Reynolds number — The transition from laminar to turbulent regime is assumed to take place when the Reynolds number reaches the value specified by the Critical Reynolds number parameter.

Laminar flow pressure ratio

Pressure ratio at which the flow transitions between laminar and turbulent regimes. The default value is 0.999. This parameter is visible only if the Laminar transition specification parameter is set to Pressure ratio.

Critical Reynolds number

The maximum Reynolds number for laminar flow. The value of the parameter depends on the orifice geometrical profile. You can find recommendations on the parameter value in hydraulics textbooks. The default value is 12. This parameter is visible only if the Laminar transition specification parameter is set to Reynolds number.

Leakage area

The total area of possible leaks in the completely closed valve. The main purpose of the parameter is to maintain numerical integrity of the circuit by preventing a portion of the system from getting isolated after the valve is completely closed. The parameter value must be greater than 0. The default value is 1e-12 m^2.

 Restricted Parameters

Global Parameters

Parameters determined by the type of working fluid:

  • Fluid density

  • Fluid kinematic viscosity

Use the Hydraulic Fluid block or the Custom Hydraulic Fluid block to specify the fluid properties.

Ports

The block has the following ports:

A

Hydraulic conserving port associated with the orifice inlet.

B

Hydraulic conserving port associated with the orifice outlet.

S

Physical signal port to control spool displacement.

The flow rate is positive if fluid flows from port A to port B. Positive signal at the physical signal port S opens or closes the orifice depending on the value of the parameter Orifice orientation.

Extended Capabilities

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

Version History

Introduced in R2006a

collapse all

R2023a: To be removed

The Hydraulics (Isothermal) library will be removed in a future release. Use the Isothermal Liquid library instead.

For more information on updating your models, see Upgrading Hydraulic Models to Use Isothermal Liquid Blocks.