Skip to content
/ IOP Public

GUI based tool for evaluating Reliability of Distribution System.

Notifications You must be signed in to change notification settings

Eric761/IOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI based tool for evaluating Reliability of Distribution System

Abstract

Over the past few decades distribution systems have received considerably less of the attention since it is relatively cheap and outages have a very localized effect. On the other hand, analysis of the customer failure statistics of most utilities shows that the distribution system makes the greatest individual contribution to the unavailability of supply to a customer. These Statistics reinforce the need to be concerned with the reliability evaluation of distribution systems.


Description

To measure system performance, the electric utility industry has developed several measures of reliability. The aim of the project is to facilitate the quantitative analysis of the reliability of large distribution systems by calculating the various indices of reliability. The implementation is to be done using a GUI tool which enables us to calculate the different indices for a sufficiently large amount of data.


About the Project

Calculation of Reliability Indices:

Based on the study done regarding the different reliability indices, the following formulae are used for the measurement of indices.

λi=frequency of faults, Ui=average annual outage time, Ni=No. of customers of load point i

SAIFI = (Total no.of customer Interruption)/(Total no.of customer served) = ((∑(λiNi))) / INi

CAIFI = (Total no.of customer Interruption)/(Total no.of customer affected) = ((∑(λiNi))) / INi

SAIDI = (Sum of customer interruption durations)/(Total no.of customer) = ((∑(UiNi))) / £Ni


Project Setup:

Clone the repository -

git clone https://github.com/Eric761/IOP.git

1: Checkout to master branch

cd IOP-GUI-Tool

2: Install the dependencies by running

npm install

3: Run the server

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser !!

About

GUI based tool for evaluating Reliability of Distribution System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages