Skip to content
Discussion options

You must be logged in to vote

Hi @leovsch,

Sorry for my late reply. We've had some other priorities we needed to address first.

The easiest way is to sum over all losses per component that can handle loss (branches + shunts (the zero-sequence component)):

  • branches:
    • the active power losses are given by branch.p_to + branch.p_from
    • the reactive power losses are given by branch.q_to + branch.q_from
  • shunts (in case of shunts that model a grounding transformer): you can directly use either p (active power loss) or q (reactive power loss)
  • three-winding transformers:
    • active power losses are given by branch3.p_1 + branch3.p_2 + branch3.p_3
    • reactive power losses are given by branch3.q_1 + branch3.q_2 + branch3.q_3

Impor…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgovers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants