Show
Ignore:
Timestamp:
09/21/2007 01:30:37 PM (16 months ago)
Author:
otter
Message:

Improved documentation of Interfaces components in Rotational and Translational

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/branches/maintenance/2.2.2/Modelica/Mechanics/Rotational.mo

    r607 r642  
    15871587       
    15881588      Flange_a flange_a  
    1589         "(left) driving flange (flange axis directed INTO cut plane)"  
     1589        "(left) driving flange (flange axis directed in to cut plane)"  
    15901590        annotation (extent=[-110, -10; -90, 10]); 
    15911591      Flange_b flange_b  
    1592         "(right) driven flange (flange axis directed OUT OF cut plane)"  
     1592        "(right) driven flange (flange axis directed out of cut plane)"  
    15931593        annotation (extent=[90, -10; 110, 10]); 
    15941594      annotation ( 
     
    16231623      SI.Torque tau "Torque between flanges (= flange_b.tau)"; 
    16241624      Flange_a flange_a  
    1625         "(left) driving flange (flange axis directed INTO cut plane)"  
     1625        "(left) driving flange (flange axis directed in to cut plane)"  
    16261626        annotation (extent=[-110, -10; -90, 10]); 
    16271627      Flange_b flange_b  
    1628         "(right) driven flange (flange axis directed OUT OF cut plane)"  
     1628        "(right) driven flange (flange axis directed out of cut plane)"  
    16291629        annotation (extent=[90, -10; 110, 10]); 
    16301630      annotation ( 
     
    16581658    partial model TwoFlanges  
    16591659      "Base class for a component with two rotational 1D flanges"  
    1660       Flange_a flange_a annotation (extent=[-110, -10; -90, 10]); 
    1661       Flange_b flange_b annotation (extent=[90, -10; 110, 10]); 
     1660      Flange_a flange_a  
     1661        "(left) driving flange (flange axis directed in to cut plane)"  
     1662                        annotation (extent=[-110, -10; -90, 10]); 
     1663      Flange_b flange_b  
     1664        "(right) driven flange (flange axis directed out of cut plane)"  
     1665                        annotation (extent=[90, -10; 110, 10]); 
    16621666      annotation ( 
    16631667        Documentation(info="<html> 
     
    16891693      SI.Torque tau_support; 
    16901694       
    1691       Flange_a bearing annotation (extent=[-10, -110; 10, -90]); 
     1695      Flange_a bearing "Flange of bearing"  
     1696                       annotation (extent=[-10, -110; 10, -90]); 
    16921697      annotation ( 
    16931698        Diagram(Rectangle(extent=[-20, -80; 20, -120], style(color=8, fillColor= 
     
    17581763    equation  
    17591764      tau_support = -adapter.flange_b.tau; 
    1760       connect(adapter.flange_a, bearing) annotation (points=[-6.12303e-016,-70; 
     1765      connect(adapter.flange_a, bearing) annotation (points=[-6.12323e-016,-70;  
    17611766            0,-70; 0,-100],    style(color=0)); 
    17621767      annotation (Documentation(info="<html> 
     
    18581863        "(left) flange to be measured (flange axis directed INTO cut plane)"  
    18591864        annotation (extent=[-110, -10; -90, 10]); 
    1860       Modelica.Blocks.Interfaces.RealOutput y  
     1865      Modelica.Blocks.Interfaces.RealOutput y "Sensor signal"  
    18611866        annotation (extent=[100, -10; 120, 10]); 
    18621867      annotation ( 
     
    18991904        "(right) driven flange (flange axis directed OUT OF cut plane)"  
    19001905        annotation (extent=[90, -10; 110, 10]); 
    1901       Modelica.Blocks.Interfaces.RealOutput y  
     1906      Modelica.Blocks.Interfaces.RealOutput y "Sensor signal"  
    19021907        annotation (extent=[-10, -100; 10, -120], rotation=90); 
    19031908      annotation (