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.SIunits.Pressure | PMin | 3100 | Minimum allowed pressure |
| Modelica.SIunits.Pressure | PMax | 120000 | Maximum allowed pressure |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | PIn | Input pressure | |
| Modelica.Blocks.Interfaces.RealOutput | POut | Atmospheric pressure |
Revisions
-
July 14, 2010, by Wangda Zuo:
First implementation.