For Q1) I have figured out that a low value of parameter "Short-circuit power" was causing the issue.
I was directly specifying the source internal impedance via R and L values, and so I did not pay attention to this parameter. However on some helpful pointers from MATLAB technical support team, I realised the below
I. Parametrize Source with RL Values
•Previously, I set source & line impedance manually (for both 2300V & 400V) as follows
- R = 2 ohms
- Line R = 0.2 ohms
- Line X/R ratio = 18.8
- Line L ~= 0.01 Henry
•For 2300V, this internally set theSSC power = 1.38*10^6 W. This is a high value so things were working fine.
•For 400V, This internally set the SSC Power = 4.17*10^4 W. This limited the power delivering ability of the load
II. Parametrize Source with SSC power & X/R ratio
•When we used parametrize source as a function of SSC Power & X/R ratio – things were working fine. Because SSC Power = 1*10^6 W
•I then looked into the calculation of SSC power. Back calculated R & L values for the above SSC (1e6) and now model is working fine at 400V as well. with R = 0.281 ohms & L = 0.017 Henry.
Without any source & line impedances power values match the rated power (Ideal source, no internal impedance hence no losses).
With the source impedances in picture, reducing the rated power by the ratio of (V_terminal/V_rated)^2 gives me a very close match to the measured power values.
where,
- V_terminal = measured voltage at the terminal of the source, (i.e. after the drop across internal impedances)
- V_rated = rated voltage of loads.