VSCモデルをフェーザで解析する方法
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yama
am 6 Jan. 2020
Beantwortet: Hiroumi Mita
am 7 Jan. 2020
電力系統にPVモデルを組み込み、系統擾乱時の過渡安定性についての検討を行っています。
その際、Simulation TypeをPhasorにすると、PVモデルでVSCとして用いているUniversal Bridge Blockが次のようなエラーを起こします。
The following SimPowerSystem block is not allowed with the Phasor simulation method:
Block : power_PVarray_grid_avg/VSC (Average Model)
Type : Universal Bridge
VSCをPhasorでシュレーションをする方法、またはこれに変わるモデルはありますか?
0 Kommentare
Akzeptierte Antwort
Hiroumi Mita
am 7 Jan. 2020
残念ながら、phasor法は、線形回路において、
一定の周波数をとる(例:50Hzや60Hz)場合に適用ができる計算方法ですので
スイッチングデバイスを使う、AC-DC、DC-DC、DC-AC変換を含む回路では使うことができません。
phasor法を、そのような回路で使う場合には大胆な近似が必要です。
例えば、太陽光発電などはDC電流源になりますので、電流源として扱います。
この辺りは、次のモデルの該当箇所を丁寧に調べればわかります。
https://jp.mathworks.com/help/physmod/sps/examples/simplified-model-of-a-small-scale-micro-grid.html
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Power and Energy Systems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!