Show
Ignore:
Timestamp:
11/14/07 09:25:48 (9 months ago)
Author:
AHaumer
Message:

some cosmetic changes ...

Location:
branches/maintenance/2.2.2/Modelica/Mechanics
Files:
2 modified

Legend:

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

    r768 r794  
    11within Modelica.Mechanics; 
     2 
     3 
    24package Rotational  
    35  "Library to model 1-dimensional, rotational mechanical systems"  
     6  extends Modelica.Icons.Library2; 
     7  import SI = Modelica.SIunits; 
     8 
     9  annotation(preferedView="info", 
     10    Window( 
     11      x=0.05, 
     12      y=0.09, 
     13      width=0.43, 
     14      height=0.63, 
     15      library=1, 
     16      autolayout=1), 
     17    Documentation(info="<html> 
     18  
     19<p> 
     20Library <b>Rotational</b> is a <b>free</b> Modelica package providing 
     211-dimensional, rotational mechanical components to model in a convenient way 
     22drive trains with frictional losses. A typical, simple example is shown 
     23in the next figure: 
     24</p> 
     25  
     26<p><img src=\"../Images/Rotational/driveExample.png\"></p> 
     27  
     28<p> 
     29For an introduction, have especially a look at: 
     30</p> 
     31<ul> 
     32<li> <a href=\"Modelica://Modelica.Mechanics.Rotational.UsersGuide\">Rotational.UsersGuide</a> 
     33     discusses the most important aspects how to use this library.</li> 
     34<li> <a href=\"Modelica://Modelica.Mechanics.Rotational.Examples\">Rotational.Examples</a> 
     35     contains examples that demonstrate the usage of this library.</li> 
     36</ul> 
     37  
     38<p> 
     39Copyright &copy; 1998-2007, Modelica Association and DLR. 
     40</p> 
     41<p> 
     42<i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
     43under the terms of the <b>Modelica license</b>, see the license conditions 
     44and the accompanying <b>disclaimer</b>  
     45<a href=\"Modelica://Modelica.UsersGuide.ModelicaLicense\">here</a>.</i> 
     46</p><br> 
     47</HTML> 
     48", revisions=""), 
     49    Icon( 
     50      Line(points=[-83, -66; -63, -66], style(color=0)), 
     51      Line(points=[36, -68; 56, -68], style(color=0)), 
     52      Line(points=[-73, -66; -73, -91], style(color=0)), 
     53      Line(points=[46, -68; 46, -91], style(color=0)), 
     54      Line(points=[-83, -29; -63, -29], style(color=0)), 
     55      Line(points=[36, -32; 56, -32], style(color=0)), 
     56      Line(points=[-73, -9; -73, -29], style(color=0)), 
     57      Line(points=[46, -12; 46, -32], style(color=0)), 
     58      Line(points=[-73, -91; 46, -91], style(color=0)), 
     59      Rectangle(extent=[-47, -17; 27, -80], style( 
     60          color=0, 
     61          gradient=2, 
     62          fillColor=8)), 
     63      Rectangle(extent=[-87, -41; -47, -54], style( 
     64          color=0, 
     65          gradient=2, 
     66          fillColor=8)), 
     67      Rectangle(extent=[27, -42; 66, -56], style( 
     68          color=0, 
     69          gradient=2, 
     70          fillColor=8)))); 
     71   
    472package UsersGuide "User's Guide of Rotational Library"  
    573     
     
    868936     
    869937    model ElasticBearing "Example to show possible usage of bearing flange"  
    870       extends Icons.Example; 
     938      extends Modelica.Icons.Example; 
    871939      Modelica.Mechanics.Rotational.Inertia shaft  
    872940        annotation (extent=[-20, 40; 0, 60]); 
     
    13761444    end PowerSensor; 
    13771445  end Sensors; 
    1378   import SI = Modelica.SIunits; 
    1379    
    1380   extends Modelica.Icons.Library2; 
    1381    
    1382   annotation(preferedView="info", 
    1383     Window( 
    1384       x=0.05, 
    1385       y=0.09, 
    1386       width=0.43, 
    1387       height=0.63, 
    1388       library=1, 
    1389       autolayout=1), 
    1390     Documentation(info="<html> 
    1391   
    1392 <p> 
    1393 Library <b>Rotational</b> is a <b>free</b> Modelica package providing 
    1394 1-dimensional, rotational mechanical components to model in a convenient way 
    1395 drive trains with frictional losses. A typical, simple example is shown 
    1396 in the next figure: 
    1397 </p> 
    1398   
    1399 <p><img src=\"../Images/Rotational/driveExample.png\"></p> 
    1400   
    1401 <p> 
    1402 For an introduction, have especially a look at: 
    1403 </p> 
    1404 <ul> 
    1405 <li> <a href=\"Modelica://Modelica.Mechanics.Rotational.UsersGuide\">Rotational.UsersGuide</a> 
    1406      discusses the most important aspects how to use this library.</li> 
    1407 <li> <a href=\"Modelica://Modelica.Mechanics.Rotational.Examples\">Rotational.Examples</a> 
    1408      contains examples that demonstrate the usage of this library.</li> 
    1409 </ul> 
    1410   
    1411 <p> 
    1412 Copyright &copy; 1998-2007, Modelica Association and DLR. 
    1413 </p> 
    1414 <p> 
    1415 <i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    1416 under the terms of the <b>Modelica license</b>, see the license conditions 
    1417 and the accompanying <b>disclaimer</b>  
    1418 <a href=\"Modelica://Modelica.UsersGuide.ModelicaLicense\">here</a>.</i> 
    1419 </p><br> 
    1420 </HTML> 
    1421 ", revisions=""), 
    1422     Icon( 
    1423       Line(points=[-83, -66; -63, -66], style(color=0)), 
    1424       Line(points=[36, -68; 56, -68], style(color=0)), 
    1425       Line(points=[-73, -66; -73, -91], style(color=0)), 
    1426       Line(points=[46, -68; 46, -91], style(color=0)), 
    1427       Line(points=[-83, -29; -63, -29], style(color=0)), 
    1428       Line(points=[36, -32; 56, -32], style(color=0)), 
    1429       Line(points=[-73, -9; -73, -29], style(color=0)), 
    1430       Line(points=[46, -12; 46, -32], style(color=0)), 
    1431       Line(points=[-73, -91; 46, -91], style(color=0)), 
    1432       Rectangle(extent=[-47, -17; 27, -80], style( 
    1433           color=0, 
    1434           gradient=2, 
    1435           fillColor=8)), 
    1436       Rectangle(extent=[-87, -41; -47, -54], style( 
    1437           color=0, 
    1438           gradient=2, 
    1439           fillColor=8)), 
    1440       Rectangle(extent=[27, -42; 66, -56], style( 
    1441           color=0, 
    1442           gradient=2, 
    1443           fillColor=8)))); 
    14441446   
    14451447  package Interfaces  
     
    25342536          style(color=10)))); 
    25352537    Interfaces.Flange_a bearingR annotation (extent=[-70, -110; -50, -90]); 
    2536     Translational.Interfaces.Flange_a bearingT  
     2538    Modelica.Mechanics.Translational.Interfaces.Flange_a bearingT  
    25372539      annotation (extent=[50, -110; 70, -90]); 
    25382540  equation  
     
    47204722  public  
    47214723    Interfaces.Flange_b flange_b annotation (extent=[90, -10; 110, 10]); 
    4722     Blocks.Interfaces.RealInput w_ref(redeclare type SignalType =  
     4724    Modelica.Blocks.Interfaces.RealInput w_ref(redeclare type SignalType =  
    47234725          SI.AngularVelocity)  
    47244726      "Reference angular velocity of flange_b as input signal"  
     
    48554857     
    48564858    Interfaces.Flange_b flange_b annotation (extent=[90, -10; 110, 10]); 
    4857     Blocks.Interfaces.RealInput a( 
     4859    Modelica.Blocks.Interfaces.RealInput a( 
    48584860          redeclare type SignalType = SI.AngularAcceleration)  
    48594861      "absolute angular acceleration of flange_b as input signal"  
     
    51495151   
    51505152  model Torque "Input signal acting as external torque on a flange"  
     5153     
    51515154    Modelica.Blocks.Interfaces.RealInput tau( redeclare type SignalType =  
    51525155          SI.Torque)  
     
    55095512    "Initializes a flange with pre-defined angle, speed and angular acceleration (usually, this is reference data from a control bus)"  
    55105513    import Modelica.Blocks.Types.StateSelection; 
    5511     extends Blocks.Interfaces.BlockIcon; 
     5514    extends Modelica.Blocks.Interfaces.BlockIcon; 
    55125515    parameter Boolean use_phi_start = true  
    55135516      "= true, if initial angle is defined by input phi_start, otherwise not initialized"; 
     
    55215524      "Priority to use flange angle and speed as states"; 
    55225525     
    5523     Blocks.Interfaces.RealInput phi_start(redeclare type SignalType =  
     5526    Modelica.Blocks.Interfaces.RealInput phi_start(redeclare type SignalType =  
    55245527          Modelica.SIunits.Angle) if use_phi_start "Initial angle of flange"  
    55255528      annotation (extent=[-140,40; -100,80]); 
    5526     Blocks.Interfaces.RealInput w_start(redeclare type SignalType =  
     5529    Modelica.Blocks.Interfaces.RealInput w_start(redeclare type SignalType =  
    55275530          Modelica.SIunits.AngularVelocity) if use_w_start  
    55285531      "Initial speed of flange"  
    55295532      annotation (extent=[-140,-20; -100,20]); 
    5530     Blocks.Interfaces.RealInput a_start(redeclare type SignalType =  
     5533    Modelica.Blocks.Interfaces.RealInput a_start(redeclare type SignalType =  
    55315534          Modelica.SIunits.AngularAcceleration) if use_a_start  
    55325535      "Initial angular acceleration of flange"  
     
    56205623       a_flange = getInputs.a_start; 
    56215624    end if; 
     5625     
    56225626  equation  
    56235627    connect(phi_start, getInputs.phi_start) annotation (points=[-120,60; -60,60; 
  • branches/maintenance/2.2.2/Modelica/Mechanics/Translational.mo

    r660 r794  
    11within Modelica.Mechanics; 
     2 
    23package Translational  
    34  "Library to model 1-dimensional, translational mechanical systems"  
     5  extends Modelica.Icons.Library2; 
     6  import SI = Modelica.SIunits; 
     7 
     8  annotation(preferedView="info", 
     9    Window( 
     10      x=0.05, 
     11      y=0.09, 
     12      width=0.39, 
     13      height=0.47, 
     14      library=1, 
     15      autolayout=1), 
     16    Icon( 
     17      Line(points=[-84, -73; 66, -73], style(color=0)), 
     18      Rectangle(extent=[-81, -22; -8, -65], style( 
     19          color=0, 
     20          gradient=3, 
     21          fillColor=8, 
     22          fillPattern=1)), 
     23      Line(points=[-8, -43; -1, -43; 6, -64; 17, -23; 29, -65; 40, -23; 50, -44; 
     24              61, -44], style(color=0)), 
     25      Line(points=[-59, -73; -84, -93], style(color=0)), 
     26      Line(points=[-11, -73; -36, -93], style(color=0)), 
     27      Line(points=[-34, -73; -59, -93], style(color=0)), 
     28      Line(points=[14, -73; -11, -93], style(color=0)), 
     29      Line(points=[39, -73; 14, -93], style(color=0)), 
     30      Line(points=[63, -73; 38, -93], style(color=0))), Documentation(info="<html> 
     31<p> 
     32This package contains components to model <i>1-dimensional translational 
     33mechanical</i> systems. 
     34</p> 
     35<p> 
     36The <i>filled</i> and <i>non-filled green squares</i> at the left and 
     37right side of a component represent <i>mechanical flanges</i>. 
     38Drawing a line between such squares means that the corresponding 
     39flanges are <i>rigidly attached</i> to each other. The components of this 
     40library can be usually connected together in an arbitrary way. E.g. it is 
     41possible to connect two springs or two sliding masses with inertia directly 
     42together. 
     43<p> The only <i>connection restriction</i> is that the Coulomb friction 
     44elements (Stop) should be only connected 
     45together provided a compliant element, such as a spring, is in between. 
     46The reason is that otherwise the frictional force is not uniquely 
     47defined if the elements are stuck at the same time instant (i.e., there 
     48does not exist a unique solution) and some simulation systems may not be 
     49able to handle this situation, since this leads to a singularity during 
     50simulation. It can only be resolved in a \"clean way\" by combining the 
     51two connected friction elements into 
     52one component and resolving the ambiguity of the frictional force in the 
     53stuck mode. 
     54</p> 
     55<p> Another restriction arises if the hard stops in model Stop are used, i. e. 
     56the movement of the mass is limited by a stop at smax or smin. 
     57<font color=\"#ff0000\"> <b>This requires the states Stop.s and Stop.v</b> </font>. If these states are eliminated during the index reduction 
     58the model will not work. To avoid this any inertias should be connected via springs 
     59to the Stop element, other sliding masses, dampers or hydraulic chambers must be avoided. </p> 
     60<p> 
     61In the <i>icon</i> of every component an <i>arrow</i> is displayed in grey 
     62color. This arrow characterizes the coordinate system in which the vectors 
     63of the component are resolved. It is directed into the positive 
     64translational direction (in the mathematical sense). 
     65In the flanges of a component, a coordinate system is rigidly attached 
     66to the flange. It is called <i>flange frame</i> and is directed in parallel 
     67to the component coordinate system. As a result, e.g., the positive 
     68cut-force of a \"left\" flange (flange_a) is directed into the flange, whereas 
     69the positive cut-force of a \"right\" flange (flange_b) is directed out of the 
     70flange. A flange is described by a Modelica connector containing 
     71the following variables: 
     72</p> 
     73<pre> 
     74   SIunits.Position s  \"absolute position of flange\"; 
     75   <i>flow</i> Force f        \"cut-force in the flange\"; 
     76</pre> 
     77  
     78<p> 
     79This library is designed in a fully object oriented way in order that 
     80components can be connected together in every meaningful combination 
     81(e.g. direct connection of two springs or two shafts with inertia). 
     82As a consequence, most models lead to a system of 
     83differential-algebraic equations of <i>index 3</i> (= constraint 
     84equations have to be differentiated twice in order to arrive at 
     85a state space representation) and the Modelica translator or 
     86the simulator has to cope with this system representation. 
     87According to our present knowledge, this requires that the 
     88Modelica translator is able to symbolically differentiate equations 
     89(otherwise it is e.g. not possible to provide consistent initial 
     90conditions; even if consistent initial conditions are present, most 
     91numerical DAE integrators can cope at most with index 2 DAEs). 
     92</p> 
     93  
     94<dl> 
     95<dt><b>Main Author:</b></dt> 
     96<dd>Peter Beater <br> 
     97    Universit&auml;t Paderborn, Abteilung Soest<br> 
     98    Fachbereich Maschinenbau/Automatisierungstechnik<br> 
     99    L&uuml;becker Ring 2 <br> 
     100    D 59494 Soest <br> 
     101    Germany <br> 
     102    email: <A HREF=\"mailto:Beater@mailso.uni-paderborn.de\">Beater@mailso.uni-paderborn.de</A><br> 
     103</dd> 
     104</dl> 
     105  
     106<p> 
     107Copyright &copy; 1998-2007, Modelica Association and Universit&auml;t Paderborn, FB 12. 
     108</p> 
     109<p> 
     110<i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
     111under the terms of the <b>Modelica license</b>, see the license conditions 
     112and the accompanying <b>disclaimer</b>  
     113<a href=\"Modelica://Modelica.UsersGuide.ModelicaLicense\">here</a>.</i> 
     114</p><br> 
     115  
     116</HTML> 
     117", revisions="<html> 
     118<ul> 
     119<li><i>Version 1.0 (January 5, 2000)</i> 
     120       by Peter Beater <br> 
     121       Realized a first version based on Modelica library Mechanics.Rotational 
     122       by Martin Otter and an existing Dymola library onedof.lib by Peter Beater. 
     123       <br> 
     124<li><i>Version 1.01 (July 18, 2001)</i> 
     125       by Peter Beater <br> 
     126       Assert statement added to \"Stop\", small bug fixes in examples. 
     127       <br><br> 
     128</li> 
     129</ul> 
     130</html>")); 
     131   
    4132  package Examples "Demonstration examples of the components of this package"  
    5133     
     
    10041132  end Sensors; 
    10051133   
    1006   import SI = Modelica.SIunits; 
    1007    
    1008   extends Modelica.Icons.Library2; 
    1009    
    1010   annotation(preferedView="info", 
    1011     Window( 
    1012       x=0.05, 
    1013       y=0.09, 
    1014       width=0.39, 
    1015       height=0.47, 
    1016       library=1, 
    1017       autolayout=1), 
    1018     Icon( 
    1019       Line(points=[-84, -73; 66, -73], style(color=0)), 
    1020       Rectangle(extent=[-81, -22; -8, -65], style( 
    1021           color=0, 
    1022           gradient=3, 
    1023           fillColor=8, 
    1024           fillPattern=1)), 
    1025       Line(points=[-8, -43; -1, -43; 6, -64; 17, -23; 29, -65; 40, -23; 50, -44; 
    1026               61, -44], style(color=0)), 
    1027       Line(points=[-59, -73; -84, -93], style(color=0)), 
    1028       Line(points=[-11, -73; -36, -93], style(color=0)), 
    1029       Line(points=[-34, -73; -59, -93], style(color=0)), 
    1030       Line(points=[14, -73; -11, -93], style(color=0)), 
    1031       Line(points=[39, -73; 14, -93], style(color=0)), 
    1032       Line(points=[63, -73; 38, -93], style(color=0))), Documentation(info="<html> 
    1033 <p> 
    1034 This package contains components to model <i>1-dimensional translational 
    1035 mechanical</i> systems. 
    1036 </p> 
    1037 <p> 
    1038 The <i>filled</i> and <i>non-filled green squares</i> at the left and 
    1039 right side of a component represent <i>mechanical flanges</i>. 
    1040 Drawing a line between such squares means that the corresponding 
    1041 flanges are <i>rigidly attached</i> to each other. The components of this 
    1042 library can be usually connected together in an arbitrary way. E.g. it is 
    1043 possible to connect two springs or two sliding masses with inertia directly 
    1044 together. 
    1045 <p> The only <i>connection restriction</i> is that the Coulomb friction 
    1046 elements (Stop) should be only connected 
    1047 together provided a compliant element, such as a spring, is in between. 
    1048 The reason is that otherwise the frictional force is not uniquely 
    1049 defined if the elements are stuck at the same time instant (i.e., there 
    1050 does not exist a unique solution) and some simulation systems may not be 
    1051 able to handle this situation, since this leads to a singularity during 
    1052 simulation. It can only be resolved in a \"clean way\" by combining the 
    1053 two connected friction elements into 
    1054 one component and resolving the ambiguity of the frictional force in the 
    1055 stuck mode. 
    1056 </p> 
    1057 <p> Another restriction arises if the hard stops in model Stop are used, i. e. 
    1058 the movement of the mass is limited by a stop at smax or smin. 
    1059 <font color=\"#ff0000\"> <b>This requires the states Stop.s and Stop.v</b> </font>. If these states are eliminated during the index reduction 
    1060 the model will not work. To avoid this any inertias should be connected via springs 
    1061 to the Stop element, other sliding masses, dampers or hydraulic chambers must be avoided. </p> 
    1062 <p> 
    1063 In the <i>icon</i> of every component an <i>arrow</i> is displayed in grey 
    1064 color. This arrow characterizes the coordinate system in which the vectors 
    1065 of the component are resolved. It is directed into the positive 
    1066 translational direction (in the mathematical sense). 
    1067 In the flanges of a component, a coordinate system is rigidly attached 
    1068 to the flange. It is called <i>flange frame</i> and is directed in parallel 
    1069 to the component coordinate system. As a result, e.g., the positive 
    1070 cut-force of a \"left\" flange (flange_a) is directed into the flange, whereas 
    1071 the positive cut-force of a \"right\" flange (flange_b) is directed out of the 
    1072 flange. A flange is described by a Modelica connector containing 
    1073 the following variables: 
    1074 </p> 
    1075 <pre> 
    1076    SIunits.Position s  \"absolute position of flange\"; 
    1077    <i>flow</i> Force f        \"cut-force in the flange\"; 
    1078 </pre> 
    1079  
    1080 <p> 
    1081 This library is designed in a fully object oriented way in order that 
    1082 components can be connected together in every meaningful combination 
    1083 (e.g. direct connection of two springs or two shafts with inertia). 
    1084 As a consequence, most models lead to a system of 
    1085 differential-algebraic equations of <i>index 3</i> (= constraint 
    1086 equations have to be differentiated twice in order to arrive at 
    1087 a state space representation) and the Modelica translator or 
    1088 the simulator has to cope with this system representation. 
    1089 According to our present knowledge, this requires that the 
    1090 Modelica translator is able to symbolically differentiate equations 
    1091 (otherwise it is e.g. not possible to provide consistent initial 
    1092 conditions; even if consistent initial conditions are present, most 
    1093 numerical DAE integrators can cope at most with index 2 DAEs). 
    1094 </p> 
    1095  
    1096 <dl> 
    1097 <dt><b>Main Author:</b></dt> 
    1098 <dd>Peter Beater <br> 
    1099     Universit&auml;t Paderborn, Abteilung Soest<br> 
    1100     Fachbereich Maschinenbau/Automatisierungstechnik<br> 
    1101     L&uuml;becker Ring 2 <br> 
    1102     D 59494 Soest <br> 
    1103     Germany <br> 
    1104     email: <A HREF=\"mailto:Beater@mailso.uni-paderborn.de\">Beater@mailso.uni-paderborn.de</A><br> 
    1105 </dd> 
    1106 </dl> 
    1107  
    1108 <p> 
    1109 Copyright &copy; 1998-2007, Modelica Association and Universit&auml;t Paderborn, FB 12. 
    1110 </p> 
    1111 <p> 
    1112 <i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    1113 under the terms of the <b>Modelica license</b>, see the license conditions 
    1114 and the accompanying <b>disclaimer</b>  
    1115 <a href=\"Modelica://Modelica.UsersGuide.ModelicaLicense\">here</a>.</i> 
    1116 </p><br> 
    1117  
    1118 </HTML> 
    1119 ", revisions="<html> 
    1120 <ul> 
    1121 <li><i>Version 1.0 (January 5, 2000)</i> 
    1122        by Peter Beater <br> 
    1123        Realized a first version based on Modelica library Mechanics.Rotational 
    1124        by Martin Otter and an existing Dymola library onedof.lib by Peter Beater. 
    1125        <br> 
    1126 <li><i>Version 1.01 (July 18, 2001)</i> 
    1127        by Peter Beater <br> 
    1128        Assert statement added to \"Stop\", small bug fixes in examples. 
    1129        <br><br> 
    1130 </li> 
    1131 </ul> 
    1132 </html>")); 
    1133    
    11341134  package Interfaces  
    11351135    "Interfaces for 1-dim. translational mechanical components"  
     
    15951595A negative force at flange flange_a moves the sliding mass to the negative direction. 
    15961596</p> 
    1597  
     1597  
    15981598</html> 
    15991599", revisions="<html> 
     
    17111711continuous/discrete systems of equations which have to be solved by appropriate 
    17121712numerical methods. The method is described in: </P> 
    1713  
     1713  
    17141714<dl> 
    17151715Otter M., Elmqvist H., and Mattsson S.E. (1999): 
     
    17351735</DD> 
    17361736</DL> 
    1737  
     1737  
    17381738</HTML> 
    17391739", revisions="<html> 
     
    19251925Rod <i>without inertia</i> and two rigidly connected flanges. 
    19261926</p> 
    1927  
     1927  
    19281928</HTML> 
    19291929", revisions="<html> 
     
    19941994a coupling of the slidin mass with the housing via a spring. 
    19951995</p> 
    1996  
     1996  
    19971997</HTML> 
    19981998", revisions="<html> 
     
    20472047between two sliding masses. 
    20482048</p> 
    2049  
     2049  
    20502050</HTML> 
    20512051", revisions="<html> 
     
    21932193the contact of a sliding mass with the housing. 
    21942194</p> 
    2195  
     2195  
    21962196</HTML> 
    21972197", revisions="<html> 
     
    24852485blocks of the block library Modelica.Blocks.Source. 
    24862486</p> 
    2487  
     2487  
    24882488</HTML> 
    24892489", revisions="<html> 
     
    26582658     position. 
    26592659</ul> 
    2660  
     2660  
    26612661</HTML> 
    26622662", revisions="<html> 
     
    26992699blocks of Modelica.Blocks.Source. 
    27002700</p> 
    2701  
     2701  
    27022702</HTML> 
    27032703", revisions="<html> 
     
    27742774velocity of model mass1 or of model mass2 as state variables. 
    27752775</p> 
    2776  
     2776  
    27772777</HTML> 
    27782778", revisions="<html>