modelCapacitorBank_3Ph
Three-phase capacitor bank
Extends from ThreePhaseComponent (Partial model for inheritance of single-phase base power based on three-phase system base power.).
Information
This model represents a three-phase capacitor bank.
This device is used to supply reactive power to the system, increasing the voltage in the three-phase bus the bank is connected to.
The reactive power supplied by the capacitor bank is constant and it is defined by parameters Q_a, Q_b and Q_c, which correspond to the reactive power supplied in phases A, B and C, respectively.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Power flow data | |||
| Types.ApparentPower | S_b (from ThreePhaseComponent) | SysData.S_b | System base |
| Types.ApparentPower | S_p (from ThreePhaseComponent) | SysData.S_b/3 | Phase base |
| Types.PerUnit | VA | 1 | Voltage magnitude |
| Types.Angle | AngA | 0 | Voltage angle for phase A |
| Types.PerUnit | VB | 1 | Voltage magnitude |
| Types.Angle | AngB | -2*pi/3 | Voltage angle for phase B |
| Types.PerUnit | VC | 1 | Voltage magnitude |
| Types.Angle | AngC | 2*pi/3 | Voltage angle for phase C |
| Types.ReactivePower | Q_a | 0 | Initial reactive power |
| Types.ReactivePower | Q_b | 0 | Initial reactive power |
| Types.ReactivePower | Q_c | 0 | Initial reactive power |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| OpenIPSL.Interfaces.PwPin | A | ||
| OpenIPSL.Interfaces.PwPin | B | ||
| OpenIPSL.Interfaces.PwPin | C |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OpenIPSL.Electrical.SystemBase | SysData (from ThreePhaseComponent) | Must add this line in all models |