3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
(OP)
Hi,
I have encountered three equations which convert from 3 phase line to line voltages to phase voltages. I mean the complete instantaneous voltages not the magnitude which is calculated by the square-root 3. The equations are:
Va = 2/3Vab + 1/3Vbc
Vb = 2/3Vbc + 1/3Vca
Vc = 2/3Vca + 1/3Vab
These equations were used in a 3 phase inverter software model. My problem is that I would like to know how these equations have been derived and also to derive the reverse equations from phase to line voltages. I have search books and internet but to no avail. Any help would be really appreciated, please.
I have encountered three equations which convert from 3 phase line to line voltages to phase voltages. I mean the complete instantaneous voltages not the magnitude which is calculated by the square-root 3. The equations are:
Va = 2/3Vab + 1/3Vbc
Vb = 2/3Vbc + 1/3Vca
Vc = 2/3Vca + 1/3Vab
These equations were used in a 3 phase inverter software model. My problem is that I would like to know how these equations have been derived and also to derive the reverse equations from phase to line voltages. I have search books and internet but to no avail. Any help would be really appreciated, please.





RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
and
Vbc=Vca=Vca
Therefor
Va=Vb=Vc=Vbc=Vca=Vca
You have proven conclusively that the instantaneous voltage is always equal to the instantaneous voltage and that the line to line voltage is equal to the phase voltage. This is only possible if the complete circuit includes a flux capacitor.
Congratulations.
Bill
--------------------
"Why not the best?"
Jimmy Carter
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Waross, I did not really understand the last part of your post. Va, Vb and Vc are the instantaneous phase voltage waveforms and Vab, Vbc and Vca are the instantaneous line to line voltage waveforms. The magnitude is equal for the phase voltages and equal for the line voltages, but 120 degrees out of phase.
Va is given by Va = Vapeak*sin(2*pi*f)t
Vb is given by Vb = Vbpeak*sin((2*pi*f)t - 2*pi/3)
Vc is given by Vc = Vcpeak*sin((2*pi*f)t + 2*pi/3)
The same for the line voltages.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Bill
--------------------
"Why not the best?"
Jimmy Carter
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Gnuplot looks like this - a horizontal line at zero level.
http://gke.org/pub/files/sumofsines%20gnuplot%201....
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
I was able to recreate your equations (see attached) by solving 4 equations below for the three unknowns (Va, Vb, Vc):
Eq1:=Vab=Va-Vb;
Eq2:=Vbc=Vb-Vc;
Eq3:=Vca=Vc-Va;
Eq4:=Va+Vb+Vc=0
The first three equations are simply the definitions of Vab, Vbc, Vca in terms of phase voltages (referenced to any neutral you choose… doesn’t matter).
The fourth equation seems somwhat system dependent. One situation where it seems it might arise is a power system which is ungrounded except at the neutral. If the three phase-to-ground capacitances are similar, then the phases would float such that the sum of the phase to ground (=phase to neutral in this case) voltages are zero.
=====================================
(2B)+(2B)' ?
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
I just put the equations through gnuplot to see if something useful came out of it. It didn't.
I had two thoughts:
1. If your system is a PWM system, which it probably is, then it is not always possible to have a good zero in the switched system. But I am not so sure that the equations shown will help either.
2. If there were third tones, it is a common method to get a higher line-line voltage than would be possible otherwise (third tone injection). But I don't see any third tones.
We hope that CSWilson or Electricpete sees this.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
In order to find a solution for Va, Vb, Vc, it requires one more equation. The required additional equation to give the equations of op is Equation 4. Equation 4 represents an assumption. The assumption would be true as I outlined above for otherwise ungrounded system where the [b]measurement[.b] neutral (neutral of three phase-neutral-connected PT's) is connected to ground and the system capacitances to ground on each phase are identical. A simpler case where it would also be true is a balanced grounded-wye system.
=====================================
(2B)+(2B)' ?
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Yes, the equations are used in a PWM context. Basically the equations are used in Simulink (Matlab). The line to line voltages are measured from the 3 phase inputs of a rectifier modeled in Simulink. These line to line voltage waveforms are then given as inputs to the three equations above to obtain the phase voltage waveforms. These phase voltages are then converted to the alpha-beta frame to continue with the control system of the rectifier.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Simply define the voltage reference (which Va, Vb, Vc are defined respect to) as
Vref = (Van+Vbn+Vcn)/0.
In this case, equation 4 amounts to a choice of voltage reference for specifying Va, Vb, Vc.
=====================================
(2B)+(2B)' ?
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
BTW, Pete, I was busy plotting so I wasn't aware of your post.
What did we learn?
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
(where we used standard notation: Var = Va-Vr, Vbr = Vb-Vr, Vcr = Vc-Vr).
This can always be satisfied by selecting Vr = (Va+Vb+Vc)
…where all four measurements Vr, Va, Vb, Vc are referenced to any single arbitrary reference.
If the voltage reference selected were ground, then I think it’s the same as saying the common mode voltage is zero.
=====================================
(2B)+(2B)' ?
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
I am not satisfied. Why those cryptic formulae if they don't have a special meaning? Just asking.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
The op equations provide a mapping from phase-to-phase voltages to phase-to-reference voltage.
No mapping is possible without making an assumption about either the reference voltage or the system (equations 1 through 3 are not independent and cannot be solved for 3 unknowns without an additional equation / assumption).
The assumption required for this particular mapping is that the sum of the phase voltages with respect to their reference is zero. Or that common mode voltage is zero.
=====================================
(2B)+(2B)' ?
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
First of all thanks to all for the information given. I have noticed that some did not manage to obtain waveforms from the equations I have provided. So I modeled the waveforms in Simulink. I have generated the three balanced phase voltage waveforms (Va, Vb, Vc) and obtained the line to line voltage waveforms (Vab, Vbc, Vca). Then I have given as inputs the three line to line waveforms to the equations and re-obtained the three balanced phase voltage waveforms (Va, Vb, Vc). So it seems that the equations or correct but still I did not figure out, till now, how to derive them.
The below figures show the Simulink model and the resulting waveforms. Top waveforms are the input phase voltages, the middle waveforms are the line to line voltages and the bottom waveforms are the output.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
http://files.engineering.com/getfile.aspx?folder=0...
http://files.engineering.com/getfile.aspx?folder=a...
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
This is easily verified by linear vector operations. I'll illustrate the first one:
LHS = Va = V<0°.
RHS = (2/3)*Vab + (1/3)*Vbc
= (2/3)*(V<0° - V<-120°) + (1/3)*(V<-120° - V<120°)
= (2/3)*(sqrt(3)V<30°) + (1/3)*(sqrt(3)V<-90°)
= (2/sqrt(3))*V<30° + (1/sqrt(3))*V<-90°
= V<0°
= LHS
The others follow similarly.
How have they been derived? Well since Vab, Vbc and Vca are linearly independent, a linear combination of any two of them can form any other vector. Then it's just a matter of picking combinations Va = x*Vab + y*Vbc, etc., and solving for x and y. Turns out that those combinations produce quite a neat set of equations.
Perhaps where the conceptualisation has gone wrong is to overlook the fact that Va, Vab, etc. are all vectors. Thoughts of PWM, sine waves and common mode voltages is over-complicating it. That's the great thing about vectors - they insulate us from such distractions!
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Yes, right.
But then you must make sure that those "distractions" are not going to show their nasty faces when you try to use the math IRL. The distractions are very real in a set of PWM motor voltages. There, the sum actually never is zero.
In this case, I still don't understand why all the fuzz about something so self-evident. And, as I said before: Bill (8 Dec 14 13:41) was correct in pointing out, somewhat sarcastically, that the OP proves that the sum of three sines 120 degrees apart is zero.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: 3 Phase Instantaneous Voltage Conversion from Line to Phase and Vis-Versa
Those set of equations are useful when one needs to obtain the phase voltages out of the balanced line to line voltages, especially in simulation modeling. The phase voltage sinewaves from the equations are obtained with both magnitude and phase, as can be shown from the images I included in my previous posts.