Continuation Power Flow in PSAT

3 ビュー (過去 30 日間)
mekki nesrine
mekki nesrine 2015 年 6 月 29 日
回答済み: Ezechukwu Ani 2023 年 7 月 8 日
I am searching for plotting the PV curve using PSAT(a tool in MATLAB),after running the CPF ,it works with the IEEE 14-bus system but when i integrate a wind turbine into the grid structure it doesn't work ,did anyone know the reason and could please help me ?!

回答 (4 件)

ALOK AGARWAL
ALOK AGARWAL 2017 年 2 月 16 日
you should switch off dynamic components. Than it will work.
  2 件のコメント
Tam Luu
Tam Luu 2018 年 1 月 30 日
Please tell me about error CPF simulation PSAT
Operands to the and && operators must be convertible to logical scalar values.
Error in fm_cpf (line 551) if lambda > lambda_old && lambda < max(l_vect) && ~Hvdc.n
Error while evaluating UIControl Callback
Walter Roberson
Walter Roberson 2018 年 1 月 30 日
lambda or lambda_old or Hvdc.n are not scalar but need to be, or I_vect is 2 or more dimension instead of being a vector or scalar.

サインインしてコメントする。


ghada kewan
ghada kewan 2018 年 8 月 26 日
i have the same problem error in fm_cpf (line 551) if lambda > lambda_old && lambda < max(l_vect) && ~Hvdc.n
Error while evaluating UIControl Callb when evaluating cpf
  3 件のコメント
Shruheti Vaghasiya
Shruheti Vaghasiya 2020 年 12 月 24 日
I also have the same problem...did find the solution ?
Dárcio Silva
Dárcio Silva 2021 年 3 月 11 日
編集済み: Dárcio Silva 2021 年 3 月 11 日
I changed && -> & in the 'fm_cpf.m' file. It worked for me.

サインインしてコメントする。


Abraham Haile
Abraham Haile 2020 年 3 月 12 日
why do power flow(pf) and continuation power flow(cpf) in PSAT give different voltage profiles, for the same base data?

Ezechukwu Ani
Ezechukwu Ani 2023 年 7 月 8 日
Can someone help me with performing Continuation power flow using PSAT? Thank you
Nelson

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by