blockGoverProportional

Simple proportional governor
Diagram of GoverProportional

Extends from Controls.BaseClasses.BaseControllerFramework (Base framework for all controllers such as AVR, PSS, etc.).

Information

The class implements a model of a simple proportional governor with saturation.

If fixInitialControlledVariable = true, an initial equation is added to ensure that the mechanical power output PMechPu is equal to its start value PMechPuStart. In order to fulfill this condition, the initial value of the reference signal should be free, so that the Modelica tool can back-compute it automatically. For this purpose, the PowerGrids.Controls.FreeOffset block should be used to generate the reference signal to be connected to the VrefPu input.

In case the condition PMechPu = PMechPuStart cannot be fulfilled without violating the controller saturations, then an alternative initial condition is enforced, which prescribes the saturation block input so as to obtain a certain degree of oversaturation oversaturationPu. This allows to back-compute a unique initial value of the reference signal, which is of course dependent on oversaturationPu and hence somewhat arbitrary.

Parameters

TypeNameDefaultDescription
SI.PerUnitKGoverMechanical power sensitivity to frequency
SI.PerUnitPMaxPu1Maximum mechanical power p.u.
SI.PerUnitPMinPu0Minimum mechanical power p.u.
SI.PerUnitPPuStart1Required start value of PPu when fixInitialControlledVariable = true
SI.PerUnitoversaturationPu0.1abs(u-usat)/(Vmax-Vmin) in case of saturated initial condition
Realdelta(limiter.uMax - limiter.uMin)*oversaturationPuActuator saturation margin
Initialization
BooleanfixInitialControlledVariableDefault (from BaseControllerFramework)if (systemPowerGrids.initOpt == Types.Choices.InitializationOption.globalSteadyStateFixedPowerFlow or systemPowerGrids.initOpt == Types.Choices.InitializationOption.localSteadyStateFixedPowerFlow) then true else false= true adds extra initial equation to fix controlled variable
BooleanfixInitialControlledVariable (from BaseControllerFramework)fixInitialControlledVariableDefault= true adds extra initial equation to fix controlled variable

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputPmRefPuReference frequency/load input [pu]
Modelica.Blocks.Interfaces.RealInputomegaPuFrequency [pu]
Modelica.Blocks.Interfaces.RealOutputPMechPuMechanical turbine power [pu]
Modelica.Blocks.Interfaces.RealInputPPuGenerator Active Power p.u.

Components

TypeNameDefaultDescription
SystemsystemPowerGrids (from BaseControllerFramework)Reference to system object for system-level defaults
Modelica.Blocks.Math.FeedbackerrPu
Modelica.Blocks.Math.FeedbackdeltaOmegaPu
Modelica.Blocks.Sources.ConstantomegaRefPu
Modelica.Blocks.Math.Gaingain
Modelica.Blocks.Nonlinear.Limiterlimiter