搜索资源列表
Pfinpt
- 电力系统Matlab潮流程序。 根据给定输入数据,计算电网潮流。
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
UPFC
- 基于PSCAD_EMTDC的统一潮流控制器(UPFC)动态仿真模型 100MVA,230KV,60Hz交流输电系统 一共三个文件,完整的UPFC系统模型,控制器模型,以及STATCOM和SSSC单独运行的模块都有。 -UPFC model based on PSCAD_EMTDC 100 MVA UPFC operating on a 230 kV ac, 60 Hz transmission system。
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
改进P-Q分解法潮流
- 改进的微分进化算法,此算法为优化算法,可以用在电力系统的无功优化,配电网重构中。-Differential Evolution
nr
- 牛顿拉普逊法就算配电网重构的潮流程序,结构清晰易懂。-Newton Raphson method Rapp trend even if the distribution network reconfiguration process, clear and understandable structure.
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节点的配电网网络模型,通过对单个
MATLAB简化3节点分析
- 简单的三节点系统最优潮流,包含发电机的经济参数,用于OPF计算分析。(Simple three node system optimal power flow, including the generator's economic parameters, is used for OPF calculation analysis.)
牛拉法潮流计算
- 可以实现牛顿拉夫逊潮流计算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分解法这两种应用最为广泛经典方法。仿真算例是以五节点电力系统为例。
Matlab直流潮流程序
- 电力系统直流潮流算法,利用matlab软件实现的直流潮流算法。(Calculation of DC power flow in power system)
潮流计算(极坐标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)
matlab潮流计算
- 包含用牛拉法,PQ分解法进行潮流计算可以供电气专业的学生使用。