Changeset 702 for branches/maintenance/2.2.2
- Timestamp:
- 10/15/07 21:17:08 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/maintenance/2.2.2/Modelica/Electrical/Machines.mo
r700 r702 6742 6742 "stator zero-sequence current"; 6743 6743 // to be defined in model that extends from this partial (since airgap isn't included here) 6744 output Modelica.SIunits.Current idq_ss[2] 6744 output Modelica.SIunits.Current idq_ss[2] = zeros(2) 6745 6745 "stator space phasor current / stator fixed frame"; 6746 output Modelica.SIunits.Current idq_sr[2](each stateSelect=StateSelect.prefer) 6746 output Modelica.SIunits.Current idq_sr[2](each stateSelect=StateSelect.prefer) = zeros(2) 6747 6747 "stator space phasor current / rotor fixed frame"; 6748 output Modelica.SIunits.Current idq_rs[2] 6748 output Modelica.SIunits.Current idq_rs[2] = zeros(2) 6749 6749 "rotor space phasor current / stator fixed frame"; 6750 output Modelica.SIunits.Current idq_rr[2](each stateSelect=StateSelect.prefer) 6750 output Modelica.SIunits.Current idq_rr[2](each stateSelect=StateSelect.prefer) = zeros(2) 6751 6751 "rotor space phasor current / rotor fixed frame"; 6752 6752 Modelica.Electrical.MultiPhase.Interfaces.PositivePlug plug_sp(final m=m) … … 6788 6788 rgbcolor={0,0,255}, 6789 6789 smooth=0)); 6790 connect(spacePhasorS.ground,spacePhasorS. zero) annotation (points=[-10,20; 6790 connect(spacePhasorS.ground,spacePhasorS. zero) annotation (points=[-10,20; 6791 6791 -10,14; -6.12323e-016,14; -6.12323e-016,20], style( 6792 6792 color=3,
