How to interpret the voltage of the MS side of trafo in LS grid calculation. #88
-
|
Hi pgm, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @willemijnbrus , Your colleagues' approach of being conservative by restricting limits from 0.9-1.1 p.u. to 0.95 to 1.05 p.u. is a logical one. A better way can be to directly tackle this issue: Run a powerflow using (Tip: PGM now supports multi dimensional batch calculations (https://power-grid-model.readthedocs.io/en/stable/examples/Multi-dimensional%20batch%20calculation%20example.html). Making such batches is hence easier and efficient.)
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks both for your answer! We will take everything in consideration how to proceed in our project. |
Beta Was this translation helpful? Give feedback.
Hi @willemijnbrus ,
This is a valid concern when conducting powerflow simulation. A power flow calculation is based on a hypothesis of a source voltage and the actual voltage of the grid at the source can vary practically. The resultant voltage results heavily depend on the source voltage provided at input.
Your colleagues' approach of being conservative by restricting limits from 0.9-1.1 p.u. to 0.95 to 1.05 p.u. is a logical one.
But this transitively approaches the problem: "If LV voltage is 0.95 p.u., then it is most likely that no other voltage is below 0.9 p.u."
This can be more restrictive and is a less explainable assumption.
A better way can be to directly tackle this issue: Run …