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 kilometers 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 | First Order Temperature Coefficient |
SecondOrderTemperaturCoefficient | Second Order Temperature Coefficient |
Area_cm | Area in cm |
PerArea_cm | Per Area in cm |
Area_cmPerVoltageSecond | Area in cm per voltage second |
type Temperature_degC = Real (final quantity="ThermodynamicTemperature", final unit="degC") "Absolute temperature in degree Celsius (for relative temperature use SIunits.TemperatureDifference)";
type Temperature_degF = Real (final quantity="ThermodynamicTemperature", final unit="degF") "Absolute temperature in degree Fahrenheit (for relative temperature use SIunits.TemperatureDifference)";
type Temperature_degRk = Real (final quantity="ThermodynamicTemperature", final unit="degRk") "Absolute temperature in degree Rankine (for relative temperature use SIunits.TemperatureDifference)";
type Angle_deg = Real (final quantity="Angle", final unit="deg") "Angle in degree";
type AngularVelocity_rpm = Real (final quantity="AngularVelocity", final unit= "rev/min") "Angular velocity in revolutions per minute. Alias unit names that are outside of the SI system: rpm, r/min, rev/min";
type Velocity_kmh = Real (final quantity="Velocity", final unit="km/h") "Velocity in kilometers per hour";
type Time_day = Real (final quantity="Time", final unit="d") "Time in days";
type Time_hour = Real (final quantity="Time", final unit="h") "Time in hours";
type Time_minute = Real (final quantity="Time", final unit="min") "Time in minutes";
type Volume_litre = Real (final quantity="Volume", final unit="l") "Volume in litres";
type ElectricCharge_Ah = Real (final quantity="ElectricCharge", final unit="A.h") "Electric charge in Ampere hours";
type Energy_Wh = Real (final quantity="Energy", final unit="W.h") "Energy in Watt hours";
type Energy_kWh = Real (final quantity="Energy", final unit="kW.h") "Energy in kilo watt hours";
type Pressure_bar = Real (final quantity="Pressure", final unit="bar") "Absolute pressure in bar";
type MassFlowRate_gps = Real (final quantity="MassFlowRate", final unit= "g/s") "Mass flow rate in gram per second";
type FirstOrderTemperaturCoefficient = Real (final quantity="FirstOrderTemperatureCoefficient", final unit="Ohm/degC") "First Order Temperature Coefficient";
type SecondOrderTemperaturCoefficient = Real (final quantity="SecondOrderTemperatureCoefficient", final unit="Ohm/degC2") "Second Order Temperature Coefficient";
type Area_cm = Real (final quantity="Area", final unit="cm2") "Area in cm";
type PerArea_cm =Real (final quantity="PerArea", final unit="1/cm2") "Per Area in cm";
type Area_cmPerVoltageSecond = Real (final quantity="AreaPerVoltageSecond", final unit="cm2/(V.s)") "Area in cm per voltage second";