Replies: 1 comment 2 replies
-
This one is the security criteria. Check the definition of stability and security -- a system can be stable but violate security criteria. You will want to inspect the rotor angle curves to tell if the system is stable or not.
… On Mar 22, 2024, at 6:33 AM, m-jam20 ***@***.***> wrote:
Hi. Hope you are well.
I would like to check if my model is stable after fault. How can I check it in ANDES? I found two way, but not sure how exactly I should use them to check stability.
The first one is: andes.routines.criteria.deltadelta(delta, diff_limit)
the second one is: TDS.check_criteria()
this is part of my code related to this:
ss.setup()
ss.PFlow.run()
ss.TDS.config.tf = tf
ss.TDS.config.tstep = tstep
ss.TDS.run()
print("------------check_criteria:",ss.TDS.check_criteria())
—
Reply to this email directly, view it on GitHub <#521>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSNZA6ZCP7OVT6MK3ZBYNLYZQJI5AVCNFSM6AAAAABFDFBJ46VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGQYDQMJUHA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Hope you are well.
I would like to check if my model is stable after fault. How can I check it in ANDES? I found two way, but not sure how exactly I should use them to check stability.
The first one is: andes.routines.criteria.deltadelta(delta, diff_limit)
the second one is: TDS.check_criteria()
this is part of my code related to this:
ss.setup()
ss.PFlow.run()
ss.TDS.config.tf = tf
ss.TDS.config.tstep = tstep
ss.TDS.run()
print("------------check_criteria:",ss.TDS.check_criteria())
Beta Was this translation helpful? Give feedback.
All reactions