1、一、实验目的1、系统了解 MATLAB 软件 simulink 工具箱中 simpowersystem 使用方法;2、在熟悉相关元器件参数设置方法的基础上,搭建变压器短路模型;3、仿真实现相关结果,进一步加深对 MATLAB 软件 simulink 工具箱对电力系统仿真的作用。二、实验步骤1、 交流电压源模块(AC voltage source):在 simpowersystems 目录下电力电源(electrical sources)模块库中调用,幅值为 14400*sqrt(2),相位 0,频率 50Hz。2、 Clock 模块:在 simulink 目录下 sources 模块库中调用,
2、使用其默认参数。3、 To workplace 模块:在 simulink 目录下 sinks 模块库中调用,其数据输出模式设置为array.4、 Current measurement 模块:在 simpowersystems 目录下 measurements 模块库中调用。5、 均方根值计算(RMS)模块:在 simpowersystems 目录下 extra library 模块库的measurements 模块库中调用,使用默认参数。6、 接地模块:在 simpowersystems 目录下 elements 模块库中。7、 Bus creator 模块:在 simulink 目录下
3、signal routing 模块库中调用,通道数为 2.8、 变压器 linear transformer 模块:在 simpowersystems 目录下 elements 模块库中调用,参数如下图设置。9、 Display 模块:在 simulink 目录下 sinks 模块库中调用,使用默认参数。10、 示波器 scope 模块:在 simulink 目录下 sinks 模块库中调用,使用默认参数。11、 Powergui 模块:在 simpowersystems 目录下调用,使用默认设置。12、 点击 simulation,修改 “configuration paramenters”
4、中的时间参数 0-0.1,算法为ode23s,相对精度为 1e-5,其他为默认参数。13、编制 M 程序,命名为 plot_wbtransfshorttest.mclffigure(1)subplot(211)plot(time,M(:,1),linewidth,2)ylabel(Ip/A,fontsize,16)grid on subplot(212)plot(time,M(:,2),linewidth,2)ylabel(Is/A,fontsize,16)grid onxlabel(时间 t/s,fontsize,16)14、按照下图搭建变压器短路仿真模型,命名transformershorttest.mel,并保存。15、设置仿真后续参数,即点击file-model properties callbacks-stopfcn,最后在空白处键入plot_wbtransfshorttest.m,最后点击OK三、实验结果运行,切图保存。图中可直接看到原边电流和副边电流;原边额定电压14400V,副边电压120V,匝数比为120. 目前原边和副边电流之比近似120,该变压器副方处于短路状态。