Orifice with Pressure-Dependent Area
Orifice with table-based pressure-dependent opening area
Description
Equations
Variables
Connections
Parameters
The Orifice with Pressure-Dependent Area (or Orifice Pressure Dependent Area) component component models a sharp-edged orifice whose orifice varies with the pressure across the device.
The orifice area is computed as a function of the pressure difference between port A and port B from a data table containing values of pressure difference vs the corresponding orifice area. Based on the orifice area, the pressure vs flow rate relationships are derived by the formulation used in the Orifice component.
If A⁡−dp=−A⁡dp, then the symmetric parameter can be assigned true and only the first quadrant of the A vs dp curve needs to be defined in the table.
Formulation Approaches
One of two approaches can be selected for modeling the flow in 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 (Cd⁡max) and a critical flow number (Critno) are used.
Pressure vs Area
For this component, the orifice area must be specified as a function of the pressure difference in the form of a table. The following parameters allows users to specify the necessary data for this calculation.
Data Source: This parameter allows users to specify the nature of the source file for the Pressure vs. Area table. The available options are file, attachment, and inline.
file: Use this option to specify a source file (an Excel or a CSV file) located on the hard drive. Use the A⁡dP parameter to browse to and/or select the data file. The data file will not be attached to the MapleSim model.
attachment: Use this option to specify a data file (an Excel or a CSV file) that is attached to the MapleSim model. To be used as an attachment, data files must be attached to the MapleSim model and be categorized under Data Sets. The attached files in a MapleSim model can be viewed in the Attachments pane under the Data Sets section. For more information, see Attaching a File to a Model. If the required file is not already attached to the MapleSim model, use the A⁡dP parameter to attach a new file.
Note:
If the file option is used, subsequent changes to the source file will be incorporated into MapleSim simulations
If the attachment option is used, subsequent changes to the source file will not affect the version attached to the MapleSim model. To ensure updates to the source files are incorporated in the simulation, the file must be reattached.
The Data Generation App can be used to generate table data from mathematical functions using Maple code. For more information about MapleSim apps, see Using MapleSim Apps.
inline: Use this option to directly specify the pressure vs. area relationship in the form of a table. In the A⁡dP parameter, enter an m×2 matrix. The first column must contain values of pressure difference and the second column must contain corresponding values of the area.
Note: To change the dimensions of table, right-click (Control-click for Mac®) the parameter field and select Edit Matrix Dimensions. In the Matrix Dimensions dialog, enter values for the number or rows and columns and then click OK.
Skip rows: This option allows users to specify the number of top rows to be ignored during the calculations. This option can be useful when the Excel file contains header information.
Smooth: The smooth option specifies how the data table is interpolated.
Pressure difference unit: This option specifies the unit of pressure used in the supplied data.
Area unit: This option specifies the unit of area used in the supplied data.
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.
Ai=Interpolate1D⁡A⁡dP,{psymmetricpotherwise,smoothness,skipRows
Acs=max⁡minArea,AiareaScale
p=pA−pB
Orifice Fluid Equations
{p=π4⁢ρ⁢ν⁢qCd2⁢Acs⁢π⁢Acs⁢16⁢q4π2⁢Acs2⁢ν4+ReCr414Use constant Cd=trueq=Cd⁡max⁢tanh⁡4⁢Acsπ⁢2⁢pρν⁢Critno⁢Acs⁢2⁢pρ⁢sign⁡potherwise
Optional Volume Equations
VfA={Va⁢1+pAElUse volume A=true0otherwiseVfB={Vb⁢1+pBElUse volume B=true0otherwise
q=qA−qVA=−qB−qVB
qVA={dVfAdtUse volume A=true0otherwiseqVB={dVfBdtUse volume B=true0otherwise
Name
Units
Modelica ID
p
Pa
Pressure drop from A to B
pX
Pressure at port X
q
m3s
Flow rate from A to B
qVX
Flow rate into port X's optional volume
VfX
m3
Effective volume at port X
portA
Upstream hydraulic port
portB
Downstream hydraulic port
General
Default
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
ReCr
12
Reynolds number at critical flow; used when Use constant Cd is true
Coeff
Maximum flow-discharge coefficient; used when Use constant Cd is false
Critno
1000
Critical flow number; used when Use constant Cd is false
Crit_no
Area vs. Pressure
symmetric
True (checked) means the data for positive pressure difference is used for both directions
Data source
inline
datasourcemode
A⁡dP
[1]
Data set
table
Skip rows
0
Number of rows to skip
skipRows
Smooth
linear
Smoothness of table interpolation
smoothness
Pressure difference unit
kPa
Unit of pressure used in the data
pressUnit
Area unit
cm2
Unit of area used in the data
areaUnit
[1] 0,0;100,1;100,1
Use volume A
false
True (checked) means a hydraulic volume chamber is added to portA
useVolumeA
VA
1·10−6
Volume of chamber A
Va
Use volume B
True (checked) means a hydraulic volume chamber is added to portB
useVolumeB
VB
Volume of chamber B
Vb
For more information see Port Volumes.
Fluid Parameters
The following parameters, used in the equations, are properties of the Hydraulic System Properties component used in the model.
ν
m2s
Kinematic viscosity of fluid
nu
ρ
kgm3
Density of fluid
rho
El
Bulk modulus of fluid
See Also
Hydraulics Library
Restrictions
Download Help Document