| Bus | Voltage [pu] | Phase Angle [°] | P Injection [pu] | Q Injection [pu] | Status |
|---|
Active: $P_{ij}= \dfrac{V_i V_j \sin(\delta_i - \delta_j)}{X_{ij}}$
Reactive: $Q_{ij}= \dfrac{V_i^2 - V_i V_j \cos(\delta_i - \delta_j)}{X_{ij}}$
Adjust generator output, bus voltages, loads, and line reactances in a 3-bus network. Instantly compute bus voltages, phase angles, power flows, and transmission losses using Newton-Raphson iteration.
| Bus | Voltage [pu] | Phase Angle [°] | P Injection [pu] | Q Injection [pu] | Status |
|---|
Active: $P_{ij}= \dfrac{V_i V_j \sin(\delta_i - \delta_j)}{X_{ij}}$
Reactive: $Q_{ij}= \dfrac{V_i^2 - V_i V_j \cos(\delta_i - \delta_j)}{X_{ij}}$
The core of load flow is solving a set of non-linear equations based on Kirchhoff's laws. For each transmission line, the active (real) power flow from bus i to bus j depends on the voltage magnitudes, the phase angle difference between the buses, and the line's reactance.
$$P_{ij}= \dfrac{V_i V_j \sin(\delta_i - \delta_j)}{X_{ij}}$$Where $P_{ij}$ is the active power flow, $V_i$ and $V_j$ are voltage magnitudes (in per-unit), $\delta_i$ and $\delta_j$ are voltage phase angles (in radians), and $X_{ij}$ is the line reactance (in per-unit). Power flows from the bus with the leading angle to the bus with the lagging angle.
Similarly, the reactive power flow is determined by the voltage magnitudes and their difference. Reactive power is crucial for maintaining voltage levels within acceptable limits.
$$Q_{ij}= \dfrac{V_i^2 - V_i V_j \cos(\delta_i - \delta_j)}{X_{ij}}$$Where $Q_{ij}$ is the reactive power flow. Notice that reactive power flows from the bus with the higher voltage magnitude to the bus with the lower voltage magnitude. This is why adjusting the "G2 Voltage Setpoint V" in the simulator has a direct impact on reactive power flows and bus voltages.
Grid Planning and Expansion: Before building a new power plant or a new transmission line, engineers run thousands of load flow scenarios. They simulate different load growth patterns and generator outages to ensure the future grid remains stable and within voltage limits. A common case is determining if a new wind farm will cause voltage rise issues on a rural line.
Real-Time System Operation: In a control room, operators use a state estimator (which relies on load flow algorithms) to see the real-time condition of the grid. They might use it to decide which generators to dispatch or to identify if a line is approaching its thermal limit, preventing a potential overload and blackout.
Renewable Integration Studies: Solar and wind power are intermittent and can cause rapid voltage fluctuations. Load flow analysis, often combined with time-series simulation, helps determine how much renewable generation a section of the grid can handle without needing expensive new voltage control equipment.
Industrial Facility Design: Large factories, data centers, or oil refineries perform load flow studies on their internal electrical distribution system. This ensures that when a large motor starts, it doesn't cause a voltage dip that crashes sensitive computer equipment or disrupts other processes.
First, it is a misconception that "reducing the reactance X always increases power transfer capability." It's true that a lower line reactance allows more power to flow for the same voltage difference. However, in actual transmission lines, reducing the reactance (e.g., by using thicker conductors) makes the line's capacitance (charging current) effect non-negligible. Especially in long-distance transmission, this charging current causes the "Ferranti effect," where the receiving-end voltage becomes higher than the sending-end voltage under light load conditions, making voltage control difficult. In the simulator, try drastically reducing the reactance X and increasing the capacitance B, as if you changed "Line 1-3" from an overhead line to an underground cable. You should observe the phenomenon where Bus 3 voltage exceeds Bus 1 voltage when the load is light.
Next, you might tend to think that a bus voltage of "1.0" is always optimal, but in practice, the overall system voltage profile is considered. For example, voltages are sometimes set in a stepped manner, such as 1.05 [p.u.] at the sending end, 1.02 at an intermediate point, and 0.98 at the load end. This is to minimize reactive power flow and reduce transmission losses. If you fix all bus voltages at 1.0 in the simulator and vary the load, you can observe how the reactive power flow increases, resulting in higher transmission losses.
Finally, understand that power flow calculation results are a "static snapshot." This calculation solves for a steady state under a specific operating condition (e.g., the 2 PM peak). However, in real systems, "dynamic phenomena" constantly occur, such as rapid output changes from solar power or large motor starts. Just because the voltage is within the allowable range in a power flow calculation does not guarantee that instantaneous voltage dips (sags) won't occur. Analyzing dynamic phenomena requires a separate "transient stability analysis" tool.
Consider a 3-bus 100 MVA system: Generator 1 (slack) at Bus 1, Generator 2 at Bus 2 set to 1.2 pu (120 MW) active and 0.3 pu reactive output, Load 2 at Bus 3 consuming 0.8 pu (80 MW). Line 1–2 impedance Z = 0.05 + j0.15 pu, Line 2–3 impedance Z = 0.08 + j0.20 pu. Solution yields: Bus 2 voltage = 0.96 pu, Bus 3 voltage = 0.93 pu, phase angle at Bus 3 = −4.2°, transmission loss = 0.042 pu (4.2 MW), and slack generator supplies 0.54 pu to compensate losses and reactive demand.