blockCheckPressure

Ensures that the interpolated pressure is between prescribed bounds

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This component ensures that the interpolated pressure is between 31,000 Pa and 120,000 Pa.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.PressurePMin3100Minimum allowed pressure
Modelica.Units.SI.PressurePMax120000Maximum allowed pressure

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputPInAtmospheric pressure
Modelica.Blocks.Interfaces.RealOutputpAtmAtmospheric pressure

Revisions

  • April 14, 2020, by Michael Wetter:
    Added noEvent and removed output connector.
    This is for #1340.
  • January 31, 2020 by Filip Jorissen:
    Improved error message.
  • July 14, 2010, by Wangda Zuo:
    First implementation.