Conversion blocks to convert between SI and non-SI unit signals
This package consists of blocks that convert an input signal with a specific unit to an output signal in another unit (e.g., conversion of an angle signal from "deg" to "rad").
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
To_degC | Convert from Kelvin to degCelsius |
From_degC | Convert from degCelsius to Kelvin |
To_degF | Convert from Kelvin to degFahrenheit |
From_degF | Convert from degFahrenheit to Kelvin |
To_degRk | Convert from Kelvin to degRankine |
From_degRk | Convert from degRankine to Kelvin |
To_deg | Convert from radian to degree |
From_deg | Convert from degree to radian |
To_rpm | Convert from radian per second to revolutions per minute |
From_rpm | Convert from revolutions per minute to radian per second |
To_kmh | Convert from metre per second to kilometre per hour |
From_kmh | Convert from kilometre per hour to metre per second |
To_day | Convert from second to day |
From_day | Convert from day to second |
To_hour | Convert from second to hour |
From_hour | Convert from hour to second |
To_minute | Convert from second to minute |
From_minute | Convert from minute to second |
To_litre | Convert from cubic metre to litre |
From_litre | Convert from litre to cubic metre |
To_kWh | Convert from Joule to kilo Watt hour |
From_kWh | Convert from kilo Watt hour to Joule |
To_bar | Convert from Pascal to bar |
From_bar | Convert from bar to Pascal |
To_gps | Convert from kilogram per second to gram per second |
From_gps | Convert from gram per second to kilogram per second |
Convert from Kelvin to degCelsius
This block converts the input signal from Kelvin to degCelsius and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from degCelsius to Kelvin
This block converts the input signal from degCelsius to Kelvin and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from Kelvin to degFahrenheit
This block converts the input signal from Kelvin to degFahrenheit and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from degFahrenheit to Kelvin
This block converts the input signal from degFahrenheit to Kelvin and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from Kelvin to degRankine
This block converts the input signal from Kelvin to degRankine and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from degRankine to Kelvin
This block converts the input signal from degRankine to Kelvin and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from radian to degree
This block converts the input signal from radian to degree and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from degree to radian
This block converts the input signal from degree to radian and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from radian per second to revolutions per minute
This block converts the input signal from radian per second to revolutions per minute and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from revolutions per minute to radian per second
This block converts the input signal from revolutions per minute to radian per second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from metre per second to kilometre per hour
This block converts the input signal from metre per second to kilometre per hour and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from kilometre per hour to metre per second
This block converts the input signal from kilometre per hour to metre per second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from second to day
This block converts the input signal from second to day and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from day to second
This block converts the input signal from day to second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from second to hour
This block converts the input signal from second to hour and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from hour to second
This block converts the input signal from hour to second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from second to minute
This block converts the input signal from second to minute and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from minute to second
This block converts the input signal from minute to second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from cubic metre to litre
This block converts the input signal from metre to litre and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from litre to cubic metre
This block converts the input signal from litre to cubic metre and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from Joule to kilo Watt hour
This block converts the input signal from Joule to kilo Watt hour and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from kilo Watt hour to Joule
This block converts the input signal from kilo Watt hour to Joule and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from Pascal to bar
This block converts the input signal from Pascal to bar and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from bar to Pascal
This block converts the input signal from bar to Pascal and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from kilogram per second to gram per second
This block converts the input signal from kilogram per second to gram per seconds and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Convert from gram per second to kilogram per second
This block converts the input signal from gram per second to kilogram per second and returns the result as output signal.
Extends from Modelica.Blocks.Interfaces.PartialConversionBlock (Partial block defining the interface for conversion blocks).
Automatically generated Tue Apr 05 09:36:12 2016.