Show
Ignore:
Timestamp:
10/10/2007 01:21:27 PM (15 months ago)
Author:
otter
Message:

Improved units (due to a suggestion of Sven Erik)
- SIunits.AngularFrequency: Changed unit from "s-1" to "rad/s".
- Rotational.Position,.Speed, Translational.Position,.Speed:

Changed w_crit from Real to SI.AngularFrequency and corrected the
description string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/branches/maintenance/2.2.2/Modelica/SIunits.mo

    r658 r659  
    860860  type Frequency = Real (final quantity="Frequency", final unit="Hz"); 
    861861  type AngularFrequency = Real (final quantity="AngularFrequency", final unit= 
    862           "s-1"); 
     862          "rad/s"); 
    863863  type Wavelength = Real (final quantity="Wavelength", final unit="m"); 
    864864  type Wavelenght = Wavelength;