设为首页收藏本站|繁體中文 快速切换版块

 找回密码
 立即加入
搜索
查看: 2320|回复: 5

关于MATLAB7.6 DFIG (detail)模型中输出电流不对称的解决方案

  [复制链接]

该用户从未签到

尚未签到

发表于 2009-9-14 10:56:21 | 显示全部楼层 |阅读模式

马上加入,结交更多好友,共享更多资料,让你轻松玩转电力研学社区!

您需要 登录 才可以下载或查看,没有账号?立即加入

×
本帖最后由 jinbinchi 于 2009-9-14 11:01 编辑
0 a  z; V, j0 N( d, P2 |' ^' ~4 u1 H9 a; }4 x  i0 I
按照以下步骤操作,可解决MATLAB7.6 DFIG (detail)模型中输出电流不对称的问题,我试过,出来的波形很好。- B5 F; D+ g- ^- a# m
8 x( E1 c% {; P4 \1 q$ s
9 p8 U9 T, P2 @3 B9 j

* C: S1 o# w' M3 h' @  A   1. In the Simulation/Configuration Parameters menu, uncheck the "Initial state" parameter.1 l# _/ }6 L: }7 D, t2 S
   2. In the 120 kV Three-phase Voltage Source menu, disable the source voltage step by setting the "Time variation of " parameter to "none".
8 M' g, W' g( B/ n, G" r/ ~0 C' q+ ^   3. In order to shorten the time required to reach steady-state, you will have to temporarily decrease the inertia of the turbine-generator group. Open the DFIG Wind Turbine menu and in the Drive train data and Generator data, divide the H inertia constants by 10./ J/ ?$ q( S' S+ ^
   4. Change the Simulation Stop Time to 5 seconds. Note that in order to generate initial conditions coherent with the 60 Hz voltage source phase angles, the Stop Time must be an integer number of 60 Hz cycles.
# R/ ^. b! _- @; \2 @, {' M   5. Change the Simulation Mode from "Normal" to "Accelerator".: T2 c7 V. n0 g% s* V  C. h0 b
   6. Start simulation. When Simulation is completed, verify that steady state has been reached by looking at waveforms displayed on the Scope. The final states which have been saved in the "xFinal" structure with time can be used as initial states for future simulations. Executing the next two commands copies these final conditions in "xInitial" and saves this variable in a new file (myModel_init.mat).! o7 N/ y8 w6 W9 Z1 x% e( h9 |: u
   7. >> xInitial=xFinal;5 t( Y! ^3 s/ j
   8. >> save myModel_init xInitial
/ g% V+ _0 ~5 |1 J" G   9. In the File/Model Properties/Callbacks/InitFcn window, replace the first line of initialization commands with "load myModel_init". Next time you start a simulation with this model, the variable xInitial saved in the myModel_init.mat file will be loaded in your workspace.
; ~" w* z1 w" h7 X" {2 u  10. In the Simulation/Configuration Parameters menu, check "Initial state".
9 S$ i8 j, L6 U8 [; d/ ?9 Q9 w% G  11. In the Wind Turbine Generator and Drive train data, reset the inertia constants H back to their original values.
% t) ?/ ]5 \4 C1 H# n- [& f  12. Start simulation and verify that your model starts in steady-state.
* f. I2 f7 {# g7 O3 g3 _) F  13. In the 120 kV Three-phase voltage source menu, set the "Time variation of" parameter back to "Amplitude"." \6 r& E9 O0 z1 s
  14. Change the Simulation Stop Time and Simulation Mode back to their original values (0.2 seconds, Normal).1 P7 |, t! c, w& Q4 }' q
  15. Save your Model./ D1 e# ]! R* g. i- O3 G
# N- Z% `% P/ h! p" ?: C& ~+ D
其原理就是模型给出的初始文件有误,初次运行的时候去掉模型所给的初始文件xinitial,然后让模型运行5s后达到稳态,将此时稳态的终值xfinal赋给xinitial,然后再将xinitial载入,这样模型开始运行的时候就是稳态。
"真诚赞赏,手留余香"
还没有人打赏,支持一下
楼主热帖
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

该用户从未签到

尚未签到

发表于 2009-9-14 12:06:07 | 显示全部楼层
那么高级的版本都出来了
"真诚赞赏,手留余香"
还没有人打赏,支持一下
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

该用户从未签到

尚未签到

发表于 2009-9-15 13:38:12 | 显示全部楼层
7.6解释的详细~~~~
"真诚赞赏,手留余香"
还没有人打赏,支持一下
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

该用户从未签到

尚未签到

发表于 2010-5-28 17:39:12 | 显示全部楼层
学习一下~~~~~~~~
"真诚赞赏,手留余香"
还没有人打赏,支持一下
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

该用户从未签到

尚未签到

发表于 2013-7-13 15:19:16 | 显示全部楼层
呵呵,;不得不说楼主很专业!特来学习,不知道楼主能解释DFIG (detail),转子侧控制里边的电流调节怎么又等值电路计算下边参数[img][/img]
"真诚赞赏,手留余香"
还没有人打赏,支持一下
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

该用户从未签到

尚未签到

发表于 2013-7-13 15:21:46 | 显示全部楼层
Current Regulators
$ M1 z- ^0 J/ [: x! q+ ?& Ain Vector Control of DFIG Wind Turbines这些参数看那些文献可以理解,求推荐!先谢谢楼主了
"真诚赞赏,手留余香"
还没有人打赏,支持一下
帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
您需要登录后才可以回帖 登录 | 立即加入

本版积分规则

招聘斑竹

小黑屋|手机版|APP下载(beta)|Archiver|电力研学网 ( 赣ICP备12000811号-1|赣公网安备36040302000210号 )|网站地图

GMT+8, 2024-4-29 00:22

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表