-
Notifications
You must be signed in to change notification settings - Fork 100
update supplemental accessors #1574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1574 +/- ##
==========================================
- Coverage 83.76% 83.60% -0.16%
==========================================
Files 200 200
Lines 10186 10205 +19
==========================================
Hits 8532 8532
- Misses 1654 1673 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
| (for each of the 3 branches) accounting for turns ratios. | ||
| For each winding, the series admittance is calculated following the same pattern as the susceptance calculation: | ||
| Yi = 1/(turns_ratio_i * (Ri + jXi)). | ||
| The phase shift angles affect the admittance matrix construction but not the series impedance magnitudes directly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The phase shift angles affect the admittance matrix construction but not the series admittance values directly."
| For a phase-shifting transformer, the series admittance is calculated as the inverse of the | ||
| complex impedance modified by the tap ratio, following the same pattern as the susceptance calculation: | ||
| Y = 1/(tap * (R + jX)). | ||
| The phase angle α affects the admittance matrix construction but not the series impedance magnitude directly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The phase angle α affects the admittance matrix construction but not the series admittance value directly."
|
Two suggestions on the wording of the docstrings, otherwise looks good |
|
@m-bossart I'll keep it open until we are sure of the equations |
This are used in PNM's NREL-Sienna/PowerNetworkMatrices.jl#203