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

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureTMin203.15Minimum allowed temperature
Modelica.Units.SI.TemperatureTMax343.15Maximum allowed temperature

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputTInBlack-body sky temperature
Modelica.Blocks.Interfaces.RealOutputTBlaSkyBlack-body sky temperature

Revisions

  • April 14, 2020, by Michael Wetter:
    Added noEvent and 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.