blockFrom_degC
Converts Celsius to Kelvin
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Converts the input from Kelvin to degree Celsius. Note that inside Modelica, by convention, all models 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 | Celsius | Temperature in Celsius | |
| Modelica.Blocks.Interfaces.RealOutput | Kelvin | Temperature in Kelvin |
Revisions
-
April 14, 2010, by Michael Wetter:
First implementation.