modelThreePhaseComponent
Partial model for inheritance of single-phase base power based on three-phase system base power.
Information
If the three-phase model deals with power, it is necessary to extand this partial model. It basically takes the system base power, which is a three-phase value, and calculates the per-phase base power. This is necessary for obtaining the correct per-unit values of current and voltages in a three-phase power system connected to a positive-sequence-equivalent system.
For instance, if the system base is 100 MVA, in a positive-sequence-equivalent grid, the phase base is 33.33 MVA.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Power flow data | |||
| Types.ApparentPower | S_b | SysData.S_b | System base |
| Types.ApparentPower | S_p | SysData.S_b/3 | Phase base |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| OpenIPSL.Electrical.SystemBase | SysData | Must add this line in all models |