-
Notifications
You must be signed in to change notification settings - Fork 8
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
Static var compensator voltage control increasing #97
Comments
Such equipment may also have reactive power limits? |
This model could be useful. The generator model represents the slope by connecting ths SVC to an auxiliary bus separated from the high voltage bus by a reactance equal to the per unit slope. When the SVC is operating the limits, its behaves like a fixed susceptance and its injected reactive power is proportional to the square of the regulated bus voltage. |
Done in #391 |
A feature.
We model the voltage remote control of static var compensator as we do with generators with PQV nodes and equations that link the reactive power of controllers (2 by 2).
It is not a bug but sometimes we prefer to have an simplified approach.
When the cim:StaticVarCompensator.slope is positive (and present in an IGM CIM-CGMES file), the reactive output of the SVC is defined by:
Q=(V_bus-V_ref)/slope
Where:
cim:StaticVarCompensator.slope is positive based on the load sign convention.
Vbus is the voltage at the controlled point determined by cim:RegulatingControl.Terminal which may be local or remote.
Vref is the target value given by cim:RegulatingControl.targetValue.
Extract from the ENTSO-E implementation guide for CGM data modeling 1.0
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
(if a question doesn't apply, you can delete it)
The text was updated successfully, but these errors were encountered: