当前位置:
首页 资源下载
搜索资源 - matlab,潮流计算,牛顿-拉夫逊
搜索资源列表
-
0下载:
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流
% U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗
% PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率
% delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值
% delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平
-
-
2下载:
求最优潮流的matlab程序,可以求解pq分解法、牛顿拉夫逊法等潮流计算。,For optimal power flow matlab procedure pq decomposition method to solve, such as Newton Raphson power flow calculation.
-
-
1下载:
计算IEEE-6节点系统牛顿拉夫逊潮流计算,通用的算法。非常实用-chaoliu jisuan IEEEE-6
-
-
3下载:
牛顿拉夫逊法潮流计算程序,已测试40个节点,内附参考结果和典型系统的描述,很全的资料-Newton Raphson power flow program, 40 nodes have been tested, the results and typical system containing a reference to the descr iption, it is all the information
-
-
2下载:
基于牛顿-拉夫逊法的电力系统潮流计算程序,matlab-Based on the Newton- Raphson method of power flow calculation program, matlab
-
-
0下载:
电力系统潮流计算的计算机算法,根据牛顿-拉夫逊法计算。-Power Flow Calculation of the computer algorithm, according to Newton- Raphson method.
-
-
1下载:
基于牛顿—拉夫逊法编写的潮流计算程序,采用的是IEEE标准输入格式,该程序通俗易懂,适应力较强。-Based on Newton- Raphson power flow calculation program written in, using the IEEE standard input format, the program is user-friendly, adaptable and strong.
-
-
0下载:
电力系统的牛顿-拉夫逊法潮流计算。
基本步骤:
(1)形成节点导纳矩阵
(2)将各节点电压设初值U,
(3)将节点初值代入相关求式,求出修正方程式的常数项向量
(4)将节点电压初值代入求式,求出雅可比矩阵元素
(5)求解修正方程,求修正向量
(6)求取节点电压的新值
(7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步
(8)计算支路功率分布,P
-
-
0下载:
基于牛顿拉夫逊法的电力系统潮流计算程序,采用MATlab编程-Method based on Newton Raphson power flow calculation program, using MATlab Programming
-
-
0下载:
基于牛顿拉夫逊方法计算电力系统潮流,可以计算任意多结点-Calculate the power flow
-
-
0下载:
基于matlab的电力系统潮流计算实例,牛顿拉夫逊法的极坐标法-Power flow calculation based on matlab instance, Newton Raphson method of polar coordinates
-
-
0下载:
牛顿拉夫逊法编制的潮流计算程序,很实用,是很好的学习资料-Newton-raphson method of power flow calculation program, very practical, is a very good learning materials
-
-
0下载:
牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
-
-
2下载:
可以实现牛顿拉夫逊潮流计算matlab 程序,支路数据和节点数据要分别写在txt文档中,在NR_algorithm.m 中调用这两个txt文档。(Newton Raphson power flow calculation matlab program)
-
-
1下载:
基于牛顿拉夫逊法的潮流计算,用MATLAB进行编程,求解各个节点的电压(Power flow calculation based on Newton Ralph Xun Fa)
-
-
1下载:
电力系统的牛顿-拉夫逊发潮流计算的matlab函数,测试基于matpower。(Matlab function of power flow calculation in power systems.)
-
-
1下载:
牛顿拉夫逊法潮流计算
用matlab,牛顿拉夫逊法潮流计算,直角坐标系
计算刘光烨的书课后计算题(Newton Ralph Xun Fa power flow calculation)
-
-
0下载:
本程序的功能是用牛顿-拉夫逊法进行潮流计算,经典潮流计算matlab编程,含注释
-
-
0下载:
通过分析一六节点环网,在MATLAB中编写程序,采用牛顿-拉夫逊算法-计算机法计算潮流。(Calculation of power flow by computer method)
-
-
1下载:
matlab潮流计算,采用牛顿拉夫逊算法,.m文件可直接运行,内涵一个4节点算例,参数数据可更改。
-