Home > matpower6.0 > case_ieee30.m

case_ieee30

PURPOSE ^

CASE_IEEE30 Power flow data for IEEE 30 bus test case.

SYNOPSIS ^

function mpc = case_ieee30

DESCRIPTION ^

CASE_IEEE30  Power flow data for IEEE 30 bus test case.
   Please see CASEFORMAT for details on the case file format.
   This data was converted from IEEE Common Data Format
   (ieee30cdf.txt) on 15-Oct-2014 by cdf2matp, rev. 2393
   See end of file for warnings generated during conversion.

   Converted from IEEE CDF file from:
       http://www.ee.washington.edu/research/pstca/
 
  08/20/93 UW ARCHIVE           100.0  1961 W IEEE 30 Bus Test Case

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = case_ieee30
0002 %CASE_IEEE30  Power flow data for IEEE 30 bus test case.
0003 %   Please see CASEFORMAT for details on the case file format.
0004 %   This data was converted from IEEE Common Data Format
0005 %   (ieee30cdf.txt) on 15-Oct-2014 by cdf2matp, rev. 2393
0006 %   See end of file for warnings generated during conversion.
0007 %
0008 %   Converted from IEEE CDF file from:
0009 %       http://www.ee.washington.edu/research/pstca/
0010 %
0011 %  08/20/93 UW ARCHIVE           100.0  1961 W IEEE 30 Bus Test Case
0012 
0013 %   MATPOWER
0014 
0015 %% MATPOWER Case Format : Version 2
0016 mpc.version = '2';
0017 
0018 %%-----  Power Flow Data  -----%%
0019 %% system MVA base
0020 mpc.baseMVA = 100;
0021 
0022 %% bus data
0023 %    bus_i    type    Pd    Qd    Gs    Bs    area    Vm    Va    baseKV    zone    Vmax    Vmin
0024 mpc.bus = [
0025     1    3    0    0    0    0    1    1.06    0    132    1    1.06    0.94;
0026     2    2    21.7    12.7    0    0    1    1.043    -5.48    132    1    1.06    0.94;
0027     3    1    2.4    1.2    0    0    1    1.021    -7.96    132    1    1.06    0.94;
0028     4    1    7.6    1.6    0    0    1    1.012    -9.62    132    1    1.06    0.94;
0029     5    2    94.2    19    0    0    1    1.01    -14.37    132    1    1.06    0.94;
0030     6    1    0    0    0    0    1    1.01    -11.34    132    1    1.06    0.94;
0031     7    1    22.8    10.9    0    0    1    1.002    -13.12    132    1    1.06    0.94;
0032     8    2    30    30    0    0    1    1.01    -12.1    132    1    1.06    0.94;
0033     9    1    0    0    0    0    1    1.051    -14.38    1    1    1.06    0.94;
0034     10    1    5.8    2    0    19    1    1.045    -15.97    33    1    1.06    0.94;
0035     11    2    0    0    0    0    1    1.082    -14.39    11    1    1.06    0.94;
0036     12    1    11.2    7.5    0    0    1    1.057    -15.24    33    1    1.06    0.94;
0037     13    2    0    0    0    0    1    1.071    -15.24    11    1    1.06    0.94;
0038     14    1    6.2    1.6    0    0    1    1.042    -16.13    33    1    1.06    0.94;
0039     15    1    8.2    2.5    0    0    1    1.038    -16.22    33    1    1.06    0.94;
0040     16    1    3.5    1.8    0    0    1    1.045    -15.83    33    1    1.06    0.94;
0041     17    1    9    5.8    0    0    1    1.04    -16.14    33    1    1.06    0.94;
0042     18    1    3.2    0.9    0    0    1    1.028    -16.82    33    1    1.06    0.94;
0043     19    1    9.5    3.4    0    0    1    1.026    -17    33    1    1.06    0.94;
0044     20    1    2.2    0.7    0    0    1    1.03    -16.8    33    1    1.06    0.94;
0045     21    1    17.5    11.2    0    0    1    1.033    -16.42    33    1    1.06    0.94;
0046     22    1    0    0    0    0    1    1.033    -16.41    33    1    1.06    0.94;
0047     23    1    3.2    1.6    0    0    1    1.027    -16.61    33    1    1.06    0.94;
0048     24    1    8.7    6.7    0    4.3    1    1.021    -16.78    33    1    1.06    0.94;
0049     25    1    0    0    0    0    1    1.017    -16.35    33    1    1.06    0.94;
0050     26    1    3.5    2.3    0    0    1    1    -16.77    33    1    1.06    0.94;
0051     27    1    0    0    0    0    1    1.023    -15.82    33    1    1.06    0.94;
0052     28    1    0    0    0    0    1    1.007    -11.97    132    1    1.06    0.94;
0053     29    1    2.4    0.9    0    0    1    1.003    -17.06    33    1    1.06    0.94;
0054     30    1    10.6    1.9    0    0    1    0.992    -17.94    33    1    1.06    0.94;
0055 ];
0056 
0057 %% generator data
0058 %    bus    Pg    Qg    Qmax    Qmin    Vg    mBase    status    Pmax    Pmin    Pc1    Pc2    Qc1min    Qc1max    Qc2min    Qc2max    ramp_agc    ramp_10    ramp_30    ramp_q    apf
0059 mpc.gen = [
0060     1    260.2    -16.1    10    0    1.06    100    1    360.2    0    0    0    0    0    0    0    0    0    0    0    0;
0061     2    40    50    50    -40    1.045    100    1    140    0    0    0    0    0    0    0    0    0    0    0    0;
0062     5    0    37    40    -40    1.01    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0063     8    0    37.3    40    -10    1.01    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0064     11    0    16.2    24    -6    1.082    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0065     13    0    10.6    24    -6    1.071    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0066 ];
0067 
0068 %% branch data
0069 %    fbus    tbus    r    x    b    rateA    rateB    rateC    ratio    angle    status    angmin    angmax
0070 mpc.branch = [
0071     1    2    0.0192    0.0575    0.0528    0    0    0    0    0    1    -360    360;
0072     1    3    0.0452    0.1652    0.0408    0    0    0    0    0    1    -360    360;
0073     2    4    0.057    0.1737    0.0368    0    0    0    0    0    1    -360    360;
0074     3    4    0.0132    0.0379    0.0084    0    0    0    0    0    1    -360    360;
0075     2    5    0.0472    0.1983    0.0418    0    0    0    0    0    1    -360    360;
0076     2    6    0.0581    0.1763    0.0374    0    0    0    0    0    1    -360    360;
0077     4    6    0.0119    0.0414    0.009    0    0    0    0    0    1    -360    360;
0078     5    7    0.046    0.116    0.0204    0    0    0    0    0    1    -360    360;
0079     6    7    0.0267    0.082    0.017    0    0    0    0    0    1    -360    360;
0080     6    8    0.012    0.042    0.009    0    0    0    0    0    1    -360    360;
0081     6    9    0    0.208    0    0    0    0    0.978    0    1    -360    360;
0082     6    10    0    0.556    0    0    0    0    0.969    0    1    -360    360;
0083     9    11    0    0.208    0    0    0    0    0    0    1    -360    360;
0084     9    10    0    0.11    0    0    0    0    0    0    1    -360    360;
0085     4    12    0    0.256    0    0    0    0    0.932    0    1    -360    360;
0086     12    13    0    0.14    0    0    0    0    0    0    1    -360    360;
0087     12    14    0.1231    0.2559    0    0    0    0    0    0    1    -360    360;
0088     12    15    0.0662    0.1304    0    0    0    0    0    0    1    -360    360;
0089     12    16    0.0945    0.1987    0    0    0    0    0    0    1    -360    360;
0090     14    15    0.221    0.1997    0    0    0    0    0    0    1    -360    360;
0091     16    17    0.0524    0.1923    0    0    0    0    0    0    1    -360    360;
0092     15    18    0.1073    0.2185    0    0    0    0    0    0    1    -360    360;
0093     18    19    0.0639    0.1292    0    0    0    0    0    0    1    -360    360;
0094     19    20    0.034    0.068    0    0    0    0    0    0    1    -360    360;
0095     10    20    0.0936    0.209    0    0    0    0    0    0    1    -360    360;
0096     10    17    0.0324    0.0845    0    0    0    0    0    0    1    -360    360;
0097     10    21    0.0348    0.0749    0    0    0    0    0    0    1    -360    360;
0098     10    22    0.0727    0.1499    0    0    0    0    0    0    1    -360    360;
0099     21    22    0.0116    0.0236    0    0    0    0    0    0    1    -360    360;
0100     15    23    0.1    0.202    0    0    0    0    0    0    1    -360    360;
0101     22    24    0.115    0.179    0    0    0    0    0    0    1    -360    360;
0102     23    24    0.132    0.27    0    0    0    0    0    0    1    -360    360;
0103     24    25    0.1885    0.3292    0    0    0    0    0    0    1    -360    360;
0104     25    26    0.2544    0.38    0    0    0    0    0    0    1    -360    360;
0105     25    27    0.1093    0.2087    0    0    0    0    0    0    1    -360    360;
0106     28    27    0    0.396    0    0    0    0    0.968    0    1    -360    360;
0107     27    29    0.2198    0.4153    0    0    0    0    0    0    1    -360    360;
0108     27    30    0.3202    0.6027    0    0    0    0    0    0    1    -360    360;
0109     29    30    0.2399    0.4533    0    0    0    0    0    0    1    -360    360;
0110     8    28    0.0636    0.2    0.0428    0    0    0    0    0    1    -360    360;
0111     6    28    0.0169    0.0599    0.013    0    0    0    0    0    1    -360    360;
0112 ];
0113 
0114 %%-----  OPF Data  -----%%
0115 %% generator cost data
0116 %    1    startup    shutdown    n    x1    y1    ...    xn    yn
0117 %    2    startup    shutdown    n    c(n-1)    ...    c0
0118 mpc.gencost = [
0119     2    0    0    3    0.0384319754    20    0;
0120     2    0    0    3    0.25    20    0;
0121     2    0    0    3    0.01    40    0;
0122     2    0    0    3    0.01    40    0;
0123     2    0    0    3    0.01    40    0;
0124     2    0    0    3    0.01    40    0;
0125 ];
0126 
0127 %% bus names
0128 mpc.bus_name = {
0129     'Glen Lyn 132';
0130     'Claytor  132';
0131     'Kumis    132';
0132     'Hancock  132';
0133     'Fieldale 132';
0134     'Roanoke  132';
0135     'Blaine   132';
0136     'Reusens  132';
0137     'Roanoke  1.0';
0138     'Roanoke   33';
0139     'Roanoke   11';
0140     'Hancock   33';
0141     'Hancock   11';
0142     'Bus 14    33';
0143     'Bus 15    33';
0144     'Bus 16    33';
0145     'Bus 17    33';
0146     'Bus 18    33';
0147     'Bus 19    33';
0148     'Bus 20    33';
0149     'Bus 21    33';
0150     'Bus 22    33';
0151     'Bus 23    33';
0152     'Bus 24    33';
0153     'Bus 25    33';
0154     'Bus 26    33';
0155     'Cloverdle 33';
0156     'Cloverdle132';
0157     'Bus 29    33';
0158     'Bus 30    33';
0159 };
0160 
0161 % Warnings from cdf2matp conversion:
0162 %
0163 % ***** check the title format in the first line of the cdf file.
0164 % ***** Qmax = Qmin at generator at bus    1 (Qmax set to Qmin + 10)
0165 % ***** MVA limit of branch 1 - 2 not given, set to 0
0166 % ***** MVA limit of branch 1 - 3 not given, set to 0
0167 % ***** MVA limit of branch 2 - 4 not given, set to 0
0168 % ***** MVA limit of branch 3 - 4 not given, set to 0
0169 % ***** MVA limit of branch 2 - 5 not given, set to 0
0170 % ***** MVA limit of branch 2 - 6 not given, set to 0
0171 % ***** MVA limit of branch 4 - 6 not given, set to 0
0172 % ***** MVA limit of branch 5 - 7 not given, set to 0
0173 % ***** MVA limit of branch 6 - 7 not given, set to 0
0174 % ***** MVA limit of branch 6 - 8 not given, set to 0
0175 % ***** MVA limit of branch 6 - 9 not given, set to 0
0176 % ***** MVA limit of branch 6 - 10 not given, set to 0
0177 % ***** MVA limit of branch 9 - 11 not given, set to 0
0178 % ***** MVA limit of branch 9 - 10 not given, set to 0
0179 % ***** MVA limit of branch 4 - 12 not given, set to 0
0180 % ***** MVA limit of branch 12 - 13 not given, set to 0
0181 % ***** MVA limit of branch 12 - 14 not given, set to 0
0182 % ***** MVA limit of branch 12 - 15 not given, set to 0
0183 % ***** MVA limit of branch 12 - 16 not given, set to 0
0184 % ***** MVA limit of branch 14 - 15 not given, set to 0
0185 % ***** MVA limit of branch 16 - 17 not given, set to 0
0186 % ***** MVA limit of branch 15 - 18 not given, set to 0
0187 % ***** MVA limit of branch 18 - 19 not given, set to 0
0188 % ***** MVA limit of branch 19 - 20 not given, set to 0
0189 % ***** MVA limit of branch 10 - 20 not given, set to 0
0190 % ***** MVA limit of branch 10 - 17 not given, set to 0
0191 % ***** MVA limit of branch 10 - 21 not given, set to 0
0192 % ***** MVA limit of branch 10 - 22 not given, set to 0
0193 % ***** MVA limit of branch 21 - 22 not given, set to 0
0194 % ***** MVA limit of branch 15 - 23 not given, set to 0
0195 % ***** MVA limit of branch 22 - 24 not given, set to 0
0196 % ***** MVA limit of branch 23 - 24 not given, set to 0
0197 % ***** MVA limit of branch 24 - 25 not given, set to 0
0198 % ***** MVA limit of branch 25 - 26 not given, set to 0
0199 % ***** MVA limit of branch 25 - 27 not given, set to 0
0200 % ***** MVA limit of branch 28 - 27 not given, set to 0
0201 % ***** MVA limit of branch 27 - 29 not given, set to 0
0202 % ***** MVA limit of branch 27 - 30 not given, set to 0
0203 % ***** MVA limit of branch 29 - 30 not given, set to 0
0204 % ***** MVA limit of branch 8 - 28 not given, set to 0
0205 % ***** MVA limit of branch 6 - 28 not given, set to 0

Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005