modelTwoWayValvesMotor
Two way valves with different opening characteristics and motor
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.
All valves are connected to a model of a motor with
hysteresis. A more efficient implementation that approximates
a motor but lacks hysteresis would be to
set the valve parameter use_strokeTime=true instead
of using the motor model.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Actuators.Valves.TwoWayLinear | valLin | Valve model, linear opening characteristics | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Boundary condition for flow source | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Boundary condition for flow sink | |
| Modelica.Blocks.Sources.Constant | PSin | ||
| Modelica.Blocks.Sources.Constant | PSou | ||
| Buildings.Fluid.Actuators.Valves.TwoWayQuickOpening | valQui | Valve model, quick opening characteristics | |
| Buildings.Fluid.Actuators.Valves.TwoWayEqualPercentage | valEqu | Valve model, equal percentage opening characteristics | |
| Modelica.Blocks.Sources.TimeTable | ySet | Set point for actuator | |
| Actuators.Motors.IdealMotor | mot | Motor model | |
| TwoWayPressureIndependent | valInd |
Contents
| Name | Description |
|---|---|
Revisions
-
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.