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

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputKelvinTemperature in Kelvin
Modelica.Blocks.Interfaces.RealOutputCelsiusTemperature in Celsius

Revisions

  • April 14, 2010, by Michael Wetter:
    First implementation.