Load Curve and Load Duration Curve
Load Curve and Load Duration Curve
Aim:
To plot load curve and load duration curve and determine total energy, average load, load
factor, maximum demand.
Software used:
Formula used:
THEORY:
The load flow studies involve the solution of power system network under steady state
condition. The solution is obtained by the certain intently constrains improved on voltage and
relative power of the system. The information obtained from a load flow study are magnitude
and phase factor magnitude of voltage. For each value has equal reactive power following in
such line, the load flow and gives the condition of the system when the behavior of the system is
to be studied. Thus the load curve and load duration curve between the load flow and gives the
condition of the system of the certain inequality on the voltage and reactive power of the system.
READ NO OF
LOADS/
INTERVAL
INITIALISE Cl=0 , te = 0
i=0
IS THIS LAST
INTERVAL
NUMBER
CALCULATE
md,cl,df
CALCULATE
TOTAL ENERGY
STOP
EXERCISE:
Draw the load curve and calculate maximum demand average load for following data.
Time Load
0-2 6
2-6 5
6-9 10
9-12 15
12-14 12
14-16 14
16-18 16
18-20 18
20-22 16
22-23 12
23-24 6
Algorithm:
STEP 1: Start
STEP 2: Initialize the connected load and total energy
STEP 3: Read the data’s
(i) Number of intervals
(ii) Starting time and ending time interval
(iii) Load values
STEP 4: Calculate the following using formulae
(i) Connected load
(ii) Maximum demand
(iii) Demand factor
(iv) Total energy
(v) Average load
(vi) Load factor
STEP 5: Print the values
STEP 6: Draw the load curve and load duration curve
STEP 7: Stop
RESULT:
The load curve is plotted and determines total energy, average load, load factor,
maximum demand is determined.