⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 busdata14.m

📁 This is inportent program for energy sector engineers. This matlab code is based on Newton Rapshion
💻 M
字号:

%*Bus Type: (1) swing bus, (2) generator bus (PV bus), and (3) load bus (PQ bus)

 function busdata = busdata14()     % Returns busdata.

%         |Bus   | Type |  Vsp   |  theta  | PGi  |  QGi  |  PLi   | QLi   | Qmin  |Qmax |Qin |
busdata = [ 1       2      1.045     0.00    2.32    0.00    0.00    0.00   -10.00  10.0  0.00;  
            2       1      1.05      0.00    0.4    -0.424   0.2170  0.1270  -0.40  0.50  0.00;
            3       2      1.055     0.00    0.00    0.00    0.9420  0.1900   0.00  0.40  0.00;
            4       3      1.00      0.00    0.00    0.00    0.4780  0.00     0.00  0.00  0.00;
            5       3      1.00      0.00    0.00    0.00    0.0760  0.0160   0.00  0.00  0.00;
            6       2      1.06      0.00    0.00    0.00    0.1120  0.0750  -0.06  0.24  0.00;
            7       3      1.00      0.00    0.00    0.00    0.00    0.00     0.00  0.00  0.00;
            8       2      1.067     0.00    0.00    0.00    0.00    0.00    -0.06  0.24  0.00;
            9       3      1.00      0.00    0.00    0.00    0.2950  0.1660   0.00  0.00  0.00;
            10      3      1.00      0.00    0.00    0.00    0.0900  0.0580   0.00  0.00  0.00;
            11      3      1.00      0.00    0.00    0.00    0.0350  0.0180   0.00  0.00  0.00;
            12      3      1.00      0.00    0.00    0.00    0.0610  0.0160   0.00  0.00  0.00;
            13      3      1.00      0.00    0.00    0.00    0.1350  0.0580   0.00  0.00  0.00;
            14      3      1.00      0.00    0.00    0.00    0.1490  0.0500   0.00  0.00  0.00;];
% busdata=[
%                1      3     1.0     0     1840   460   0     0    0        0       0
%                2      3     1.0     0      980   340   0     0    0        0       0
%                3      3     1.0     0     1790   446   0     0    0        0       0
%                4      3     1.0     0     1598  1840   0     0    0        0       0
%                5      3     1.0     0     1610   600   0     0    0        0       0
%                6      3     1.0     0      780   110   0     0    0        0       0
%                7      3     1.0     0     1150    60   0     0    0        0       0
%                8      3     1.0     0      980   130   0     0    0        0       0
%                9      3     1.0     0     1640   200   0     0    0        0       0];
%      

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -