Changeset 642

Show
Ignore:
Timestamp:
09/21/07 13:30:37 (15 months ago)
Author:
otter
Message:

Improved documentation of Interfaces components in Rotational and Translational

Location:
Modelica/branches/maintenance/2.2.2/Modelica/Mechanics
Files:
2 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 ( 
  • Modelica/branches/maintenance/2.2.2/Modelica/Mechanics/Translational.mo

    r607 r642  
    12411241        "length of component from left flange to right flange (= flange_b.s - flange_a.s)"; 
    12421242      Flange_a flange_a  
    1243         "(left) driving flange (flange axis directed INTO cut plane, i. e. from left to right)" 
     1243        "(left) driving flange (flange axis directed in to cut plane, i. e. from left to right)" 
    12441244         annotation (extent=[-110, -10; -90, 10]); 
    12451245      Flange_b flange_b  
    1246         "(right) driven flange (flange axis directed OUT OF cut plane, i. e. from right to left)" 
     1246        "(right) driven flange (flange axis directed out of cut plane, i. e. from right to left)" 
    12471247         annotation (extent=[90, -10; 110, 10]); 
    12481248      annotation ( 
     
    12781278    partial model Compliant  
    12791279      "Compliant connection of two translational 1D flanges"  
     1280       
    12801281      Flange_a flange_a  
    1281         "(left) driving flange (flange axis directed INTO cut plane, e. g. from left to right)" 
     1282        "(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)" 
    12821283         annotation (extent=[-110, -10; -90, 10]); 
    12831284      Flange_b flange_b  
    1284         "(right) driven flange (flange axis directed OUT OF cut plane)"  
     1285        "(right) driven flange (flange axis directed out of cut plane)"  
    12851286        annotation (extent=[90, -10; 110, 10]); 
    12861287      SI.Distance s_rel "relative distance (= flange_b.s - flange_a.s)"; 
    12871288      SI.Force f  
    1288         "forcee between flanges (positive in direction of flange axis R)"; 
     1289        "force between flanges (positive in direction of flange axis R)"; 
    12891290      annotation ( 
    12901291        Coordsys( 
     
    13241325    partial model TwoFlanges "Component with two translational 1D flanges "  
    13251326      Flange_a flange_a  
    1326         "(left) driving flange (flange axis directed INTO cut plane, e. g. from left to right)" 
     1327        "(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)" 
    13271328         annotation (extent=[-110, -10; -90, 10]); 
    13281329      Flange_b flange_b  
    1329         "(right) driven flange (flange axis directed OUT OF cut plane)"  
     1330        "(right) driven flange (flange axis directed out of cut plane)"  
    13301331        annotation (extent=[90, -10; 110, 10]); 
    13311332      annotation ( 
     
    13621363       
    13631364      Interfaces.Flange_a flange_a  
    1364         "flange to be measured (flange axis directed INTO cut plane, e. g. from left to right)" 
     1365        "flange to be measured (flange axis directed in to cut plane, e. g. from left to right)" 
    13651366         annotation (extent=[-110, -10; -90, 10]); 
    1366       Modelica.Blocks.Interfaces.RealOutput y  
     1367      Modelica.Blocks.Interfaces.RealOutput y "Sensor signal"  
    13671368           annotation (extent=[100, -10; 120, 10]); 
    13681369      annotation ( 
     
    14181419       
    14191420      Interfaces.Flange_a flange_a  
    1420         "(left) driving flange (flange axis directed INTO cut plane, e. g. from left to right)" 
     1421        "(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)" 
    14211422         annotation (extent=[-110, -10; -90, 10]); 
    14221423      Interfaces.Flange_b flange_b  
    1423         "(right) driven flange (flange axis directed OUT OF cut plane)"  
     1424        "(right) driven flange (flange axis directed out of cut plane)"  
    14241425        annotation (extent=[90, -10; 110, 10]); 
    1425       Modelica.Blocks.Interfaces.RealOutput y annotation (extent= 
     1426      Modelica.Blocks.Interfaces.RealOutput y "Sensor signal"  
     1427                                              annotation (extent= 
    14261428            [-10, -100; 10, -120], rotation=90); 
    14271429      annotation (