WOLFRAM SYSTEM MODELER

FlowFuse

Static flow fuse valve (normally open, closes on excess flow)

Diagram

Wolfram Language

In[1]:=
SystemModel["Hydraulic.Valves.FlowControl.Internal.FlowFuse"]
Out[1]:=

Information

This is a static model of a flow fuse (excess flow valve). The valve is normally fully open. When the pressure drop across the valve exceeds pMin (indicating high flow rate), the valve starts to close. At a pressure drop of pMax, the valve is fully closed. When the flow drops and the pressure drop decreases, the valve reopens automatically.

Since the pressure drop across a turbulent orifice is proportional to the square of the flow rate, the closing pressure thresholds correspond to flow rate thresholds.

The valve element has second-order dynamics characterized by mass m, spring stiffness k, and damping d. These determine the natural frequency ωn = √(k/m) and damping ratio ζ = d/(2√(km)). In a hydraulic ram, these correspond to the weight and inertia of the clack valve.

Limitations

This model does not contain lumped volumes, so it does not integrate the flow and compute the pressure at the ports.

Parameters (9)

medium

Value: Oil()

Type: Medium

Description: Medium in the component

Gleak

Value: 1e-020

Type: PressureDependentLeakage (m³/(s⋅Pa))

Description: Leakage when closed

pMin

Value: 500000

Type: Pressure (Pa)

Description: Pressure drop when valve starts to close

pMax

Value: 1000000

Type: Pressure (Pa)

Description: Pressure drop when valve is fully closed

AMax

Value: 0.0001

Type: Area (m²)

Description: Maximum opening area

Cd

Value: 0.62

Type: Real

Description: Coefficient of discharge for the opening

m

Value: 0.05

Type: Mass (kg)

Description: Mass of valve element

k

Value: 500

Type: Real (N/m)

Description: Spring stiffness (restoring force holding valve open)

d

Value: 5

Type: Real (N⋅s/m)

Description: Damping coefficient

Connectors (2)

port_b

Type: Port_b

Description: Port for hydraulic fluid (unfilled icon)

port_a

Type: Port_a

Description: Port for hydraulic fluid (filled icon)

Components (7)

medium

Type: Medium

Description: Medium in the component

flowAB

Type: ControlledOrifice

Description: Controlled restriction

spool

Type: SpoolH

Description: Pressure-to-opening conversion (fast, acts as static mapping)

invert

Type: Add

Description: Invert spool output: high pressure drop -> close valve

one

Type: Constant

Description: Generate constant signal of type Real

inertia

Type: SecondOrder

Description: Mass-spring-damper dynamics of valve element

limiter

Type: Limiter

Description: Constrain valve opening to [0, 1]