blockCheckBlackBodySkyTemperature
Check the validity of the black-body sky temperature data
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component checks the value of the black-body sky temperature.
If the temperature is outside TMin and TMax,
the simulation will stop with an error.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | TMin | 203.15 | Minimum allowed temperature |
| Modelica.Units.SI.Temperature | TMax | 343.15 | Maximum allowed temperature |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | TIn | Black-body sky temperature | |
| Modelica.Blocks.Interfaces.RealOutput | TBlaSky | Black-body sky temperature |
Revisions
-
April 14, 2020, by Michael Wetter:
AddednoEventand removed output connector.
This is for #1340. -
January 31, 2020 by Filip Jorissen:
Improved error message. -
January 5, 2015 by Michael Wetter:
First implementation, based on AixLib.BoundaryConditions.WeatherData.BaseClasses.CheckTemperature. This was implemented to get the corrected documentation string in the weather bus connector.