blockTo_degC
Converts Kelvin to Celsius
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Converts the input from degree Celsius to Kelvin. Note that inside Modelica, it is strongly recommended to use Kelvin. This block is provided for convenience since the BCVTB interface may couple Modelica to programs that use Celsius as the unit for temperature.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Kelvin | Temperature in Kelvin | |
| Modelica.Blocks.Interfaces.RealOutput | Celsius | Temperature in Celsius |
Revisions
-
April 14, 2010, by Michael Wetter:
First implementation.