modelSecondaryVoltageControl_INIT
Initialisation model for simplified secondary voltage control
Parameters
| Type | Name | Default | Description |
| Integer | NbMaxGen | 50 | Maximum number of generators that should participate in the considered secondary voltage control |
| Boolean | Participate0 | fill(false, NbMaxGen) | If true, the generator participates in the secondary voltage control (for each generator connected to the SVC). |
| Types.ActivePowerPu | P0Pu | zeros(NbMaxGen) | Start value of active power in pu (receptor convention) (base SnRef) (for each generator connected to the SVC) |
| Types.ReactivePowerPu | Q0Pu | zeros(NbMaxGen) | Start value of reactive power in pu (receptor convention) (base SnRef) (for each generator connected to the SVC) |
| Types.ReactivePower | Qr | zeros(NbMaxGen) | Participation factor of the generators to the secondary voltage control in Mvar (for each generator connected to the SVC) |
| Types.ApparentPowerModule | SNom | ones(NbMaxGen)*SystemBase.SnRef | Nominal apparent power of the generator in MVA (for each generator connected to the SVC) (SnRef by default) |
| Types.VoltageModulePu | U0Pu | ones(NbMaxGen) | Start value of voltage module in pu (base UNom) (for each generator connected to the SVC) |
| Types.PerUnit | XTfoPu | zeros(NbMaxGen) | Reactance of the generator transformer in pu (base UNom, SNom) (for each generator connected to the SVC) |
Components
| Type | Name | Default | Description |
| Types.PerUnit | Level0 | | Initial level demand (between -1 and 1) |