I want model a datacenter load from time series power consumption and then connecting it to AC distribution three phase system
9 ビュー (過去 30 日間)
古いコメントを表示
Problem I am facing is when I use importedin MATlab and model it as a load using controlled current source and then adding an inverter , my swing bus (From IEEE 13 bus test system) is having Dc bias/ offset instead of balance volatges. I am trying to analyze transient behaviour dueto sudden high current requirement. Please guide why I am getting this problem.
1 件のコメント
Joel Van Sickel
2024 年 9 月 30 日
can you share your model? It is impossible to diagnose this problem without more information. Check how you've grounded your inverter and that connection to the grid as it's the likely source of the problem.
回答 (1 件)
Supraja
2024 年 10 月 30 日
Hello,
As per my understanding, there may be multiple reasons on why you are observing transient behaviour while using your model.
I can recommend some of the debugging steps which you can follow and cross-verify to resolve the issue.
- Ensure that your model is properly balanced, i.e. the impedances, loads, sources are symmentrical.
- Ensure that the initial conditions and the solver configurations are set appropriately, the solver step should not be too large.
- The controlled current source might introduce a DC component. Ensure that the control signals do not have a DC offset unless intended.
- Consider using MATLAB's 'powergui' block to analyze and visualize power system signals in detail. Please find the documentation link for the block below: https://in.mathworks.com/help/sps/powersys/ref/powergui.html
I hope the above steps help!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Power and Energy Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!