// advanced-power-system-analysis track
Advanced Power System Analysis
Eight critical power system analysis domains for engineers using commercial software (IPSA, ETAP, PowerWorld, PSS/E). Covers fault calculations, arc flash, protection coordination, stability, motor starting, harmonics, contingency analysis, and scripting automation.
PrintSECTION 1: IEC 60909 Fault Calculations
The IEC 60909-0:2016 standard for calculating short-circuit currents in three-phase AC systems. Covers voltage factors, impedance corrections, and the distinct current quantities needed for equipment rating and protection coordination.
- Apply IEC 60909 voltage factors for max/min fault calculations
- Calculate initial symmetrical short-circuit current
- Determine peak current using kappa factor
- Distinguish between IEC and ANSI fault calculation approaches
- Voltage Factors (c factors)
- Initial Symmetrical Short-Circuit Current
- Peak Current (ip)
- Impedance Correction Factors
- Breaking and Thermal Currents
Sequence network connections for unbalanced faults. How positive, negative, and zero-sequence impedances combine to determine fault currents for line-to-earth, line-to-line, and double line-to-earth faults.
- Connect sequence networks for different fault types
- Calculate asymmetrical fault currents
- Explain the role of transformer winding connections in zero-sequence paths
- Sequence Network Connections
- Zero-Sequence Impedance
SECTION 2: IEEE 1584 Arc Flash Assessment
IEEE 1584-2018 methodology for calculating incident energy exposure during electrical work. Covers electrode configurations, arcing current calculations, and the critical relationship between arc duration and incident energy.
- Explain the five electrode configurations and their impact on incident energy
- Calculate arcing current from bolted fault current
- Describe the relationship between arc duration and incident energy
- Apply IEEE 1584-2018 applicability limits
- Electrode Configurations
- Arcing Current Calculation
- Incident Energy and Arc Duration
- Applicability Limits
Translating incident energy calculations into practical safety requirements. NFPA 70E PPE categories, arc flash boundary determination, and NEC requirements for arc energy reduction.
- Determine PPE category from incident energy
- Calculate arc flash boundary distance
- Explain NEC 240.87 arc energy reduction requirements
- Identify when engineering controls are required over PPE
- Arc Flash Boundary (AFB)
- NFPA 70E PPE Categories
- Arc Energy Reduction (NEC 240.87)
Section 3: Protection Coordination
IEC 60255 and IEEE C37.112 inverse-time relay characteristics, coordination time intervals, and grading methodology for series-connected protective devices.
- Select appropriate IEC 60255 inverse curve type for an application
- Calculate relay operating time from TMS and curve parameters
- Determine grading margins for numerical and electromechanical relays
- Identify coordination failures on TCC plots
- IEC 60255 Standard Inverse Curves
- Coordination Time Interval
- Selectivity Mechanisms
Unit protection using Kirchhoff's Current Law for transformers, busbars, and generators. Impedance-based distance protection with multi-zone reach settings for transmission lines.
- Configure percentage restraint differential relay settings
- Explain harmonic restraint for transformer inrush discrimination
- Set distance relay zone reaches and timers
- Design primary and backup protection using zones 1, 2, and 3
- Differential Protection Principles
- Transformer Differential Settings
- Distance Protection Zones
- Distance Relay Characteristics
Section 4: Transient Stability
Rotor dynamics of synchronous machines following large disturbances, the swing equation derivation, equal area criterion for SMIB systems, and critical clearing time determination.
- Derive and apply the swing equation for a synchronous machine
- Calculate critical clearing angle using the equal area criterion
- Determine critical clearing time for protection coordination
- Assess stability margins for different fault scenarios
- The Swing Equation
- Equal Area Criterion
- Critical Clearing Time
IEEE Std 421.5 excitation system models, automatic voltage regulator response, and power system stabilizer design for damping electromechanical oscillations.
- Identify IEEE 421.5 excitation system model types
- Explain how AVR response affects transient stability
- Describe PSS operating principle and tuning methodology
- Distinguish first-swing stability from damping improvement
- IEEE 421.5 Excitation Models
- Power System Stabilizer
- Stability Study Methodology
Section 5: Motor Starting Studies
Locked-rotor current characteristics of induction motors, voltage dip prediction methods, and acceptance criteria for motor starting on utility and generator-supplied systems.
- Calculate voltage dip from motor starting kVA and system short-circuit capacity
- Apply NEMA code letter ratings to determine starting kVA
- Assess voltage dip impact on contactors, controls, and lighting
- Size generators for direct-on-line motor starting
- Locked-Rotor Current Characteristics
- Voltage Dip Calculation
- Sequential Starting Strategy
Star-delta, autotransformer, soft starter, and variable frequency drive starting methods with comparative analysis of current reduction, torque capability, and application suitability.
- Compare starting current and torque for each reduced-voltage method
- Select appropriate starting method for a given application
- Calculate line current reduction for autotransformer starting
- Specify soft starter and VFD starting parameters
- Star-Delta and Autotransformer Starting
- Soft Starters and VFDs
Section 6: Harmonic Analysis
Characteristic harmonics from power electronic converters, THD calculation, IEEE 519 limits, and effects of harmonics on transformers, cables, and rotating machines.
- Identify characteristic harmonics of 6-pulse, 12-pulse, and 18-pulse converters
- Calculate THD from individual harmonic magnitudes
- Apply IEEE 519-2022 voltage and current distortion limits
- Assess harmonic heating effects on transformers and cables
- Harmonic Sources and Spectra
- THD Calculation and IEEE 519 Limits
- Harmonic Effects on Equipment
Parallel and series resonance with power factor correction capacitors, frequency scanning analysis, and mitigation strategies including passive filters and active solutions.
- Calculate parallel resonant frequency for a given system and capacitor bank
- Interpret frequency scan plots to identify resonance risks
- Design single-tuned passive harmonic filters
- Select appropriate mitigation strategy for a given harmonic problem
- Resonance with Capacitor Banks
- Harmonic Penetration Study Method
- Mitigation Strategies
Section 7: Contingency Analysis
The N-1 reliability principle, NERC TPL and ENTSO-E planning standards, DC power flow screening using sensitivity factors, and performance index ranking for contingency selection.
- Explain the N-1, N-1-1, and N-2 security criteria
- Calculate post-contingency flows using LODF and PTDF factors
- Rank contingencies using performance index screening
- Distinguish between planning and operational contingency assessment
- N-1 Criterion and Reliability Standards
- DC Power Flow Screening
- DC vs AC Contingency Analysis
Thermal ratings for lines and transformers, voltage acceptance criteria, P-V curve analysis for voltage stability, and corrective action mechanisms including remedial action schemes (RAS) and SCOPF.
- Apply normal and emergency thermal ratings for lines and transformers
- Interpret P-V curves to assess voltage stability margins
- Describe corrective actions for contingency violations
- Explain security-constrained optimal power flow (SCOPF)
- Thermal and Voltage Limits
- Voltage Stability and P-V Curves
- Corrective Actions and SCOPF
Section 8: Python Scripting and Automation
Python integration with PSS/E, PowerWorld, DIgSILENT PowerFactory, and ETAP for automating power system studies including batch simulations and result extraction.
- Initialise and run power flow via PSS/E psspy module
- Access PowerWorld through SimAuto/ESA interface
- Describe DIgSILENT PowerFactory Python API workflow
- Implement the load-modify-solve-extract automation pattern
- PSS/E Python Integration
- PowerWorld and Other APIs
- Core Automation Pattern
Common automated workflows including batch contingency analysis, Monte Carlo studies, sensitivity sweeps, and automated report generation with pandas and matplotlib.
- Implement batch N-1 contingency screening in Python
- Design a sensitivity analysis sweep over key parameters
- Generate formatted Excel reports from simulation results
- Apply error handling and logging to automation scripts
- Batch Contingency Analysis
- Sensitivity and Monte Carlo Studies
- Report Generation and Best Practices
// topic connections