GENERATOR CAPACITY OUTAGE PROBABILITY TABLE

Creates Capacity Outage Probability Table (COPT) for Generator (For Hierarchical Level I Studies)
2.7K Downloads
Updated 13 May 2010

View License

In Power System Reliability Studies, Capacity Outage Probability Table (COPT) forms one of the basic necessary indices. It is often required to generate COPT for Generators.

"Generator_COPT.m" is a function which takes the following three input to generate COPT for Generator Bus:

1. Number of Generators 'G',

2. Capacities of each generators, in the form of a column matrix 'PR', such that number of elements of PR is equal to G.

3. Availabilities of each Generators in the form of another column matrix 'AV', such that number of elements in AV is equal to G.

The output generated is a COPT for the given input.

According to: 'Reliability Evaluation of Power Systems' Second Edition, By: Roy Billinton and Ronald N. Allan, Plenum Press, New York and London, 1996.

An example from article number: 2.2.2, page number 24:
User may enter the input details on command window as follows:
1. G=3;
2. PR=[3;3;5];
3. AV=[0.98;0.98;0.98];

Then type:

Generator_COPT(G,PR,AV)

press enter to get the output.

For any further queries please contact:
Abhishek Chakraborty
[Mobile Number: 00 91 99 86 11 58 91]
email: abhishek.piku@gmail.com

Cite As

Abhishek Chakraborty (2024). GENERATOR CAPACITY OUTAGE PROBABILITY TABLE (https://www.mathworks.com/matlabcentral/fileexchange/27599-generator-capacity-outage-probability-table), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0