Why does it crash when I add motor3 model simulation on the basis of IEEE14_full? #582
Unanswered
wangxiaowu-sudo
asked this question in
Q&A
Replies: 1 comment
-
The power flow did not converge, I would suggest tune the parameters to converge power flow first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added ZIP model, fault model, and motor3 model on the basis of IEEE_full. The first two models can simulate normally when added, but after adding motor3, they can run normally
import andes
from andes.utils.paths import get_case
andes.config_logger(stream_level=20)
ss = andes.run(get_case('/usr/local/lib/python3.10/dist-packages/andes/cases/ieee14/ieee14_full.xlsx'),default_config=True) # one can remove
default_config=True
to use custom config fileAlways collapsing
ieee14_full (1).xlsx
Beta Was this translation helpful? Give feedback.
All reactions