搜索资源列表
zc33
- 使用matlab编写的 配电网前推回代潮流计算程序 使用IEEE 33节点配电系统作为算例,可实现弱环网情况下的潮流计算-Matlab prepared using forward and backward substitution distribution network power flow calculation program uses IEEE 33 node power distribution system as an example, can be realized in c
MATLAB
- 电力系统潮流计算中雅可比矩阵形成的程序,使用MATLAB编程-Power System Load Flow Jacobian matrix formation process, using the MATLAB programming
PQload_flow_calculate
- PQ分解法针对IEEE14和30节点的电力网络潮流计算matlab程序-PQ decomposition IEEE14 and 30 nodes for the electricity network power flow calculation program matlab
chaoliu
- 计算机潮流计算 应用的是牛拉法, 使用比较简单,适合所有网络-Computer application flow calculation is cattle Rafah, the use of relatively simple, suitable for all networks
NRpowerflow
- 电力系统潮流计算,使用的是牛拉法,实用啊,还是很简单的啦!-POWER FLOW CALCULATION BY NR METHOD
chaoliu
- 【配网潮流计算程序】本程序采用前推回代法,适用于35kV以下辐射型开式网络潮流计算,且若支路有备用支路需换算为单支路再行计算,适用于回路无环路时(有详细程序说明)。-【Distribution network load flow calculation program】 This procedure uses forward and backward on behalf of the law applicable to the following radiation-type open-35kV
dianlixitong
- 基于MATLAB牛顿拉夫逊法进行潮流计算-MATLAB-based Newton Raphson power flow calculation method
Matlab_PF
- 这里提供的电力系统潮流计算程序,其中的两个主程序名为lfnewton和decouple。程序由MATLAB语句编写而成,全部是源代码。-Here are the current procedures for a total of seven papers, two of the main program, called lfnewton and decouple. Written statement made by the MATLAB program, all the source code.
distributed-generation_distribution-system_Newton-
- 优秀论文配套源码。分布式电源的接入使得配电系统从放射状无源网络变为分布有中小型电源的有源网络。带来了使单向流动的电流方向具有了不确定性等等问题,使得配电系统的控制和管理变得更加复杂。但同时,分布式电源又具有提高电网可靠性,绿色节能,等等优点,所以为更好的利用分布式电源为人类造福,我们必须对其进行研究与分析。 本文采取通过利用仿真软件Matlab编写计算潮流程序模拟分布式电源接入配电网的模型进行潮流计算的方法对分布式电源的稳态影响进行探索与分析。 选取了34节点的配电网网络模型,通过对单个
power-flow-matlab
- 基于牛拉法的潮流计算matlab程序及说明,附有3机9节点算例对比结果-power flow calculation based on Newton method
main_Flow_Calculation
- 基于MATLAB牛顿拉夫逊电力系统潮流计算程序(Power flow based on MATLAB,include main software)
chaoliujisuan
- 适用于电力系统分析,应用matlab实现电力系统简单潮流计算(It is suitable for power system analysis, and the simple power flow calculation of power system is realized by MATLAB)
电力系统机组组合优化
- 基于MATLAB/CPLEX 的机组最优组合,成功求解表格化,图示化的机组组合结果,含机组各时段启停计划、机组各时段最优出力,以及内含的各时段的直流潮流等。(Based on the MATLAB/CPLEX optimal combination of units, the results of tabular and graphical unit commitment are successfully solved, including the start-up and shutdown s
牛拉法潮流计算
- 可以实现牛顿拉夫逊潮流计算matlab 程序,支路数据和节点数据要分别写在txt文档中,在NR_algorithm.m 中调用这两个txt文档。(Newton Raphson power flow calculation matlab program)
NRpf
- 电力系统的牛顿-拉夫逊发潮流计算的matlab函数,测试基于matpower。(Matlab function of power flow calculation in power systems.)
潮流计算matlab程序
- matlab潮流计算程序,包括牛顿拉夫逊法和PQ分解法这两种应用最为广泛经典方法。仿真算例是以五节点电力系统为例。
潮流计算(极坐标2014.3.20)
- matlab潮流计算极坐标法,带IEEE14节点,30节点,118节点数据(Matlab power flow calculation polar coordinates, with IEEE14 nodes, 30 nodes, 118 node data)
潮流计算程序
- 潮流计算程序,带数据文件,未进行稀疏技术优化(Power flow calculation program with data files)
Untitled - 副本
- matlab30节点牛顿拉夫逊法潮流计算(Power flow calculation using MATLAB 30-node Newton-Raphson method)
matlab潮流计算
- 包含用牛拉法,PQ分解法进行潮流计算可以供电气专业的学生使用。