Saturation model in ESDC2A can be incorrect #183
-
@cuihantao I think the I think the
The
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think my implementation is correct. The See page 16 in Neplan's exciter manual. https://www.neplan.ch/wp-content/uploads/2015/08/Nep_EXCITERS1.pdf: |
Beta Was this translation helpful? Give feedback.
-
The drawing in AC8B is probably an error. Se alone is just a ratio of the saturated Vf (aka Efd) over the unsaturated Vf. It should be Efd*Se that gets added to Ke.
Regards,
Hantao Cui
…On Sep 26, 2021, 11:05 PM -0500, Jinning Wang ***@***.***>, wrote:
Thanks for your reply!
The control diagram from PowerWorld has two type equations (like the attached picture), which confused me sometimes. I'll follow your implementation.
AC8B
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
I think my implementation is correct. The
self.Se
variable is actuallyEFD * Se(EFD)
in the block. It was noted in thetex_name
ofself.Se
. I also put a note beforeself.Se0
.See page 16 in Neplan's exciter manual. https://www.neplan.ch/wp-content/uploads/2015/08/Nep_EXCITERS1.pdf:
SE = B * (U - A)** 2 / U
. OurSe
has already been multiplied byU
, which isvf
.