Power System Load Flow Calculation Using Newton-Raphson Method
A MATLAB-based power system load flow calculation program utilizing the Newton-Raphson algorithm with enhanced matrix operations and convergence control
Explore MATLAB source code curated for "电力系统潮流计算" with clean implementations, documentation, and examples.
A MATLAB-based power system load flow calculation program utilizing the Newton-Raphson algorithm with enhanced matrix operations and convergence control
MATLAB implementation of Newton-Raphson algorithm for power system load flow computation with detailed code structure and algorithm explanation
Implementation of PQ decomposition method for load flow analysis with three test cases included. Users can perform additional calculations by modifying the input data files. The implementation demonstrates how to structure power system data and apply iterative solving techniques.
Computer-Aided Analysis of Power Flow in Power Systems This project requires performing power flow analysis on a 14-node power system using both MATLAB and PSASP software. Specific requirements include: 1) Implementing power flow calculation in MATLAB by programming to form the nodal admittance matrix, construct the Jacobian matrix, solve correction equations using Gaussian elimination, and creating output routines to display the nodal admittance matrix, node voltages (including phase angles and magnitudes), branch power flows (sending-end, receiving-end, and power losses). The program requires debugging, execution in MATLAB environment, and tabulation of results for comprehensive analysis.