pandapower
pandapower copied to clipboard
Flexible Voltage (c) Factor in SC calculations
Is it/would it be possible to allow manual/flexible setting of the voltage factor (c-factor) for short circuit calculations? (At the moment it is locket to 1.1 for MV/HV systems and selectable 1.06/1.1 in LV systems in accordance with tables provided in IEC 60909-0).
There are examples of wind power plants where wind turbines in some situations are required to run with 1.15pu voltage in the collector system which is deviating from the standard c factor of 1.1 for HV systems.
That would be possible. I think now it is hardcoded in the function via "max", "min", etc. I can imagine one can add an optional parameter to override the value of c. You can implement it yourself and open a pull request.
Roman
Thanks, I am not that experienced, but I will give it a try :-)