Bug report: case14 converted from Matpower does not converge #1517
Answered
by
jinningwang
jinningwang
asked this question in
Q&A
-
Hi, I converted the Matpower case14 in pandapower, but the power flow does not converge: ssp_mp = pp.converter.from_mpc('case14.mat',
f_hz=60,
casename_mpc_file='mpc',
validate_conversion=True,
) and the output is:
The detailed process is:
Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
jinningwang
Mar 7, 2022
Replies: 1 comment
-
The error is caused by the mpc file from Matpower defining bus(:, BASE_KV) as 0. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jinningwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is caused by the mpc file from Matpower defining bus(:, BASE_KV) as 0.
Modifying the bus voltage as a positive value will solve it.