Home > matpower5.0 > case14.m

case14

PURPOSE ^

CASE14 Power flow data for IEEE 14 bus test case.

SYNOPSIS ^

function mpc = case14

DESCRIPTION ^

CASE14    Power flow data for IEEE 14 bus test case.
   Please see CASEFORMAT for details on the case file format.
   This data was converted from IEEE Common Data Format
   (ieee14cdf.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/19/93 UW ARCHIVE           100.0  1962 W IEEE 14 Bus Test Case

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = case14
0002 %CASE14    Power flow data for IEEE 14 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 %   (ieee14cdf.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/19/93 UW ARCHIVE           100.0  1962 W IEEE 14 Bus Test Case
0012 
0013 %   MATPOWER
0014 %   $Id: case14.m 2394 2014-10-15 20:39:39Z ray $
0015 
0016 %% MATPOWER Case Format : Version 2
0017 mpc.version = '2';
0018 
0019 %%-----  Power Flow Data  -----%%
0020 %% system MVA base
0021 mpc.baseMVA = 100;
0022 
0023 %% bus data
0024 %    bus_i    type    Pd    Qd    Gs    Bs    area    Vm    Va    baseKV    zone    Vmax    Vmin
0025 mpc.bus = [
0026     1    3    0    0    0    0    1    1.06    0    0    1    1.06    0.94;
0027     2    2    21.7    12.7    0    0    1    1.045    -4.98    0    1    1.06    0.94;
0028     3    2    94.2    19    0    0    1    1.01    -12.72    0    1    1.06    0.94;
0029     4    1    47.8    -3.9    0    0    1    1.019    -10.33    0    1    1.06    0.94;
0030     5    1    7.6    1.6    0    0    1    1.02    -8.78    0    1    1.06    0.94;
0031     6    2    11.2    7.5    0    0    1    1.07    -14.22    0    1    1.06    0.94;
0032     7    1    0    0    0    0    1    1.062    -13.37    0    1    1.06    0.94;
0033     8    2    0    0    0    0    1    1.09    -13.36    0    1    1.06    0.94;
0034     9    1    29.5    16.6    0    19    1    1.056    -14.94    0    1    1.06    0.94;
0035     10    1    9    5.8    0    0    1    1.051    -15.1    0    1    1.06    0.94;
0036     11    1    3.5    1.8    0    0    1    1.057    -14.79    0    1    1.06    0.94;
0037     12    1    6.1    1.6    0    0    1    1.055    -15.07    0    1    1.06    0.94;
0038     13    1    13.5    5.8    0    0    1    1.05    -15.16    0    1    1.06    0.94;
0039     14    1    14.9    5    0    0    1    1.036    -16.04    0    1    1.06    0.94;
0040 ];
0041 
0042 %% generator data
0043 %    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
0044 mpc.gen = [
0045     1    232.4    -16.9    10    0    1.06    100    1    332.4    0    0    0    0    0    0    0    0    0    0    0    0;
0046     2    40    42.4    50    -40    1.045    100    1    140    0    0    0    0    0    0    0    0    0    0    0    0;
0047     3    0    23.4    40    0    1.01    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0048     6    0    12.2    24    -6    1.07    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0049     8    0    17.4    24    -6    1.09    100    1    100    0    0    0    0    0    0    0    0    0    0    0    0;
0050 ];
0051 
0052 %% branch data
0053 %    fbus    tbus    r    x    b    rateA    rateB    rateC    ratio    angle    status    angmin    angmax
0054 mpc.branch = [
0055     1    2    0.01938    0.05917    0.0528    0    0    0    0    0    1    -360    360;
0056     1    5    0.05403    0.22304    0.0492    0    0    0    0    0    1    -360    360;
0057     2    3    0.04699    0.19797    0.0438    0    0    0    0    0    1    -360    360;
0058     2    4    0.05811    0.17632    0.034    0    0    0    0    0    1    -360    360;
0059     2    5    0.05695    0.17388    0.0346    0    0    0    0    0    1    -360    360;
0060     3    4    0.06701    0.17103    0.0128    0    0    0    0    0    1    -360    360;
0061     4    5    0.01335    0.04211    0    0    0    0    0    0    1    -360    360;
0062     4    7    0    0.20912    0    0    0    0    0.978    0    1    -360    360;
0063     4    9    0    0.55618    0    0    0    0    0.969    0    1    -360    360;
0064     5    6    0    0.25202    0    0    0    0    0.932    0    1    -360    360;
0065     6    11    0.09498    0.1989    0    0    0    0    0    0    1    -360    360;
0066     6    12    0.12291    0.25581    0    0    0    0    0    0    1    -360    360;
0067     6    13    0.06615    0.13027    0    0    0    0    0    0    1    -360    360;
0068     7    8    0    0.17615    0    0    0    0    0    0    1    -360    360;
0069     7    9    0    0.11001    0    0    0    0    0    0    1    -360    360;
0070     9    10    0.03181    0.0845    0    0    0    0    0    0    1    -360    360;
0071     9    14    0.12711    0.27038    0    0    0    0    0    0    1    -360    360;
0072     10    11    0.08205    0.19207    0    0    0    0    0    0    1    -360    360;
0073     12    13    0.22092    0.19988    0    0    0    0    0    0    1    -360    360;
0074     13    14    0.17093    0.34802    0    0    0    0    0    0    1    -360    360;
0075 ];
0076 
0077 %%-----  OPF Data  -----%%
0078 %% generator cost data
0079 %    1    startup    shutdown    n    x1    y1    ...    xn    yn
0080 %    2    startup    shutdown    n    c(n-1)    ...    c0
0081 mpc.gencost = [
0082     2    0    0    3    0.0430292599    20    0;
0083     2    0    0    3    0.25    20    0;
0084     2    0    0    3    0.01    40    0;
0085     2    0    0    3    0.01    40    0;
0086     2    0    0    3    0.01    40    0;
0087 ];
0088 
0089 %% bus names
0090 mpc.bus_name = {
0091     'Bus 1     HV';
0092     'Bus 2     HV';
0093     'Bus 3     HV';
0094     'Bus 4     HV';
0095     'Bus 5     HV';
0096     'Bus 6     LV';
0097     'Bus 7     ZV';
0098     'Bus 8     TV';
0099     'Bus 9     LV';
0100     'Bus 10    LV';
0101     'Bus 11    LV';
0102     'Bus 12    LV';
0103     'Bus 13    LV';
0104     'Bus 14    LV';
0105 };
0106 
0107 % Warnings from cdf2matp conversion:
0108 %
0109 % ***** check the title format in the first line of the cdf file.
0110 % ***** Qmax = Qmin at generator at bus    1 (Qmax set to Qmin + 10)
0111 % ***** MVA limit of branch 1 - 2 not given, set to 0
0112 % ***** MVA limit of branch 1 - 5 not given, set to 0
0113 % ***** MVA limit of branch 2 - 3 not given, set to 0
0114 % ***** MVA limit of branch 2 - 4 not given, set to 0
0115 % ***** MVA limit of branch 2 - 5 not given, set to 0
0116 % ***** MVA limit of branch 3 - 4 not given, set to 0
0117 % ***** MVA limit of branch 4 - 5 not given, set to 0
0118 % ***** MVA limit of branch 4 - 7 not given, set to 0
0119 % ***** MVA limit of branch 4 - 9 not given, set to 0
0120 % ***** MVA limit of branch 5 - 6 not given, set to 0
0121 % ***** MVA limit of branch 6 - 11 not given, set to 0
0122 % ***** MVA limit of branch 6 - 12 not given, set to 0
0123 % ***** MVA limit of branch 6 - 13 not given, set to 0
0124 % ***** MVA limit of branch 7 - 8 not given, set to 0
0125 % ***** MVA limit of branch 7 - 9 not given, set to 0
0126 % ***** MVA limit of branch 9 - 10 not given, set to 0
0127 % ***** MVA limit of branch 9 - 14 not given, set to 0
0128 % ***** MVA limit of branch 10 - 11 not given, set to 0
0129 % ***** MVA limit of branch 12 - 13 not given, set to 0
0130 % ***** MVA limit of branch 13 - 14 not given, set to 0

Generated on Mon 26-Jan-2015 15:21:31 by m2html © 2005