Summation of kVA and kVAR with Different Power Factors

  • Thread starter Thread starter traderza
  • Start date Start date
AI Thread Summary
To calculate the total kVA and kVAR for a facility with two transformers, one must sum the kW and kVAR independently, as they are orthogonal components. The total kW is simply the arithmetic sum of the individual kW readings, while the total kVAR is the sum of the individual kVAR readings. The total kVA can then be derived using the formula kVAt = √(kWt² + kVARt²). It is crucial to ensure that the voltages are the same and that the phase currents are identical for accurate summation. This method allows for the correct calculation of total power metrics despite differing loads and power factors.
traderza
Messages
5
Reaction score
0
TL;DR Summary
I need the formula for each of these summations please
I am measuring the incoming power from 2 transformers using smart meters.

The client wants to know the total kVA and total kVAR of his facility

I know that the total kW is a simple arithmetic sum but I don't know how to summate kVA and kVAR because of the different power factors.

Can anyone help please?
 
Engineering news on Phys.org
Factor (P.F.) is the ratio of Working Power to Apparent Power.
KVAR is reactive power. The power of your transformer uses to produce magnetizing flux.
KVA is apparent power and that is Vectorial Summation of KVAR and KW.
KW is working power. The power that performs useful work.
I like the beer and analogy.
photo_1693218226698.png
 

Attachments

  • Like
Likes CalcNerd, nsaspook and russ_watters
Delta Prime said:
Factor (P.F.) is the ratio of Working Power to Apparent Power.
KVAR is reactive power. The power of your transformer uses to produce magnetizing flux.
KVA is apparent power and that is Vectorial Summation of KVAR and KW.
KW is working power. The power that performs useful work.
I like the beer and analogy.
View attachment 331125
Thanks for the reply and the thirsty analogy! My question is; how do I summate the two kVA readings to provide a composite total kVA for the facility in question?
 
traderza said:
I know that the total kW is a simple arithmetic sum but I don't know how to summate kVA and kVAR because of the different power factors.
kVA is the product of average voltage and in-phase current.
kVAR is the product of average voltage and quadrature current.

If supply 1 and 2 are at the same voltage ...
kW1 + kW2 = kW total.
kVA1 + kVA2 = kVA total.
kVAR1 + kVAR2 = kVAR total.
But that assumes the phase of the current through the two meters is the same.
 
Many thanks for that. I was under the impression that the kVA summation was not a simple arithmetic addition but I was wrong clearly.
 
traderza said:
Many thanks for that. I was under the impression that the kVA summation was not a simple arithmetic addition but I was wrong clearly.
You were not wrong. To add the VA or VAR you must assume that:
1. The voltages are the same, (or you must compute and add the currents).
2. The phase of the current through the two meters is identical.

Imagine two independent meters, both reading 1 kVA. If meter #2, had 180 degree phase current with reference to meter #1, the currents would cancel to zero kVA.
 
Baluncore said:
You were not wrong. To add the VA or VAR you must assume that:
1. The voltages are the same, (or you must compute and add the currents).
2. The phase of the current through the two meters is identical.

Imagine two independent meters, both reading 1 kVA. If meter #2, had 180 degree phase current with reference to meter #1, the currents would cancel to zero kVA.
Thanks for the reply.

The two feeders will be supplying different combinations of inductive and resistive loads but i have no way of knowing the phase difference between the two.

The parameters I can measure for each feeder are:

Volts per phase
Amps per phase
kVA
kVAR
kW
Power Factor

Given these are what I have to work with, how do I calculate the total kVA and kVAR for the facility
 
traderza said:
Given these are what I have to work with, how do I calculate the total kVA and kVAR for the facility
You have a right angle triangle. kW2 + kVAR2 = kVA2;
You can check your data for either metered feeder is consistent.

traderza said:
The two feeders will be supplying different combinations of inductive and resistive loads but i have no way of knowing the phase difference between the two.
That precludes capacitive loads, so it tells you kVAR is positive.

You can independently sum kW and kVAR since they are orthogonal.
kWt = kW1 + kW2;
kVARt = kVAR1 + kVAR2;
From that compute; kVAt = √( kWt2 + kVARt2 );
P.F. = cos(θ) = kWt / kVAt;
 
Baluncore said:
You have a right angle triangle. kW2 + kVAR2 = kVA2;
You can check your data for either metered feeder is consistent.That precludes capacitive loads, so it tells you kVAR is positive.

You can independently sum kW and kVAR since they are orthogonal.
kWt = kW1 + kW2;
kVARt = kVAR1 + kVAR2;
From that compute; kVAt = √( kWt2 + kVARt2 );
P.F. = cos(θ) = kWt / kVAt;
That's what I'm looking for! Many thanks!!
 
Back
Top