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/Blocks/Math.mo

    r559 r658  
    236236    block To_rpm "Convert from radian per second to revolutions per minute"  
    237237      extends Modelica.Blocks.Interfaces.PartialConversionBlock(u(unit="rad/s"), 
    238           y(unit="rev/min")); 
     238          y(unit="r/min")); 
    239239      annotation (Icon(Text( 
    240240            extent=[26,82; -98,50], 
     
    243243            extent=[100,-42; -62,-74], 
    244244            style(color=0), 
    245             string="rev/min")), Documentation(info="<html> 
     245            string="r/min")), Documentation(info="<html> 
    246246<p> 
    247247This block converts the input signal from radian per second to revolutions per minute and returns 
     
    255255    block From_rpm "Convert from revolutions per minute to radian per second"  
    256256      extends Modelica.Blocks.Interfaces.PartialConversionBlock(u(unit= 
    257               "rev/min"), y(unit="rad/s")); 
     257              "r/min"), y(unit="rad/s")); 
    258258      annotation (Icon(Text( 
    259259            extent=[50,84; -94,56], 
    260260            style(color=0), 
    261             string="rev/min"), Text( 
     261            string="r/min"), Text( 
    262262            extent=[94,-42; -26,-74], 
    263263            style(color=0),