Pressure Reducing Valve - MapleSim Help

Online Help

All Products    Maple    MapleSim


Pressure Reducing Valve

Reducing valve with opening area linearly dependent on pressure difference

 

Description

Equations

Variables

Connections

Parameters

Description

The Pressure Reducing Valve component models a hydraulic reducing valve as a sharp-edge orifice with the orifice area dependent on the pressure across the valve.

The area varies linearly from Aopen to Aclose as the pressure varies from pcontract to pclose, and remains at the endpoints for pressures outside this range.

Based on the orifice area, the pressure vs flow rate relationships are derived by the formulation used in the Orifice component.

Formulation Approaches

Two approaches were taken for formulation of the flow equation inside the device. When the boolean parameter Use constant Cd is true, a constant coefficient of discharge (Cd) is used, otherwise a variable coefficient of discharge with maximum value (Cdmax) and a critical flow number (Critno) are used.

Optional Volumes

The boolean parameters Use volume A and Use volume B, when true, add optional volumes VA  and VB to ports A and B, respectively. See Port Volumes for details.

If two orifices or valves are connected, enabling a volume at the common port reduces the stiffness of the system and improves the solvability.

Equations

p=pApB

Orifice Fluid Equations

{p=π4ρνqCd2AcsπAcs16q4π2Acs2ν4+Cr414Use constant Cd=trueq=Cdmaxtanh4Acsπ2pρνCritnoAcs2pρsignpotherwise

Orifice Area Equations

{Acs=Ai=AtExact=trueAcs=minAopen,maxAclose,Ai,tcdAidt+Ai=Atotherwise

At&equals;{AcloseppcloseAclose&plus;ppcloseAopenAclosepopenpclosep<popenAopenotherwise

Optional Volume Equations

VfA&equals;{Va1&plus;pAElUse volume A&equals;true0otherwiseVfB&equals;{Vb1&plus;pBElUse volume B&equals;true0otherwise

q&equals;qAqVA&equals;qBqVB

qVA&equals;{dVfAdtUse volume A&equals;true0otherwiseqVB&equals;{dVfBdtUse volume B&equals;true0otherwise

Variables

Name

Units

Description

Modelica ID

p

Pa

Pressure drop from A to B

p

pX

Pa

Pressure at port X

pX

q

m3s

Flow rate from A to B

q

qX

m3s

Flow into port X

qX

Acs

m2

Cross-sectional area of orifice

Acs

Ai

m2

Filtered interpolated area

At

At

m2

Interpolated area

At

qVX

m3s

Flow rate into port X's optional volume

qVX

VfX

m3

Effective volume at port X

VfX

Connections

Name

Description

Modelica ID

portA

Upstream hydraulic port

portA

portB

Downstream hydraulic port

portB

Parameters

General

Name

Default

Units

Description

Modelica ID

pclose

2.1·107

Pa

Pressure at which valve is fully closed (A = Aclose)

pclose

pcontract

1.9·107

Pa

Pressure till which the valve is fully open (A = Aopen)

pcontract

Aclose

1·10−12

m2

Valve area when closed (leakage)

Aclose

Aopen

1·10−5

m2

Valve area when fully open

Aopen

Exact

false

 

When true (checked) a first-order dynamics is used for the valve area

Exact

tc

0.1

s

Time constant used in first-order dynamics; used when Exact&equals;true

tc

Orifice

Name

Default

Units

Description

Modelica ID

Use constant Cd

true

 

True (checked) means a constant coefficient of discharge is implemented, otherwise a variable Cd is used in flow calculation

UseConstantCd

Cd

0.7

 

Flow-discharge coefficient; used when Use constant Cd is true

Cd

Cr

12

 

Reynolds number at critical flow; used when Use constant Cd is true

ReCr

Cdmax

0.7

 

Maximum flow-discharge coefficient; used when Use constant Cd is false

Cd_max

Critno

1000

 

Critical flow number; used when Use constant Cd is false

Crit_no

Optional Volumes

Name

Default

Units

Description

Modelica ID

Use volume A

false

 

True (checked) means a hydraulic volume chamber is added to portA

useVolumeA

VA

1·10−6

m3

Volume of chamber A

Va

Use volume B

false

 

True (checked) means a hydraulic volume chamber is added to portB

useVolumeB

VB

1·10−6

m3

Volume of chamber B

Vb

For more information see Port Volumes.

See Also

Hydraulics Library

Valves