Main Content

Variable Orifice Between Round Holes

(To be removed) Hydraulic variable orifice at intersection of two holes

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

  • Variable Orifice Between Round Holes block

Description

The Variable Orifice Between Round Holes block models a variable orifice created by two interacting round holes. These holes can have different diameters. One hole is located in the sleeve, while the other is drilled in the case, with the sleeve sliding along the case. Such a configuration is frequently seen in cartridge valves, as shown in this 3-way valve schematic.

The block can contain multiple identical interacting pairs of holes. The following schematic shows the calculation diagram for one such pair of round holes, where

sSleeve displacement from initial position
cDistance between hole centers
dsSleeve hole diameter
dcCase hole diameter

The flow rate through the orifice is proportional to the orifice area and to the pressure differential across the orifice, according to these equations:

A={Aleakfor c(r+R) Aleak+r2acos(c2+r2R22cr)+R2acos(c2r2+R22cr)12(c+r+R)(c+Rr)(c+rR)(c+r+R)for c < (r+R)

q=zCDA2ρp(p2+pcr2)1/4

Δp=pApB,

where

qFlow rate
pPressure differential
pA, pBGauge pressures at the block terminals
AInstantaneous passage area between orifices
cInstantaneous distance between hole centers
rSmaller hole radius
RLarger hole radius
zNumber of hole pairs
CDFlow discharge coefficient
ρ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=π4A(RecrCD)2ρν22

    where

    ν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. Positive signal at port S moves the sleeve in the positive direction.

Basic Assumptions and Limitations

Inertial effects are not taken into account.

Parameters

Sleeve hole diameter

Diameter of the holes drilled in the sleeve. The default value is 0.005 m.

Case hole diameter

Diameter of the holes drilled in the case. The default value is 0.0054 m.

Number of interacting pairs

Number of interacting hole pairs. The default value is 1.

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.

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 orifice. 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 orifice is completely closed. The parameter value must be greater than 0. The default value is 1e-12 m^2.

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 that provides the instantaneous value of the distance between the hole centers.

Extended Capabilities

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

Version History

Introduced in R2014b

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.