主要内容

使用简化发电机对风力发电系统进行建模

自 R2024b 起

此示例展示了如何使用 Simplified Generator 模块对一个低保真度的三相并网风力发电系统进行建模。可使用此低保真度电气模型进行规划和变桨控制研究。

打开模型

此示例对一个 1.5 MVA、575 V、60 Hz 的风力发电系统进行建模。该模型对该风力发电系统的最大功率点追踪 (MPPT) 运行区域进行仿真。

要编辑模型的输入参数,请在 MATLAB® 命令行窗口中输入以下命令。

edit 'WindSimplifiedGeneratorInput'

打开 WindSimplifiedGenerator 模型。

 
open_system("WindSimplifiedGenerator");

绘制结果

加载输入参数。

WindSimplifiedGeneratorInput

对模型进行仿真并绘制结果。

WindSimplifiedGeneratorPlot

Figure WindSimplifiedGeneratorResult contains 4 axes objects. Axes object 1 with title Wind Speed, xlabel Time (s), ylabel Wind Speed (m/s) contains an object of type line. Axes object 2 with title Net Active Power Supplied, xlabel Time (s), ylabel Active Power (pu) contains 2 objects of type line. These objects represent Power Demand, Power Supplied. Axes object 3 with title Net Reactive Power Supplied, xlabel Time (s), ylabel Reactive Power (pu) contains an object of type line. Axes object 4 with title Phase Voltage and Current Supplied, xlabel Time (s), ylabel Voltage and Current (pu) contains 2 objects of type line. These objects represent Voltage, Current.

这些图显示了风速、净有功功率和无功功率,以及相电压和相电流。简化发电机根据指定的功率需求为风力涡轮机施加机械负载,并在考虑机电损耗后向电网供应所需的电力。随着风速的增加,风力发电系统向电网供应的电力也会增加,正如 MPPT 命令所指定的那样。

另请参阅

|

主题