Summary
Plant-Level AC Losses account for power dissipation between the block-aggregated AC output and the point of interconnection (POI). The loss chain proceeds in sequence: HV equipment (transformers and transmission lines in user-defined order), availability loss, and grid limit (LGIA). The result is the final power delivered to the grid.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Block Power | W | Aggregated block-level AC power (from Array-Level AC Losses) | |
| HV Transformer Rating | kVA | HV transformer nameplate capacity | |
| HV No-Load Loss | — | HV transformer no-load loss fraction | |
| HV Full-Load Loss | — | HV transformer full-load loss fraction | |
| Transformer High-Side Voltage | V | Line-to-line voltage on transformer high side | |
| Transmission Line Length | m | Conductor length | |
| Transmission Line Resistance | mΩ/ft | Conductor resistance per unit length | |
| Conductors per Phase | — | Number of parallel conductors per phase | |
| Power Factor | — | System power factor | |
| Availability Loss | % | Percentage reduction for system availability | |
| LGIA Limit | W | Maximum allowed power at point of interconnection |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Grid Power | W | Power delivered to the grid |
Detailed Description
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.HV Transformer
Each HV transformer applies the shared Transformer Loss Model. The calculation is identical to the MV transformer, using the HV transformer’s specific rating and loss fractions. During nighttime disconnect (when all arrays in the plant trigger disconnect), the HV transformer no-load loss is set to zero, eliminating standby core losses.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). The total line resistance in ohms is computed from the line length and per-unit resistance: where converts the line length from meters to feet to match the resistance units (mΩ/ft), and dividing by 1000 converts milliohms to ohms. The three-phase line current is: The total three-phase dissipation, accounting for parallel conductors, is: The output power is: If the result is negative, power is being sourced from the grid to energize the transformers (nighttime operation).Availability Loss
After all HV equipment losses, a flat percentage availability deduction is applied: This deduction represents expected downtime due to maintenance, grid curtailment, 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 an LGIA limit is configured, the output power is capped: 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 ().
References
- IEEE Std C57.12.00. IEEE Standard for General Requirements for Liquid-Immersed Distribution, Power, and Regulating Transformers.