Type definitions of non SI units
This package provides predefined types, such as Angle_deg (angle in degree), AngularVelocity_rpm (angular velocity in revolutions per minute) or Temperature_degF (temperature in degree Fahrenheit), which are in common use but are not part of the international standard on units according to ISO 31-1992 "General principles concerning quantities, units and symbols" and ISO 1000-1992 "SI units and recommendations for the use of their multiples and of certain other units".
If possible, the types in this package should not be used. Use instead types of package Modelica.SIunits. For more information on units, see also the book of Francois Cardarelli Scientific Unit Conversion - A Practical Guide to Metrication (Springer 1997).
Some units, such as Temperature_degC/Temp_C are both defined in Modelica.SIunits and in Modelica.Conversions.NonSIunits. The reason is that these definitions have been placed erroneously in Modelica.SIunits although they are not SIunits. For backward compatibility, these type definitions are still kept in Modelica.SIunits.
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
Temperature_degC | Absolute temperature in degree Celsius (for relative temperature use SIunits.TemperatureDifference) |
Temperature_degF | Absolute temperature in degree Fahrenheit (for relative temperature use SIunits.TemperatureDifference) |
Temperature_degRk | Absolute temperature in degree Rankine (for relative temperature use SIunits.TemperatureDifference) |
Angle_deg | Angle in degree |
AngularVelocity_rpm | Angular velocity in revolutions per minute. Alias unit names that are outside of the SI system: rpm, r/min, rev/min |
Velocity_kmh | Velocity in kilometres per hour |
Time_day | Time in days |
Time_hour | Time in hours |
Time_minute | Time in minutes |
Volume_litre | Volume in litres |
ElectricCharge_Ah | Electric charge in Ampere hours |
Energy_Wh | Energy in Watt hours |
Energy_kWh | Energy in kilo watt hours |
Pressure_bar | Absolute pressure in bar |
MassFlowRate_gps | Mass flow rate in gram per second |
FirstOrderTemperaturCoefficient | Obsolete type, use LinearTemperatureCoefficientResistance instead! |
SecondOrderTemperaturCoefficient | Obsolete type, use QuadraticTemperatureCoefficientResistance instead! |
Area_cm | Area in cm |
PerArea_cm | Per Area in cm |
Area_cmPerVoltageSecond | Area in cm per voltage second |
Absolute temperature in degree Celsius (for relative temperature use SIunits.TemperatureDifference)
Name | Value |
---|---|
Custom Parameters | |
quantity | "ThermodynamicTemperature" |
unit | "degC" |
Absolute temperature in degree Fahrenheit (for relative temperature use SIunits.TemperatureDifference)
Name | Value |
---|---|
Custom Parameters | |
quantity | "ThermodynamicTemperature" |
unit | "degF" |
Absolute temperature in degree Rankine (for relative temperature use SIunits.TemperatureDifference)
Name | Value |
---|---|
Custom Parameters | |
quantity | "ThermodynamicTemperature" |
unit | "degRk" |
Angle in degree
Name | Value |
---|---|
Custom Parameters | |
quantity | "Angle" |
unit | "deg" |
Angular velocity in revolutions per minute. Alias unit names that are outside of the SI system: rpm, r/min, rev/min
Name | Value |
---|---|
Custom Parameters | |
quantity | "AngularVelocity" |
unit | "rev/min" |
Velocity in kilometres per hour
Name | Value |
---|---|
Custom Parameters | |
quantity | "Velocity" |
unit | "km/h" |
Time in days
Name | Value |
---|---|
Custom Parameters | |
quantity | "Time" |
unit | "d" |
Time in hours
Name | Value |
---|---|
Custom Parameters | |
quantity | "Time" |
unit | "h" |
Time in minutes
Name | Value |
---|---|
Custom Parameters | |
quantity | "Time" |
unit | "min" |
Volume in litres
Name | Value |
---|---|
Custom Parameters | |
quantity | "Volume" |
unit | "l" |
Electric charge in Ampere hours
Name | Value |
---|---|
Custom Parameters | |
quantity | "ElectricCharge" |
unit | "A.h" |
Energy in Watt hours
Name | Value |
---|---|
Custom Parameters | |
quantity | "Energy" |
unit | "W.h" |
Energy in kilo watt hours
Name | Value |
---|---|
Custom Parameters | |
quantity | "Energy" |
unit | "kW.h" |
Absolute pressure in bar
Name | Value |
---|---|
Custom Parameters | |
quantity | "Pressure" |
unit | "bar" |
Mass flow rate in gram per second
Name | Value |
---|---|
Custom Parameters | |
quantity | "MassFlowRate" |
unit | "g/s" |
Obsolete type, use LinearTemperatureCoefficientResistance instead!
Name | Value |
---|---|
Custom Parameters | |
quantity | "FirstOrderTemperatureCoeffi... |
unit | "Ohm/degC" |
Obsolete type, use QuadraticTemperatureCoefficientResistance instead!
Name | Value |
---|---|
Custom Parameters | |
quantity | "SecondOrderTemperatureCoeff... |
unit | "Ohm/degC2" |
Area in cm
Name | Value |
---|---|
Custom Parameters | |
quantity | "Area" |
unit | "cm2" |
Per Area in cm
Name | Value |
---|---|
Custom Parameters | |
quantity | "PerArea" |
unit | "1/cm2" |
Area in cm per voltage second
Name | Value |
---|---|
Custom Parameters | |
quantity | "AreaPerVoltageSecond" |
unit | "cm2/(V.s)" |