modelQRefLim
Function that applies the limitations to QRef
Extends from Dynawo.Electrical.HVDC.HvdcVsc.BaseControls.Parameters.ParamsQRefLim (Parameters of reactive power limits calculation).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.ReactivePowerPu | QOpMaxPu (from ParamsQRefLim) | Maximum operator value of the reactive power in pu (base SNom) (DC to AC) | |
| Types.ReactivePowerPu | QOpMinPu (from ParamsQRefLim) | Minimum operator value of the reactive power in pu (base SNom) (DC to AC) | |
| String | QPMaxTableName (from ParamsQRefLim) | Name of the table in the text file for upper reactive power limit as a function of active power | |
| String | QPMinTableName (from ParamsQRefLim) | Name of the table in the text file for lower reactive power limit as a function of active power | |
| String | QUMaxTableName (from ParamsQRefLim) | Name of the table in the text file for upper reactive power limit as a function of voltage | |
| String | QUMinTableName (from ParamsQRefLim) | Name of the table in the text file for lower reactive power limit as a function of voltage | |
| String | TablesFile (from ParamsQRefLim) | Text file that contains the table for the function calculating the reactive power limits | |
| Types.Time | tMeasure (from ParamsQRefLim) | Time constant of the measurement filters in s | |
| Types.ActivePowerPu | P0Pu | Start value of active power in pu (base SNom) (DC to AC) | |
| Types.ReactivePowerPu | Q0Pu | Start value of reactive power in pu (base SNom) (DC to AC) | |
| Types.VoltageModulePu | U0Pu | Start value of voltage amplitude in pu (base UNom) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | PPu | Active power in pu (base SNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | QRefUQPu | Raw reference reactive power in pu (base SNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | UPu | Voltage module in pu (base UNom) | |
| Modelica.Blocks.Interfaces.RealOutput | QRefLimPu | Limited reference reactive power in pu (base SNom) (DC to AC) after applying the diagrams |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Nonlinear.Limiter | limiter | ||
| Modelica.Blocks.Nonlinear.VariableLimiter | variableLimiter | ||
| Modelica.Blocks.Nonlinear.VariableLimiter | variableLimiter1 | ||
| Modelica.Blocks.Tables.CombiTable1Ds | QPMax | ||
| Modelica.Blocks.Tables.CombiTable1Ds | QPMin | ||
| Modelica.Blocks.Tables.CombiTable1Ds | QUMax | ||
| Modelica.Blocks.Tables.CombiTable1Ds | QUMin |