Home > matpower5.0 > t > t_case9_dcline.m

t_case9_dcline

PURPOSE ^

T_CASE9_DCLINE Same as T_CASE9_OPFV2 with addition of DC line data.

SYNOPSIS ^

function mpc = t_case9_dcline

DESCRIPTION ^

T_CASE9_DCLINE   Same as T_CASE9_OPFV2 with addition of DC line data.
   Please see CASEFORMAT for details on the case file format.

   See also: TOGGLE_DCLINE, IDX_DCLINE.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = t_case9_dcline
0002 %T_CASE9_DCLINE   Same as T_CASE9_OPFV2 with addition of DC line data.
0003 %   Please see CASEFORMAT for details on the case file format.
0004 %
0005 %   See also: TOGGLE_DCLINE, IDX_DCLINE.
0006 
0007 %   MATPOWER
0008 %   $Id: t_case9_dcline.m 2408 2014-10-22 20:41:33Z ray $
0009 
0010 %% MATPOWER Case Format : Version 2
0011 mpc.version = '2';
0012 
0013 %%-----  Power Flow Data  -----%%
0014 %% system MVA base
0015 mpc.baseMVA = 100;
0016 
0017 %% bus data
0018 %    bus_i    type    Pd    Qd    Gs    Bs    area    Vm    Va    baseKV    zone    Vmax    Vmin
0019 mpc.bus = [
0020     1    3    0    0    0    0    1    1    0    345    1    1.1    0.9;
0021     2    2    0    0    0    0    1    1    0    345    1    1.1    0.9;
0022     30    2    0    0    0    0    1    1    0    345    1    1.1    0.9;
0023     4    1    0    0    0    0    1    1    0    345    1    1.1    0.9;
0024     5    1    90    30    0    0    1    1    0    345    1    1.1    0.9;
0025     6    1    0    0    0    0    1    1    0    345    1    1.1    0.9;
0026     7    1    100    35    0    0    1    1    0    345    1    1.1    0.9;
0027     8    1    0    0    0    0    1    1    0    345    1    1.1    0.9;
0028     9    1    125    50    0    0    1    1    0    345    1    1.1    0.9;
0029 ];
0030 
0031 %% generator data
0032 %    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
0033 mpc.gen = [
0034     1    0    0    300    -300    1    100    1    250    90    0    0    0    0    0    0    0    0    0    0    0;
0035     2    163    0    300    -300    1    100    1    300    10    0    200    -20    20    -10    10    0    0    0    0    0;
0036     30    85    0    300    -300    1    100    1    270    10    0    200    -30    30    -15    15    0    0    0    0    0;
0037 ];
0038 
0039 %% branch data
0040 %    fbus    tbus    r    x    b    rateA    rateB    rateC    ratio    angle    status    angmin    angmax
0041 mpc.branch = [
0042     1    4    0    0.0576    0    0    250    250    0    0    1    -360    2.48;
0043     4    5    0.017    0.092    0.158    0    250    250    0    0    1    -360    360;
0044     5    6    0.039    0.17    0.358    150    150    150    0    0    1    -360    360;
0045     30    6    0    0.0586    0    0    300    300    0    0    1    -360    360;
0046     6    7    0.0119    0.1008    0.209    40    150    150    0    0    1    -360    360;
0047     7    8    0.0085    0.072    0.149    250    250    250    0    0    1    -360    360;
0048     8    2    0    0.0625    0    250    250    250    0    0    1    -360    360;
0049     8    9    0.032    0.161    0.306    250    250    250    0    0    1    -360    360;
0050     9    4    0.01    0.085    0.176    250    250    250    0    0    1    -2    360;
0051 ];
0052 
0053 %%-----  OPF Data  -----%%
0054 %% generator cost data
0055 %    1    startup    shutdown    n    x1    y1    ...    xn    yn
0056 %    2    startup    shutdown    n    c(n-1)    ...    c0
0057 mpc.gencost = [
0058     1    0    0    4    0    0    100    2500    200    5500    250    7250;
0059     2    0    0    2    24.035    -403.5    0    0    0    0    0    0;
0060     1    0    0    3    0    0    200    3000    300    5000    0    0;
0061 ];
0062 
0063 %%-----  DC Line Data  -----
0064 %    fbus    tbus    status    Pf    Pt    Qf    Qt    Vf    Vt    Pmin    Pmax    QminF    QmaxF    QminT    QmaxT    loss0    loss1
0065 mpc.dcline = [
0066     30    4    1    10    8.9    0    0    1.01    1    1    10    -10    10    -10    10    1    0.01;
0067     7    9    1    2    1.96    0    0    1    1    2    10    0    0    0    0    0    0;
0068     5    8    0    0    0    0    0    1    1    1    10    -10    10    -10    10    0    0;
0069     5    9    1    10    9.5    0    0    1    0.98    0    10    -10    10    -10    10    0    0.05;
0070 ];
0071 
0072 %% DC line cost data
0073 %    1    startup    shutdown    n    x1    y1    ...    xn    yn
0074 %    2    startup    shutdown    n    c(n-1)    ...    c0
0075 mpc.dclinecost = [
0076     2    0    0    2    0    0    0    0    0    0    0    0    0    0;
0077     2    0    0    2    0    0    0    0    0    0    0    0    0    0;
0078     2    0    0    2    0    0    0    0    0    0    0    0    0    0;
0079     2    0    0    2    7.3    0    0    0    0    0    0    0    0    0;
0080 ];

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