Changeset 850

Show
Ignore:
Timestamp:
11/19/07 17:13:01 (13 months ago)
Author:
AHaumer
Message:

fixes ticket:17
defined movement of flange relative to support for Position, Speed, Accelerate, Move

Files:
1 modified

Legend:

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

    r794 r850  
    66  extends Modelica.Icons.Library2; 
    77  import SI = Modelica.SIunits; 
    8  
     8   
    99  annotation(preferedView="info", 
    1010    Window( 
     
    46874687    end if; 
    46884688     
    4689     phi = flange_b.phi; 
     4689    phi = flange_b.phi - support.phi; 
    46904690    w = der(phi); 
    46914691    a = der(w); 
     
    48284828     
    48294829    der(phi_ref) = w_ref; 
    4830     phi = flange_b.phi; 
     4830    phi = flange_b.phi - support.phi; 
    48314831    w = der(phi); 
    48324832    a = der(w); 
     
    49404940    end if; 
    49414941     
    4942     phi = flange_b.phi; 
     4942    phi = flange_b.phi - support.phi; 
    49434943    w = der(phi); 
    49444944    a = der(w); 
     
    50905090    end if; 
    50915091     
    5092     phi = flange_b.phi; 
     5092    phi = flange_b.phi - support.phi; 
    50935093    phi = position(u,time); 
    50945094    w = der(phi);