Well, I tried to recreate the waveforms of this case from the harmonics with some assumptions about power factor using a math program Maple.
If you scroll through the graphs, you see the the first graph (MagnetizingCurrentsLeg) shows magnetizing current which was created with phase relationships to put the "spike" associated with saturation at the peak of the fundamental magnetizing current, which is where I think it should go.
The second graph "TotalLegCurrents" shows the sum of the above magnetizing currents plus a load current (2 graphs = 2 different legs). More detials is provided in the third graph titled Aphase_exciting_load_total_legcurrents which shows for one LEG (I shouldn't have labled it phase), the magnetizing and load components and their sum.
The power factor determines the relationship between the magnetizing component and the load component (the phase difference and the magnitude ratio). Power factor angle in this file (run2) was assumed to be 10 degrees.
The last plot (PhaseCurrent) is determined as the difference of two leg currents (as we expect in delta). This plot has an appearance somewhat similar to what was posted by testtech.
Now in another run (run1)
I changed the powerfactor to 35 degrees.
The results are kind of intriguing.... the LEG currents very closely resemble testtechs results for this configuration. The phase current does not.
There is one error I made in both files. Looking at the phase relationship between load component and fundamental exciting component, the load component should lead the exciting component by 90-thetapf. It looks like the opposite. I don't think this affects the final shapes (flip it mirror image around the peak). I'm a little bit confused why my equations didn't produce the phase relationship I was looking for:
Iam(t):=A1m*cos(1*w*t)+A3*cos(3*w*t)+A5*cos(5*w*t)+A7*cos(7*w*t);
Iaload(t):=A1L*cos(w*(t+Pi/2-thetapf));
Both A1m and A1L are positive.
The fundamental Iaload should lead by Pi/2-thetapf according to the equations but according to the graph it looks to lag. Any ideas where I went wrong?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.