blockTo_degC
Block that converts temperature from kelvin to degree Celsius
Information
Converts temperature given in kelvin [K] to degree Celsius [degC].
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Temperature in kelvin | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Temperature in degree Celsius |
Revisions
-
November 29, 2021, by Michael Wetter:
Regenerated files withTextannotation using now thetextColorattribute rather than the deprecatedlineColorattribute. -
July 05, 2018, by Milica Grahovac:
Generated withBuildings/Resources/src/Controls/OBC/UnitConversions/unit_converters.py.
First implementation.