配电网 Resources

Showing items tagged with "配电网"

Most MATLAB power flow calculation programs are developed for transmission networks, while there are fewer programs dedicated to distribution networks. Addressing the characteristics of radial distribution networks, this MATLAB program has been specifically developed for distribution network power flow calculations. It employs a novel branch selection method that eliminates the need for complex network numbering systems.

MATLAB 188 views Tagged

8-bus power flow calculation program for distribution networks in MATLAB. Power system analysis requires diverse network configurations and parameters, which often demand significant time and effort for data collection and organization prior to implementation. This program demonstrates automated parameter handling using MATLAB's matrix operations and Newton-Raphson algorithm.

MATLAB 224 views Tagged

Ant Colony Optimization (ACO) is a novel general-purpose heuristic method for solving combinatorial optimization problems, characterized by positive feedback, distributed computation, and constructive greedy heuristic search. By establishing an appropriate mathematical model, fault location in distribution networks based on fault overcurrent is transformed into a nonlinear global optimization problem. The implementation typically involves simulating artificial ants that deposit pheromone trails, with probability-based path selection mechanisms guiding the search toward optimal solutions.

MATLAB 221 views Tagged

Power flow calculation program implementing the forward-backward sweep method for distribution networks. Unlike transmission systems that operate in closed loops, distribution networks typically function with radial/open-loop configurations requiring specialized computational approaches.

MATLAB 194 views Tagged