blockCheckRadiation
Ensure that the radiation is not smaller than 0
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This block ensures that the radiation is not smaller than 0. The Modelica data reader will interpolate data when it reads the data from a file. Thus, it is possible to generate negative values due to the interpolation.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.RadiantEnergyFluenceRate | HMin | 0.0001 | Minimum value for radiation |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | HIn | Input radiation | |
| Modelica.Blocks.Interfaces.RealOutput | HOut | Radiation |
Revisions
-
January 7, 2016, by Michael Wetter:
Updated comment. -
October 27, 2011, by Wangda Zuo:
First implementation.