Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Problems with load flow analysis using Simscape Electrical Specialized Technology
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying to perform a load flow of a simple power system (synchronous machine + load), implemented with Simscape Electrical Specialized Technology blocks.
When I type in the command line of matlab:
power_loadflow('model name','solve');
the “power_loadflow” function operates normally, converges and updates the initial states of the model without problems.
However, when I write the same command in a Model Callbacks (InitFcn or StartFcn), the “power_loadflow” function does not work, indicating that there is no “Load Flow Bus” block in the model that allows performing the load flow analysis.
I need that the function power_loadflow initializes the synchronous machine parameters automatically every time the simulation is started. What should I do?
Grateful
2 件のコメント
Joel Van Sickel
2023 年 6 月 2 日
Hello Julio,
I took the example : LF = power_loadflow('-v2','power_LFnetwork_5bus','solve') and put that in the model's initFcn and it worked on my side. What version are you using and can you share the model that is causing problems?
Regards,
Joel
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!