Changeset 849

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

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

Files:
1 modified

Legend:

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

    r793 r849  
    33  extends Modelica.Icons.Library2; 
    44  import SI = Modelica.SIunits; 
    5  
     5   
    66 annotation(preferedView="info", 
    77    Window( 
     
    46314631    end if; 
    46324632     
    4633     phi = flange_b.phi; 
     4633    phi = flange_b.phi - support.phi; 
    46344634    w = der(phi); 
    46354635    a = der(w); 
     
    47724772     
    47734773    der(phi_ref) = w_ref; 
    4774     phi = flange_b.phi; 
     4774    phi = flange_b.phi - support.phi; 
    47754775    w = der(phi); 
    47764776    a = der(w); 
     
    48844884    end if; 
    48854885     
    4886     phi = flange_b.phi; 
     4886    phi = flange_b.phi - support.phi; 
    48874887    w = der(phi); 
    48884888    a = der(w); 
     
    50345034    end if; 
    50355035     
    5036     phi = flange_b.phi; 
     5036    phi = flange_b.phi - support.phi; 
    50375037    phi = position(u,time); 
    50385038    w = der(phi);