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

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputCelsiusTemperature in Celsius
Modelica.Blocks.Interfaces.RealOutputKelvinTemperature in Kelvin

Revisions

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