modelThreeWayValveParameters
Model with parameters for a three-way valve
Information
Partial model that decribes the parameters of a three-way valve.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | activate_ThrWayVal | Activate the use of three-way valve: True-use three-way valve; False-not use the three-way valve | |
| Three-way Valve | |||
| Modelica.Units.SI.PressureDifference | dpThrWayVal_nominal | 6000 | Nominal pressure drop of fully open valve |
| Real | fraK_ThrWayVal | 0.7 | Fraction Kv(port_3→port_2)/Kv(port_1→port_2)for the three-way valve |
| Real[2] | l_ThrWayVal | {0.0001, 0.0001} | Bypass valve leakage, l=Kv(y=0)/Kv(y=1) |
| Real | R | 50 | Rangeability, R=50...100 typically for the three-way valve |
| Real | delta0 | 0.01 | Range of significant deviation from equal percentage law for the three-way valve |
| Advanced | |||
| Modelica.Fluid.Types.PortFlowDirection | portFlowDirection_1 | Modelica.Fluid.Types.PortFlowDirection.Bidirectional | Flow direction for port_1 in the three-way valve |
| Modelica.Fluid.Types.PortFlowDirection | portFlowDirection_2 | Modelica.Fluid.Types.PortFlowDirection.Bidirectional | Flow direction for port_2 in the three-way valve |
| Modelica.Fluid.Types.PortFlowDirection | portFlowDirection_3 | Modelica.Fluid.Types.PortFlowDirection.Bidirectional | Flow direction for port_3 in the three-way valve |
Revisions
-
April 22, 2021, by Kathryn Hinkelman:
AddeddpThrWayVal_nominalto set of parameters. -
June 30, 2017, by Yangyang Fu:
First implementation.