Summary
Plant-level calculations aggregate block outputs, apply equipment losses—HV and transmission lines in user-defined order—then apply and the grid limit () to produce the final power delivered to the .Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Block Power | W | AC power per block (from Array-Level Aggregation & AC Losses) | |
| Block Repeater Count | — | Number of identical blocks represented in the plant | |
| HV Transformer Rating | MVA | HV transformer nameplate capacity | |
| HV No-Load Loss | % | HV transformer no-load loss as a percentage of | |
| HV Full-Load Loss | % | HV transformer full-load loss as a percentage of | |
| Transmission Line Length | km | Conductor length | |
| Transmission Line Resistance | Ω/1000 ft | Conductor resistance per unit length | |
| Inverter Design Derate | — | Ratio of real power to apparent power (kW/kVA) for inverter | |
| Inverter Repeater Count | — | Number of identical inverters per array | |
| Array Repeater Count | — | Number of identical arrays per block | |
| Transformer High-Side Voltage | kV | Line-to-line voltage on transformer high side | |
| Conductors per Phase | — | Number of parallel conductors per phase | |
| Availability Loss | % | Percentage reduction for system availability | |
| LGIA Limit | MW | Maximum allowed power at point of interconnection |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Grid Power | W | Power delivered to the grid |
Detailed Description
Block-to-Plant Aggregation
Each plant may contain multiple blocks (with repeater counts). The total plant-level power before HV losses is the sum of all block outputs, weighted by their repeater counts:HV Equipment
HV equipment consists of one or more transformers and transmission lines connected in series. The user defines the ordinal (sequence) of each element. The prediction iterates through the elements in ordinal order, passing the output of each element as the input to the next. For example, a plant stepping up from 34.5 kV to 230 kV via an intermediate 115 kV bus might define:- HV Transformer (34.5 kV → 115 kV) — quadratic transformer losses on
- Transmission Line (at 115 kV) — I²R line losses at 115 kV current
- HV Transformer (115 kV → 230 kV) — quadratic transformer losses on the remaining power
- Transmission Line (at 230 kV) — I²R line losses at 230 kV current
HV Transformer
Each HV transformer applies the Transformer Loss Model. The calculation is identical to the transformer, using the HV transformer’s specific rating and loss fractions. When is enabled and triggered (see Inverter Operating Regions for trigger conditions), the HV transformer no-load loss is set to zero, eliminating standby core losses. Additionally, if any inverter in the plant triggers disconnect, the entire plant output after HV equipment is set to zero (see Transformer Loss Model for details).Transmission Line Model
Transmission line losses are calculated from the I²R dissipation in the three-phase conductors. The model uses the line-to-line voltage on the high side of the preceding transformer (or the maximum MV transformer voltage if no HV transformer precedes the line), converted from kV to V. Resistance Calculation The line length is first converted from km to m. The total line resistance in ohms is then: where converts from Ω/1000 ft to Ω/m (since 1000 ft = 304.8 m). Power Factor Calculation The inverter Design Derate () represents the power factor of each inverter—the ratio of its real power output (kW) to its apparent power rating (kVA). The PlantPredict logic tracks real (active) power throughout, but transmission line current accounts for active and reactive power and is, thus, proportional to the apparent power where is the power factor. is calculated as the repeater-weighted average of the individual inverter Design Derate values, computed once at the plant level (displayed as “Plant kVA Derate” in the UI): Resistive Loss Calculation For a given input power entering the transmission line, the three-phase line current is: The total three-phase dissipation, accounting for parallel conductors, is: The output power is: can be negative during nighttime operation when the grid supplies power to keep transformers energized; in that case is also negative (further from zero due to the line loss).Availability Loss
After all HV equipment losses, a flat percentage availability deduction is applied: This deduction represents estimated downtime due to maintenance and unplanned outages. It reduces power uniformly across all timesteps.Grid Limit (LGIA)
The final step enforces the capacity constraint at the point of interconnection. If configured, any power exceeding the limit (converted from MW to W) is curtailed: The LGIA limit can be specified as:- Constant value: a fixed MW cap applied to all timesteps.
- Time series: a timestep-varying MW limit loaded from a time series input.
- Off: no cap is applied ().