I want model a datacenter load from time series power consumption and then connecting it to AC distribution three phase system

조회 수: 14 (최근 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
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
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.
  1. Ensure that your model is properly balanced, i.e. the impedances, loads, sources are symmentrical.
  2. Ensure that the initial conditions and the solver configurations are set appropriately, the solver step should not be too large.
  3. The controlled current source might introduce a DC component. Ensure that the control signals do not have a DC offset unless intended.
  4. 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!

카테고리

Help CenterFile Exchange에서 Power and Energy Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by