set2.m

来自「Gives all the matlab codes for dynamic s」· M 代码 · 共 31 行

M
31
字号
% parameters of synchronous generator set 2
Sbratio(2) = 1000/911;%ratio of system to machine base VA  
Perunit = 1 % parameters given in per unit of machine base
Frated = 60;
Poles = 4; % not certain
SCR=0.64;
Pfrated=0.9;
Vrated =26e3;
Prated=911000e3;
rs(2) = 0.001;
xd(2) = 2.040;
xq(2) = 1.960;
xls(2) = 0.154;
xpd(2) = 0.266;
xpq(2) = 0.262;
Tpdo(2) = 6.000;
Tpqo(2) = 0.900;
H(2) = 2.5;
Domega(2) = 2;%nonzero to account for damper windings not represented
% Parameters of an alternator-Rectifier Excitation System
KA(2) = 50;
TA(2) =.060;
VRmax(2) = 1.0;
VRmin(2) = -1.0;
TE(2) = 0.440;
KE(2) = -0.0393;
TF(2) = 1.0;
KF(2) = 0.07;
AEx(2) = 0.0013; 
BEx(2) = 1.156;

⌨️ 快捷键说明

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