Calculator D3

Per Unit System Implementation in Load Flow Studies

It's like converting all voltages, powers, and impedances in a power grid to percentages of standard reference values so engineers can compare and calculate things easily across different voltage levels.

⚠️ Why It Matters

1
Multiple voltage levels (e.g., 13.8 kV, 138 kV, 500 kV)
2
Impedance values vary by orders of magnitude across windings/lines
3
Manual calculation errors increase exponentially with mismatched units
4
Convergence failure in load flow solvers due to ill-conditioned Jacobian matrices
5
Inaccurate fault duty allocation and protection coordination
6
Non-compliant relay settings leading to cascading outages

📘 Definition

The per unit (pu) system is a normalized dimensionless representation of electrical quantities—voltage, current, impedance, power, and admittance—relative to pre-defined base values. It eliminates numerical disparities caused by mixed voltage levels and simplifies load flow equations by scaling all system parameters into a common, consistent framework. The system preserves physical relationships and enables direct comparison of equipment ratings and network behavior regardless of nominal voltage class.

🎨 Concept Diagram

Before PU:• V₁ = 13.8 kV, V₂ = 138 kV• Z_line = 5.2 Ω @ 138 kV• S_gen = 250 MVAAfter PU:• V₁ = 1.0∠0° pu, V₂ = 1.0∠0° pu• Z_line = 0.082 pu• S_gen = 2.5 pu (on 100 MVA base)Same math • Same solver • No unit traps

AI-generated illustration for visual understanding

💡 Engineering Insight

Never assume '100 MVA base' is universally safe—always verify that the base MVA aligns with the largest synchronous machine or intertie rating in the study zone. A 100 MVA base may be numerically unstable for a 10 GW offshore wind cluster modeled as aggregated IBRs; in such cases, using the aggregate converter rating (e.g., 1200 MVA) yields better Jacobian conditioning and avoids false divergence warnings.

📖 Detailed Explanation

At its core, the per unit system replaces absolute units with ratios—like expressing speed as '75% of speed limit' instead of '56 mph'. This removes the need to constantly track kV vs. MV vs. Ω conversions and lets engineers focus on relative behavior: e.g., a 0.12 pu line impedance means it drops 12% of applied voltage under full-load current, regardless of whether the line operates at 34.5 kV or 345 kV.

Deeper implementation requires strict adherence to base consistency across transformer boundaries. A common pitfall is applying the same base voltage on both sides of a 13.8/138 kV transformer—this violates turns-ratio scaling and distorts pu impedance. Correct practice uses 13.8 kV base on LV side and 138 kV on HV side, while keeping base MVA identical, ensuring Z_pu remains invariant across ideal transformer models.

Advanced applications extend beyond steady-state: in electromagnetic transients (EMT), time-domain models require pu conversion of capacitances and saturable reactor characteristics—where base frequency (ω₀ = 2πf_base) becomes critical. For stability studies, inertia constants (H in MJ/MVA) are inherently per unit, making them directly portable across machines only when referenced to the same base MVA. Hybrid modeling (phasor + EMT) demands synchronized pu frameworks across domains—a requirement enforced in modern tools like PSS®E and EMTP-RV via standardized base definitions.

🔄 Engineering Workflow

Step 1
Step 1: Identify system topology and voltage levels (including transformer winding configurations)
Step 2
Step 2: Select global base MVA and local base voltages (using rated transformer ratios)
Step 3
Step 3: Convert all component impedances, admittances, and source data to per unit on common base
Step 4
Step 4: Assemble Y-bus matrix using pu admittances and validate sparsity/structure
Step 5
Step 5: Initialize bus voltages and run Newton-Raphson or Fast Decoupled load flow
Step 6
Step 6: Validate convergence, check pu voltage magnitudes & angles, verify real/reactive balance
Step 7
Step 7: Scale results back to actual units for reporting, protection setting, and equipment specification

📋 Decision Guide

Rock/Field Condition Recommended Design Action
Interconnected multi-voltage network (e.g., 13.8/138/500 kV) Define separate base voltages per voltage level using transformer turns ratio; use unified base MVA.
Presence of phase-shifting transformers or FACTS devices Model as variable pu impedance + angle shift; avoid fixed-ratio base assumptions across windings.
Renewable plant with inverter-based generation (IBR) and non-synchronous dynamics Use manufacturer-provided pu reactance (X_d'', X_q'') referenced to plant nameplate MVA—not grid base MVA—and include converter control delays in dynamic equivalents.

📊 Key Properties & Parameters

Base MVA

10–1000 MVA (commonly 100 MVA for utility studies)

The chosen three-phase apparent power reference used to normalize all power and impedance quantities.

⚡ Engineering Impact:

Affects numerical conditioning: too small causes rounding errors; too large reduces resolution in low-power branches.

Base Voltage

0.4 kV (LV) to 765 kV (EHV), selected per voltage level (e.g., 13.8 kV generator bus, 230 kV transmission)

The line-to-line RMS voltage at a designated point used to normalize voltage and derive base current/impedance.

⚡ Engineering Impact:

Mismatch between transformer tap-rated voltage and base voltage introduces systematic pu error in winding models.

Per Unit Impedance

0.01–0.2 pu for generators; 0.05–0.15 pu for transformers; 0.02–0.5 pu for transmission lines

Actual impedance divided by the base impedance (Z_base = V_base² / S_base).

⚡ Engineering Impact:

Directly determines reactive power flow and voltage drop sensitivity—errors >0.02 pu cause >1% voltage profile deviation in critical buses.

Per Unit Voltage

0.92–1.08 pu (normal operating range per IEEE C37.100.1 and NERC PRC-002)

Actual line-to-line RMS voltage divided by the local base voltage.

⚡ Engineering Impact:

Voltage violations outside this band trigger OLTC action, capacitor switching, or risk instability in weak grids.

📐 Key Formulas

Base Impedance

Z_base = (V_base)^2 / S_base

Calculates the impedance reference value for per unit conversion.

Variables:
Symbol Name Unit Description
Z_base Base Impedance Ω Impedance reference value for per unit conversion
V_base Base Voltage V Voltage reference value for per unit conversion
S_base Base Apparent Power VA Apparent power reference value for per unit conversion
Typical Ranges:
Distribution feeder (12.47 kV, 10 MVA)
15.6 Ω
EHV line (500 kV, 1000 MVA)
250 Ω
⚠️ Z_base must be ≥10× smallest actual impedance in network to avoid floating-point underflow

Per Unit Impedance

Z_pu = Z_actual / Z_base

Normalizes actual impedance to the base value.

Variables:
Symbol Name Unit Description
Z_pu Per Unit Impedance Normalized impedance relative to base impedance
Z_actual Actual Impedance ohm Impedance in ohms of the actual system component
Z_base Base Impedance ohm Reference impedance, typically calculated as V_base^2 / S_base
Typical Ranges:
Generator subtransient reactance
0.12–0.35 pu
HV overhead line (100 km)
0.05–0.4 pu
⚠️ Z_pu < 0.001 indicates possible modeling error (e.g., omitted series resistance)

Per Unit Power

S_pu = S_actual / S_base

Normalizes complex power (MW + jMVAR) to base MVA.

Variables:
Symbol Name Unit Description
S_pu Per Unit Complex Power pu Normalized complex power (dimensionless)
S_actual Actual Complex Power MVA Complex power in megavolt-amperes (MW + jMVAR)
S_base Base Apparent Power MVA Selected base value for per unit normalization
Typical Ranges:
Load at peak demand
0.7–1.1 pu
Thermal limit margin
0.95–1.05 pu
⚠️ S_pu > 1.15 pu sustained indicates emergency loading—requires thermal derating or contingency analysis

🏭 Engineering Example

PJM Interconnection — PJM-2023 Summer Peak Study

N/A
Line_R
0.005 pu
Line_X
0.082 pu
Base_MVA
100 MVA
Gen_Xd_pp
0.22 pu
Bus_Voltage
1.028 pu @ 230 kV bus
Transformer_Z
0.11 pu (on 100 MVA, 13.8/230 kV base)

🏗️ Applications

  • Transmission planning studies
  • Protection relay coordination
  • Renewable integration impact analysis
  • Voltage stability assessment
  • Short-circuit duty calculation

📋 Real Project Case

110 kV Substation Expansion Study

Expansion of regional 110 kV GIS substation serving growing urban load center

Challenge: Voltage drop exceeding 5% at downstream feeders; insufficient reactive support during peak summer lo...
110 kV Substation Expansion Study Voltage drop >5% | Insufficient reactive support (peak summer) 110 kV Bus 110/33 kV Tap: 1.025 pu STATCOM +12 MVAR 33 kV Feeders ∂V_i/∂Q_j = -0.018 p.u./MVAR Updated Y-Bus with new feeder impedances Bus / Line Transformer STATCOM Challenge
Read full case study →

🎨 Technical Diagrams

Gen: 13.8 kV\nX_d''=0.22 puXFMR\n13.8/230 kV\nZ=0.11 puLine\n0.082 pu
V₁=1.0∠0° puZ=0.05+j0.2V₂=0.98∠−3.2° puΔV = I·Z → solved in pu

📚 References