Determination of ZIP Parameters With Least Squares Optimization Method
Determination of ZIP Parameters With Least Squares Optimization Method
A. PQ Load Model
In most load flow programs and simulations, the active and
reactive consumption of the load is modeled as costant powers
as shown in equations (1) , (2) [13].
P = K .V np (15)
P0 , Q0 , V0 are the nominal values in these equations.
B. Least Squares Method
Q = K 0 + K n .V nq (16)
ZIP parameters can be determined by some methods. The
optimization method that is used in this paper is Least Squares
There are other models that can be derived from the key method.
and the main load model in the equations (5) , (7) and we do Least Squares regression is the most basic form of LS
not want to write all of them in this paper. There are a lot of optimization problem. Suppose you have a set of
nonlinear equations about load models that is presented in measurements yn gathered for different parameter values, xn.
many papers but a collection of these models is presented in the LS regression problem is to find the relation (23).
Ref [10].
N
min
P
∑
n =1
( y n − px n )2 (23)
4
∑ 2V 2
∑
n
⎥ ⎢ ⎥ ⎢ n ⎥
2Vi ⎥ × ⎢ I P ⎥ = ⎢ ∑ 2 Pi .Vi ⎥
i =1 ⎝ V0 ⎠ ⎝ V0 ⎠ ⎝ P0 ⎠ i
⎢ i =1 i =1 i =1 ⎥ ⎢ P ⎥ ⎢ i =1 ⎥
⎢ n n
⎥ ⎣ P⎦ ⎢ n ⎥
⎢ ∑ 2Vi ∑ 2V ⎢ ∑ 2 Pi
2
The Vi and Pi are the input values. These are the voltage i 2n ⎥ ⎥
⎣ i =1 i =1 ⎦ ⎣ i =1 ⎦
and the power consumption at the correspond voltage of a bus.
To simplify the above relation, we assume that the Vi and Pi
values are in pu base. So the above equation (24) is simplified V. TEST SYSTEM
to the equation (25): In order to show the applicability of the presented
algorithm for calculating of the load model, the method is
n applied on a 2 bus test system. A computer program has
∑ (Z ) 2
λ = P .V i 2 + I P .V i + PP − Pi (25) written in matlab7 to calculate the algorithm on this system,
i =1 but the algorithm is applicable on any test system with more
than 2 buses. Fig.2 shows the test system.
The procedure of solving the problem is to derive from the
above equation to each parameters(Zp , Ip , Pp ). After
derivation, each equation should be equal to zero. At last there
will be 3 equations in 3 variables that should be solved.
The solving process is as follows:
dλ n
dZ P
= ∑ 2V (Z
i =1
i
2
P .V i 2 + I P .V i + PP − Pi = 0 ) (26)
dλ n
dI P
= ∑ 2V (Z
i =1
i P .V i 2 + I P .V i + PP − Pi = 0 ) (27) Fig.2 The 2 Buses Test System
The test system has 2 buses. The first bus is the reference
dλ n
dP P
= ∑ ( 2 Z P .V i 2 + I P .V i + PP − Pi = 0 ) (28) bus and the second one is the load bus. The load is consist of a
i =1 constant consumption with 50MW active and 30MVAr
reactive powers. a constant impedance Z=1+2i is connected to
this bus. A line with a negligible impedance connects the
These equations are simplified to equations (29) , (30) , reference bus to the load bus. So the load consist of (1)
(31) : constant power , (2) constant impedance. The input values are
in the table (1).
n n n n
The inputs are resulted from the load flow program with
Z P .∑ 2V i 4 + I P .∑ 2V i 3 + PP ∑ 2V i 2 = ∑ 2V i
2
. Pi (29) variation in voltage of the first bus.
i =1 i =1 i =1 i =1
n n n n
Z P ∑ 2V i 3 + I P ∑ 2V i 2 + PP ∑ 2V i = ∑ 2V P i i
(30) VI. SIMULATION RESULTS
i =1 i =1 i =1 i =1
The load model (33) , (34) is obtained from the algorithm:
n n n
Z P ∑i =1
2V i 2 + I P ∑
i =1
2 V i + PP . 2 n = ∑
i =1
2 Pi (31) P = 0 / 2857 × V 2
+ 0 / 7143 (33)
VIII. REFERENCES
Fig.3 Load Model with the Input Values(P-V) [1] Y.Liang, C.O.Nwankpa, R.Fischl, A.DeVito and S.C.Readinger,
"Dynamic Reactive Load Model," IEEE Trans. Power Systems, vol. 13,
No. 4, November 1998.
[2] Ebrahim Vaahedi, H.Magdy Zein El-Din, William W.Price, "Dynamic
Load Modeling in Large Scale Stability Studies," IEEE Trans. On
Power Systems, Vol. 3,No.3, August 1988.
[3] M.Sedghizadeh, A.Rezazadeh, “Load Modeling for Power Flow and
Transient Stability Computer Studies at BAKHTAR Network,”
Proceeding of World Academy of Science Engineering and Technology
, Vol. 26, December 2007.
[4] IEEE Task Force, “Standard Load Models for Power Flow and
Dynamic Performance Simulations,” IEEE Trans. Power Systems, Vol.
10, No. 3, August 1995.
[5] ML.Coker, H.Kgasoane, “ Load Modeling,” IEEE Conference, Vol.2,
pp.663-668, September 1999.
[6] Dias, L.G. , M.E.El-Hawary, “Nonlinear Parameter Estimation
Experiments for Static Load Modeling in Electrical Power Systems,:
Fig.4 Load Model with the Input Values(Q-V) IEE Proceeding, Vol. 136, No.2, pp. 68-77, Mar. 1989.
[7] Hajagos, L.B.Danai, “ Laboratory Measurements and Models of Modern
Loads and Their Effect on Voltage Stability Studies,” IEEE Trans. Vol.
13, No. 2, pp.584-591, May 1998.
[8] Beghzouz, Y.C.Quist, “ Composite Load Model Derivation from
Recorded Field Data,” pp. 713-718, IEEE1998.
6