modelTwoWayValves
Two way valves with different opening characteristics
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Test model for two way valves. Note that the leakage flow rate has been set to a large value and the rangeability to a small value for better visualization of the valve characteristics. To use common values, use the default values.
The parameter filterOpening is set to false,
as this model is used to plot the flow at different opening signals
without taking into account the travel time of the actuator.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.Actuators.Valves.TwoWayLinear | valLin | Valve model, linear opening characteristics | |
| Modelica.Blocks.Sources.Ramp | y | Control signal | |
| AixLib.Fluid.Sources.Boundary_pT | sou | Boundary condition for flow source | |
| AixLib.Fluid.Sources.Boundary_pT | sin | Boundary condition for flow sink | |
| AixLib.Fluid.Actuators.Valves.TwoWayQuickOpening | valQui | Valve model, quick opening characteristics | |
| AixLib.Fluid.Actuators.Valves.TwoWayEqualPercentage | valEqu | Valve model, equal percentage opening characteristics | |
| TwoWayPressureIndependent | valInd | ||
| TwoWayPolynomial | valPol | Valve with polynomial opening characteristic | |
| TwoWayButterfly | valBut | Butterfly valve |
Contents
| Name | Description |
|---|---|
Revisions
-
July 8, 2018, by Filip Jorissen:
Added butterfly valve for #975. -
January 29, 2015, by Filip Jorissen:
Added pressure-independent valve. -
February 28, 2013, by Michael Wetter:
Added default value fordpValve_nominal. -
June 16, 2008 by Michael Wetter:
First implementation.