PQ节点 Resources

Showing items tagged with "PQ节点"

This MATLAB program implements the Newton-Raphson algorithm to calculate power flow in electrical networks with known admittance matrix, PQ nodes, PV nodes, and slack bus (UA). Key variables include: U - bus voltages at all nodes, S - injected power at all nodes, S_net - total network losses, PQ_P - calculated active power injection at PQ nodes, PQ_Q - calculated reactive power injection at PQ nodes, delt_PQ_P - active power correction values at PQ nodes, delt_PQ_Q - reactive power correction values at PQ nodes, delt_UA_P - active power correction values at slack bus, delt_U_2 - voltage squared correction values at slack bus, delt_PQV -

MATLAB 237 views Tagged