Exponential and Polynomial/ZIP Single phase load in simulink
16 ビュー (過去 30 日間)
古いコメントを表示
Dear All,
I am trying to implement a non liner voltage dependent load model. The load models are exponential and as well as polynomial.
For Instance:
Power = P0 (V/Vo)^np
I have trying to implement this as below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/741789/image.png)
I want to acheive a non linear (distorted sinewave) current draw as shown below to conduct load flow and harmonic studies.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/741794/image.png)
2 件のコメント
回答 (1 件)
Joel Van Sickel
2021 年 9 月 22 日
your absolute value will prevent it from every being truly sinusoidal. The model is outputting exactly the math that you have implemented in Simulink. You need to find a different mathematical representation of your current waveform that does not require a divide by voltage since this is a single phase AC system and voltage will always cross 0.
I think the issue is that you are using a distortion model intended for three phase networks and doing them for a single phase network. If you did this with three phase values you should not have to divide by zero as V is not the instantaneous voltage of any phase, but the overal voltage magnitude of the system.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simscape Electrical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!