I want model a datacenter load from time series power consumption and then connecting it to AC distribution three phase system
3 次查看(过去 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,5:10
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 中查找有关 Electrical Block Libraries 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!