Load flow app showing error

39 ビュー (過去 30 日間)
Mosharof Hossain
Mosharof Hossain 2024 年 1 月 23 日
コメント済み: sregmi 2025 年 2 月 1 日 5:10
Doing load flow analysis in simulink of the following problem. The model runs without any error, but when using load flow app it shows "An error in the model prevented the load flow analysis".
I have attached the simulation file.
Thanks.
  1 件のコメント
TAMMUNUR
TAMMUNUR 2024 年 4 月 16 日
Even I'm facing same issue Have you found the solution

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

採用された回答

Sreeram
Sreeram 2024 年 9 月 4 日
編集済み: Sreeram 2024 年 9 月 4 日
Hi Mosharof,
I was able to reproduce the error when I ran the command “powerLoadFlow” in the MATLAB command prompt to open the "Load Flow Analyzer" app.
I see that the block labelled ‘Bus3’ is incorrectly connected to ‘Slack1’ (see the figure below).
Notice that the signals a and c from ‘Bus3’ are connected to C and A ports of 'Slack1’ respectively. Here’s how you can correct it:
I am attaching the fixed SLX file for your reference.
To easily find such mistakes, you may run the following:
load_system('load_flow.slx');
power_loadflow(gcs,'solve')
Error using ThreePhaseLoadFlowBar
The Load Flow Bus block labeled 'BUS_3' is connected to load flow blocks that are not properly connected. Verify that A, B, and C phase of every block connected to the load flow bus are properly connected to the A,B, and C phases of the network respectively.

Error in psbsort

Error in powersolve

Error in power_analyze_prv

Error in power_analyze (line 43)
[varargout{1:nargout}] = power_analyze_prv(varargin{:});

Error in LoadFlowTool

Error in power_loadflow (line 131)
[varargout{1:nargout}] = LoadFlowTool(Parameters{1:end});
You may read more about the “power_loadflow” function here:
I hope this helps!
  1 件のコメント
sregmi
sregmi 2025 年 2 月 1 日 5:10
Thank you. This was so helpful for me.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Model Editing についてさらに検索

タグ

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by