Chp11ex7.m
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:1k
源码类别:

其他行业

开发平台:

Matlab

  1. basemva = 100;  accuracy = 0.0001;  maxiter = 10;
  2. busdata=[1  1  1.06   0.0  00.00    00.00    0.00    00.00     0     0   0
  3.          2  2  1.04   0.0  00.00    00.00  150.00    00.00     0   140   0
  4.          3  2  1.03   0.0  00.00    00.00  100.00    00.00     0    90   0
  5.          4  0  1.0    0.0 100.00    70.00   00.00    00.00     0    0    0
  6.          5  0  1.0    0.0  90.00    30.00   00.00    00.00     0    0    0
  7.          6  0  1.0    0.0 160.00   110.00   00.00    00.00     0    0    0];
  8. linedata=[1  4  0.035   0.225   0.0065   1.0
  9.           1  5  0.025   0.105   0.0045   1.0
  10.           1  6  0.040   0.215   0.0055   1.0
  11.           2  4  0.000   0.035   0.0000   1.0
  12.           3  5  0.000   0.042   0.0000   1.0
  13.           4  6  0.028   0.125   0.0035   1.0
  14.           5  6  0.026   0.175   0.0300   1.0];
  15. lfybus                     % form the bus admittance matrix
  16. lfnewton     % Power flow solution by Newton-Raphson method
  17. busout       % Prints the power flow solution on the screen
  18. %         Gen.  Ra   Xd'    H
  19. gendata=[ 1     0   0.20   20
  20.           2     0   0.15    4
  21.           3     0   0.25    5];
  22. trstab