メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

簡易発電機を備えた風力発電システムのモデル化

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 コマンドで指定されているように、風力システムが送電系統に供給する電力も増加します。

参考

|

トピック