Question about VSG with current saturation #441
Replies: 4 comments 19 replies
-
It seems that the initialization error is caused by the initialization equations. Take a look at this #172. Here are some other tips that might be helpful:
|
Beta Was this translation helpful? Give feedback.
-
Here's a command to output the data used for initialization: andes -v 10 run ieee14_linetrip.xlsx -r tds --init &> init_debug.txt The text file logs the initialization sequence, the inputs and outputs of the initialization, etc. |
Beta Was this translation helpful? Give feedback.
-
Likely you have more than one copies of ANDES installed in different environments. The one working is installed in the development mode, but the one not working is installed as a site package.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: xiaoheimai95 ***@***.***>
Sent: Tuesday, April 18, 2023 10:17:51 AM
To: CURENT/andes ***@***.***>
Cc: Hantao Cui ***@***.***>; Comment ***@***.***>
Subject: Re: [CURENT/andes] Question about VSG with current saturation (Discussion #441)
I'm sure it is installed cause when I test other case without REGCV3, it can run smoothly.
—
Reply to this email directly, view it on GitHub<#441 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABSNZA3WUU2CFNSSD5JXVR3XB2WB7ANCNFSM6AAAAAAW76XPNI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear Dr. Cui and Jinning, |
Beta Was this translation helpful? Give feedback.
-
Dear Dr. Cui and Jinning,
After I modify the code of
REGCV1
so that it can meet the current limitation issue (code is shown below), I test it with ieee39 and kundur cases. And it always raise the problem of initialization and convergence failed. Could you help me to fix this problem?The error report of kundur case as an example:
Beta Was this translation helpful? Give feedback.
All reactions