Home > matpower6.0 > t > t_psse_case2.m

t_psse_case2

PURPOSE ^

T_PSSE_CASE2

SYNOPSIS ^

function mpc = t_psse_case2

DESCRIPTION ^

T_PSSE_CASE2
   PSS/E-29.0
   Nine Bus System-Documentation
   PowerFactory 14.1.7  Date: 12/2/2013, Time: 11:54:12 AM

   Converted by MATPOWER 5.0 using PSSE2MPC on 11-Aug-2014
   from 't_psse_case2.raw' using PSS/E rev 29 format.

   WARNINGS:
       Skipped 1 line of zone data.
       Using default voltage magnitude limits: VMIN = 0.9 p.u., VMAX = 1.1 p.u.

   See CASEFORMAT for details on the MATPOWER case file format.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = t_psse_case2
0002 %T_PSSE_CASE2
0003 %   PSS/E-29.0
0004 %   Nine Bus System-Documentation
0005 %   PowerFactory 14.1.7  Date: 12/2/2013, Time: 11:54:12 AM
0006 %
0007 %   Converted by MATPOWER 5.0 using PSSE2MPC on 11-Aug-2014
0008 %   from 't_psse_case2.raw' using PSS/E rev 29 format.
0009 %
0010 %   WARNINGS:
0011 %       Skipped 1 line of zone data.
0012 %       Using default voltage magnitude limits: VMIN = 0.9 p.u., VMAX = 1.1 p.u.
0013 %
0014 %   See CASEFORMAT for details on the MATPOWER case file format.
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.04    0    16.5    1    1.1    0.9;
0027     2    2    0    0    0    0    1    1.025    8.7082    18    1    1.1    0.9;
0028     3    2    0    0    0    0    1    1.025    4.1856    13.8    1    1.1    0.9;
0029     4    1    0    0    0    0    1    1.0387    147.8191    230    1    1.1    0.9;
0030     5    1    125    50    0    0    1    1.01852    146.0461    230    1    1.1    0.9;
0031     6    1    90    30    0    0    1    1.03535    146.3131    230    1    1.1    0.9;
0032     7    1    0    0    0    0    1    1.06277    153.1267    230    1    1.1    0.9;
0033     8    1    100    35    0    0    1    1.0541    150.3322    230    1    1.1    0.9;
0034     9    1    0    0    0    0    1    1.06969    151.4775    230    1    1.1    0.9;
0035     10    1    0    0    0    0    1    1.05999    152.4213    230    1    1.1    0.9;
0036 ];
0037 
0038 %% generator data
0039 %    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    mu_Pmax    mu_Pmin    mu_Qmax    mu_Qmin
0040 mpc.gen = [
0041     1    71.37    3.7    247.5    -247.5    1.04    247.5    1    247.5    0    0    0    0    0    0    0    0    0    0    0    0    0.0000    0.0000    0.0000    0.0000;
0042     2    163    13.04    192    -192    1.025    192    1    163.2    0    0    0    0    0    0    0    0    0    0    0    0    0.0000    0.0000    0.0000    0.0000;
0043     3    85    -4.2    128    -128    1.025    128    1    108.8    0    0    0    0    0    0    0    0    0    0    0    0    0.0000    0.0000    0.0000    0.0000;
0044 ];
0045 
0046 %% branch data
0047 %    fbus    tbus    r    x    b    rateA    rateB    rateC    ratio    angle    status    angmin    angmax
0048 mpc.branch = [
0049     5    4    0.01    0.085    0.17599831    398.37    398.37    398.37    0    0    1    -360    360;
0050     6    4    0.017    0.092    0.15800701    398.37    398.37    398.37    0    0    1    -360    360;
0051     10    5    0.0288    0.1449    0.27540003    398.37    398.37    398.37    0    0    1    -360    360;
0052     9    6    0.039    0.17    0.35800075    398.37    398.37    398.37    0    0    1    -360    360;
0053     7    8    0.0085    0.072    0.14899814    398.37    398.37    398.37    0    0    1    -360    360;
0054     7    10    0.0032    0.0161    0.03060001    398.37    398.37    398.37    0    0    1    -360    360;
0055     8    9    0.0119    0.1008    0.20899731    398.37    398.37    398.37    0    0    1    -360    360;
0056     4    1    0    0.0576    0    250    250    250    1    150    1    -360    360;
0057     7    2    0    0.0625    0    200    200    200    1.04    150    1    -360    360;
0058     9    3    0    0.0586    0    150    150    150    1.04    150    1    -360    360;
0059 ];
0060 
0061 %% bus names
0062 mpc.bus_name = {
0063     'Bus 1   ';
0064     'Bus 2   ';
0065     'Bus 3   ';
0066     'Bus 4   ';
0067     'Bus 5   ';
0068     'Bus 6   ';
0069     'Bus 7   ';
0070     'Bus 8   ';
0071     'Bus 9   ';
0072     'Fault   ';
0073 };

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