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

changed "rev/min" to the more widely used and accepted "r/min"

Files:
1 modified

Legend:

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

    r630 r658  
    390390      type Angle_deg = Real (final quantity="Angle", final unit="deg"); 
    391391      type AngularVelocity_rpm = Real (final quantity="AngularVelocity", final unit 
    392             =    "rev/min"); 
     392            =    "r/min"); 
    393393      type Velocity_kmh = Real (final quantity="Velocity", final unit="km/h"); 
    394394      type Time_day = Real (final quantity="Time", final unit="d"); 
     
    422422"), Icon(Text( 
    423423            extent=[-66, -13; 52, -67], 
    424             string="[rev/min]", 
     424            string="[r/min]", 
    425425            style(color=0)))); 
    426426    end NonSIunits; 
     
    556556            extent=[100, -20; 20, -100], 
    557557            style(color=0), 
    558             string="rev/min"))); 
     558            string="r/min"))); 
    559559    algorithm  
    560560      rpm := (30/Modelica.Constants.pi)*rs; 
     
    569569            extent=[-20, 100; -100, 20], 
    570570            style(color=0), 
    571             string="rev/min"), Text( 
     571            string="r/min"), Text( 
    572572            extent=[100, -20; 20, -100], 
    573573            style(color=0), 
     
    850850      final quantity="AngularVelocity", 
    851851      final unit="rad/s", 
    852       displayUnit="rev/min"); 
     852      displayUnit="r/min"); 
    853853  type AngularAcceleration = Real (final quantity="AngularAcceleration", final unit 
    854854        =    "rad/s2");