blockCheckTemperature
Check the validity of 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.SIunits.Temperature | TMin | 203.15 | Minimum allowed temperature |
| Modelica.SIunits.Temperature | TMax | 343.15 | Maximum allowed temperature |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | TIn | Input Temperature | |
| Modelica.Blocks.Interfaces.RealOutput | TOut | Output temperature |
Revisions
-
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.