Changeset 577
- Timestamp:
- 08/20/07 11:43:47 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/branches/maintenance/2.2.1/Modelica/Electrical/Machines.mo
r532 r577 2 2 extends Modelica.Icons.Library2; 3 3 annotation ( 4 version="1.7. 7", versionDate="2007-08-12",4 version="1.7.8", versionDate="2007-08-20", 5 5 Settings(NewStateSelection=true, Evaluate=true), 6 6 preferedView="info", Documentation(info="<HTML> … … 113 113 Changed QuadraticLoadTorque1(TorqueDirection=true) to QuadraticLoadTorque1(TorqueDirection=false) since more realistic<br> 114 114 improved documentation</li> 115 <li> v1.7.8 2007/08/20 Anton Haumer<br> 116 corrected typo in documentation</li> 115 117 </ul> 116 118 </HTML>"), … … 3254 3256 "Rotor current space phasor with respect to the rotor fixed frame"; 3255 3257 Modelica.SIunits.Current i_mr[2] 3256 "Magnetizing current space phasor with respect to the stator fixed frame";3258 "Magnetizing current space phasor with respect to the rotor fixed frame"; 3257 3259 Modelica.SIunits.MagneticFlux psi_ms[2] 3258 3260 "Magnetizing flux phasor with respect to the stator fixed frame"; … … 3730 3732 22; -7.34764e-016,22], 3731 3733 style(color=3, rgbcolor={0,0,255})); 3732 connect(ToSpacePhasor1.y, ToPolar1.u) annotation (points=[6.73533e-016,-1; 3734 connect(ToSpacePhasor1.y, ToPolar1.u) annotation (points=[6.73533e-016,-1; 3733 3735 6.73533e-016,-8.5; -7.34764e-016,-8.5; -7.34764e-016,-18], style(color= 3734 3736 3, rgbcolor={0,0,255})); 3735 connect(ToPolar1.y[1], Gain1.u) annotation (points=[-0.5,-41; -0.5,-49.5; 3737 connect(ToPolar1.y[1], Gain1.u) annotation (points=[-0.5,-41; -0.5,-49.5; 3736 3738 -7.34764e-016,-49.5; -7.34764e-016,-58], style(color=3, rgbcolor={0,0, 3737 3739 255})); … … 3796 3798 22; -7.34764e-016,22], 3797 3799 style(color=3, rgbcolor={0,0,255})); 3798 connect(ToSpacePhasor1.y, ToPolar1.u) annotation (points=[6.73533e-016,-1; 3800 connect(ToSpacePhasor1.y, ToPolar1.u) annotation (points=[6.73533e-016,-1; 3799 3801 6.73533e-016,-8.5; -7.34764e-016,-8.5; -7.34764e-016,-18], style(color= 3800 3802 3, rgbcolor={0,0,255})); 3801 connect(ToPolar1.y[1], Gain1.u) annotation (points=[-0.5,-41; -0.5,-49.5; 3803 connect(ToPolar1.y[1], Gain1.u) annotation (points=[-0.5,-41; -0.5,-49.5; 3802 3804 -7.34764e-016,-49.5; -7.34764e-016,-58], style(color=3, rgbcolor={0,0, 3803 3805 255})); … … 3914 3916 connect(SpeedSensor1.flange_a, flange_a) 3915 3917 annotation (points=[-30,0; -100,0], style(color=0, rgbcolor={0,0,0})); 3916 connect(SpeedSensor1.w, Product1.u2) annotation (points=[-30,-21; -30,-40; 3918 connect(SpeedSensor1.w, Product1.u2) annotation (points=[-30,-21; -30,-40; 3917 3919 -6,-40; -6,-58], style(color=3, rgbcolor={0,0,255})); 3918 3920 connect(TorqueSensor1.tau, Product1.u1) annotation (points=[22,-11; 22,
