blockCheckWindSpeed
Ensures that the wind speed is non-negative
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component ensures that the wind speed is non-negative.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Velocity | winSpeMin | 1e-6 | Minimum allowed wind speed |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | winSpeIn | Input wind speed | |
| Modelica.Blocks.Interfaces.RealOutput | winSpeOut | Wind speed |
Revisions
-
July 14, 2010, by Wangda Zuo:
First implementation.