牛顿拉夫逊潮流计算算例我要分享

Newton Raphson power flow calculation example

关注次数: 242

下载次数: 0

文件大小: 1.66 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:牛顿拉夫逊潮流计算算例本程序的功能是用牛顿——拉夫逊法进行潮流计算 B1矩阵:1、支路首端号;2、末端号;3、支路阻抗;4、支路对地电纳         5、支路的变比;6、支路首端处于K侧为1,1侧为0 B2矩阵:1、该节点发电机功率;2、该节点负荷功率;3、节点电压初始值        4、PV节点电压V的给定值;5、节点所接的无功补偿设备的容量         6、节点分类标号


English Description:

Newton Raphson power flow calculation example the function of this program is to use Newton Raphson method for power flow calculation & nbsp; B1 matrix: 1. Branch head end number; 2. Branch end number; 3. Branch impedance; 4. Branch to ground admittance & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; & nbsp; 5. Branch transformation ratio; 6. Branch head end at k side is 1, 1 side is 0 & nbsp; B2 matrix: 1. Generator power of the node; 2. Load power of the node; 3. Initial value of node voltage; 4. Given value of PV node voltage; 5. Capacity of reactive power compensation equipment connected to the node


代码预览

相关推荐