blockCheckRelativeHumidity
Check the validity of relative humidity
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component constrains the value of relative humidity to a range of [0, 1].
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | delta | 0.01 | Smoothing parameter |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | relHumIn | Input relative humidity | |
| Modelica.Blocks.Interfaces.RealOutput | relHumOut | Relative humidity |
Revisions
-
October 27, 2011, by Wangda Zuo:
First implementation.