blockCheckDewPointTemperature
Check the validity of the dew point temperature data
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component checks the value of 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 | Input Temperature | |
| Modelica.Blocks.Interfaces.RealOutput | TDewPoi | Dew point temperature |
Revisions
-
April 14, 2020, by Michael Wetter:
AddednoEvent.
This is for #1340. -
January 31, 2020 by Filip Jorissen:
Improved error message. -
October 27, 2011, by Wangda Zuo:
Delete the unit conversion part and name it from ConvertTemperature to CheckTemperature. -
March 23, 2011, by Michael Wetter:
SetdisplayUnitargument for temperature output signal. -
July 08, 2010, by Wangda Zuo:
First implementation.