- Timestamp:
- 12/09/2007 09:14:19 AM (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/branches/maintenance/2.2.2/Modelica/Mechanics/MultiBody/parts.mo
r900 r903 1974 1974 "(right) driven flange (flange axis directed OUT OF cut plane)" 1975 1975 annotation (extent=[90, -10; 110, 10]); 1976 1977 /* Reaction torque: 1978 t = n*(J*a - flange_a.tau - flange_b.tau) + cross(w_a, nJ*w) 1979 1980 Since 1981 J*a = flange_a.tau + flange_b.tau - nJ*der(w_a); 1982 1983 the reaction torque can be simplified to 1984 t = n*(- nJ*der(w_a)) + cross(w_a, nJ*w) 1985 1986 */ 1976 1987 Modelica.Mechanics.MultiBody.Interfaces.Frame_a frame_a( 1977 1988 r_0=r_0, 1978 1989 R=R, 1979 1990 f=zeros(3), 1980 t= nJ*a + cross(w_a, nJ*w)) ifworld.driveTrainMechanics3D1991 t=cross(w_a, nJ*w)-e*(nJ*der(w_a))) if world.driveTrainMechanics3D 1981 1992 "Frame in which rotor housing is fixed (connector is removed, if world.driveTrainMechanics3D=false)" 1982 1993 annotation (extent=[-20, -120; 20, -80], rotation=90);
