modelRegulation
Variable susceptance calculation
Extends from Parameters.ParamsRegulation, Parameters.ParamsLimitations.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.PerUnit | Kp (from ParamsRegulation) | Proportional gain of the PI controller | |
| Types.PerUnit | Lambda (from ParamsRegulation) | Statism of the regulation law URefPu = UPu + Lambda * QPu in pu (base UNom, SNom) | |
| Types.ApparentPowerModule | SNom (from ParamsRegulation) | Static var compensator nominal apparent power in MVA | |
| Types.Time | Ti (from ParamsRegulation) | Integral time constant of the PI controller in s | |
| Types.PerUnit | BMaxPu (from ParamsLimitations) | Maximum value for the variable susceptance in pu (base UNom, SNom) | |
| Types.PerUnit | BMinPu (from ParamsLimitations) | Minimum value for the variable susceptance in pu (base UNom, SNom) | |
| Types.CurrentModulePu | IMaxPu (from ParamsLimitations) | Maximum value for the current in pu (base UNom, SNom) | |
| Types.CurrentModulePu | IMinPu (from ParamsLimitations) | Minimum value for the current in pu (base UNom, SNom) | |
| Types.PerUnit | KCurrentLimiter (from ParamsLimitations) | Integral gain of current limiter | |
| Types.PerUnit | BVar0Pu | Start value of variable susceptance in pu (base SNom) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | UPu | Voltage at the static var compensator terminal in pu (base UNom) | |
| Modelica.Blocks.Interfaces.RealInput | QPu | Reactive power injected by the static var compensator in pu (base SNom) (generator convention) | |
| Modelica.Blocks.Interfaces.RealInput | URefPu | Voltage reference for the regulation in pu (base UNom) | |
| Modelica.Blocks.Interfaces.RealInput | IPu | Current of the static var compensator in pu (base UNom, SNom) | |
| Modelica.Blocks.Interfaces.BooleanInput | blocked | Whether the static var compensator is blocked due to very low voltages | |
| Modelica.Blocks.Interfaces.RealOutput | BVarPu | Variable susceptance of the static var compensator in pu (base SNom) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Add | add1 | ||
| Modelica.Blocks.Math.Add | add2 | ||
| Modelica.Blocks.Math.Gain | lambda | ||
| Dynawo.NonElectrical.Blocks.NonLinear.VariableLimiter | variableLimiter | ||
| Limitations | limitations | ||
| Modelica.Blocks.Logical.Switch | switch | ||
| Modelica.Blocks.Sources.Constant | zero | ||
| Modelica.Blocks.Math.Add | add3 | ||
| Modelica.Blocks.Continuous.Integrator | integrator | ||
| Modelica.Blocks.Math.Add | add4 | ||
| Modelica.Blocks.Math.Feedback | feedback1 |