Base classes for renewable energy plant control models from PSSE
This package contains the base class (BaseREPC) component used in the REPCA1 component.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
| Name | Description |
|---|---|
| Base class for the plant controller of the WECC generic renewable models |
OpenIPSL.Electrical.Renewables.PSSE.PlantController.BaseClasses.BaseREPCBase class for the plant controller of the WECC generic renewable models
The BaseREPC model is the base class that is extended to create the REPCA1 component.
Extends from OpenIPSL.Electrical.Essentials.pfComponent (Partial model containing all the parameters for entering power flow data).
| Name | Description |
|---|---|
| Power flow data | |
| M_b | Machine base power [V.A] |
| S_b | System base power [V.A] |
| V_b | Base voltage of the bus [V] |
| fn | System frequency [Hz] |
| P_0 | Initial active power [W] |
| Q_0 | Initial reactive power [var] |
| v_0 | Initial voltage magnitude [1] |
| angle_0 | Initial voltage angle [rad] |
| displayPF | Display power flow: |
| Parameter mask | |
| enableS_b | Enable S_b in parameter list |
| enableV_b | Enable V_b in parameter list |
| enablefn | Enable fn in parameter list |
| enableP_0 | Enable P_0 in parameter list |
| enableQ_0 | Enable Q_0 in parameter list |
| enablev_0 | Enable v_0 in parameter list |
| enableangle_0 | Enable angle_0 in parameter list |
| enabledisplayPF | Enable displayPF in parameter list |
| Control | |
| vcflag | Reactive droop (false) or line drop compensation (true) |
| refflag | Plant-level reactive power (false) or voltage control (true) |
| fflag | Governor response disable (false) or enable (true) |
| Name | Description |
|---|---|
| Qref | Reactive Power Reference |
| Plant_pref | Active Power Reference |
| Freq | Connection Point Frequency |
| Freq_ref | Plant Controller Frequency Reference |
| Qext | Reactive Power output signal |
| Pref | Real Power output signal |
| p0 | Initial Active Power |
| q0 | Initial Reactive Power |
| v0 | Initial Terminal Voltage Magnitude |
| branch_ir | Measured Branch Real Current |
| branch_ii | Measured Branch Imaginary Current |
| regulate_vr | Regulated Branch Real Voltage |
| regulate_vi | Regulated Branch Imaginary Voltage |