Modelica.SIunits.Conversions.NonSIunits

Type definitions of non SI units

Information

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).

Package Content

Name Description
Modelica.SIunits.Conversions.NonSIunits.Temperature_degC Temperature_degC Absolute temperature in degree Celsius (for relative temperature use SIunits.TemperatureDifference)
Modelica.SIunits.Conversions.NonSIunits.Temperature_degF Temperature_degF Absolute temperature in degree Fahrenheit (for relative temperature use SIunits.TemperatureDifference)
Modelica.SIunits.Conversions.NonSIunits.Temperature_degRk Temperature_degRk Absolute temperature in degree Rankine (for relative temperature use SIunits.TemperatureDifference)
Modelica.SIunits.Conversions.NonSIunits.Angle_deg Angle_deg Angle in degree
Modelica.SIunits.Conversions.NonSIunits.AngularVelocity_rpm AngularVelocity_rpm Angular velocity in revolutions per minute. Alias unit names that are outside of the SI system: rpm, r/min, rev/min
Modelica.SIunits.Conversions.NonSIunits.Velocity_kmh Velocity_kmh Velocity in kilometers per hour
Modelica.SIunits.Conversions.NonSIunits.Time_day Time_day Time in days
Modelica.SIunits.Conversions.NonSIunits.Time_hour Time_hour Time in hours
Modelica.SIunits.Conversions.NonSIunits.Time_minute Time_minute Time in minutes
Modelica.SIunits.Conversions.NonSIunits.Volume_litre Volume_litre Volume in litres
Modelica.SIunits.Conversions.NonSIunits.ElectricCharge_Ah ElectricCharge_Ah Electric charge in Ampere hours
Modelica.SIunits.Conversions.NonSIunits.Energy_Wh Energy_Wh Energy in Watt hours
Modelica.SIunits.Conversions.NonSIunits.Energy_kWh Energy_kWh Energy in kilo watt hours
Modelica.SIunits.Conversions.NonSIunits.Pressure_bar Pressure_bar Absolute pressure in bar
Modelica.SIunits.Conversions.NonSIunits.MassFlowRate_gps MassFlowRate_gps Mass flow rate in gram per second
Modelica.SIunits.Conversions.NonSIunits.FirstOrderTemperaturCoefficient FirstOrderTemperaturCoefficient First Order Temperature Coefficient
Modelica.SIunits.Conversions.NonSIunits.SecondOrderTemperaturCoefficient SecondOrderTemperaturCoefficient Second Order Temperature Coefficient
Modelica.SIunits.Conversions.NonSIunits.Area_cm Area_cm Area in cm
Modelica.SIunits.Conversions.NonSIunits.PerArea_cm PerArea_cm Per Area in cm
Modelica.SIunits.Conversions.NonSIunits.Area_cmPerVoltageSecond Area_cmPerVoltageSecond Area in cm per voltage second

Types and constants

  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";

Automatically generated Mon Sep 11 16:11:56 2017.