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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Pressure | PMin | 3100 | Minimum allowed pressure |
| Modelica.Units.SI.Pressure | PMax | 120000 | Maximum allowed pressure |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | PIn | Atmospheric pressure | |
| Modelica.Blocks.Interfaces.RealOutput | pAtm | Atmospheric pressure |
Revisions
-
April 14, 2020, by Michael Wetter:
AddednoEventand removed output connector.
This is for #1340. -
January 31, 2020 by Filip Jorissen:
Improved error message. -
July 14, 2010, by Wangda Zuo:
First implementation.