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_inputFilter=true instead of using the motor model.

Components

TypeNameDefaultDescription
BuildingSystems.Fluid.Actuators.Valves.TwoWayLinearvalLinValve model, linear opening characteristics
BuildingSystems.Fluid.Sources.Boundary_pTsouBoundary condition for flow source
BuildingSystems.Fluid.Sources.Boundary_pTsinBoundary condition for flow sink
Modelica.Blocks.Sources.ConstantPSin
Modelica.Blocks.Sources.ConstantPSou
BuildingSystems.Fluid.Actuators.Valves.TwoWayQuickOpeningvalQuiValve model, quick opening characteristics
BuildingSystems.Fluid.Actuators.Valves.TwoWayEqualPercentagevalEquValve model, equal percentage opening characteristics
Modelica.Blocks.Sources.TimeTableySetSet point for actuator
Actuators.Motors.IdealMotormotMotor model
TwoWayPressureIndependentvalInd

Contents

NameDescription
Medium

Revisions

  • January 29, 2015, by Filip Jorissen:
    Added pressure-independent valve.
  • February 28, 2013, by Michael Wetter:
    Added default value for dpValve_nominal.
  • June 16, 2008 by Michael Wetter:
    First implementation.