搜索资源列表
PQ
- 电力系统中的牛顿拉夫逊法和PQ分解法的matlab代码-Power System Newton Raphson method and the PQ decomposition method matlab code
PQload_flow_calculate
- PQ分解法针对IEEE14和30节点的电力网络潮流计算matlab程序-PQ decomposition IEEE14 and 30 nodes for the electricity network power flow calculation program matlab
PQ
- 首先对电网节点优化,再PQ分解法求解系统潮流。-First of all, optimization of the power grid nodes, then PQ decomposition method for calculating the trend.
PQ_Power_Flow_Pro
- 该C程序的主体框架是根据《现代电力系统分析》(王锡凡)的附录PQ分解法潮流程序来完成的,并采用BX方案。程序中采用了快速解耦潮流计算方法和稀疏矩阵存储技术,并对程序的主要算法进行了子程序编制。本程序认为迭代次数超过1000次即为不收敛,并给出了五节点五支路系统data5.dat作为示例。-The C program of the main framework is based on " Modern Power System Analysis" (Xi-fan) the tre
chaoliujisuan_pq
- 电力系统的潮流计算,使用的是pq分解法,-Flow calculation, pq decomposition
powerflow
- PQ分解法计算电力系统潮流,具有较高的精度,并附有57个节点的计算结果-PQ decomposition method to calculate the power system tide, has higher precision, with 57 nodes results
mary
- 利用PQ分解法计算电力系统潮流上机,涉及到变压器,双回路和对地支路。-PQ decomposition method using power flow on the plane, related to the transformer, double loop and slip on the ground.
pq
- 利用C语言编写的电力系统PQ分解法潮流计算程序,取得了良好的效果-Using C language PQ decomposition of power system load flow calculation program, and achieved good results
PQ_Powerflow
- PQ分解法计算输电网潮流,采用压缩存储方法,内含算例和说明。-PQ decomposition trend of grid computing, storage compression methods, includes examples and instructions.
PQ
- 利用matlab编制的电力系统pq分解法潮流计算-pq flow
NiuDunHE-PQchaoliu
- 基于IEEE14几点图具有牛顿法和PQ分解法的潮流计算-Some charts have based IEEE14 Newton method and PQ decomposition method flow calculation
PQ-powerflow
- 用C语言实现P-Q分解法潮流计算。其中用到了高斯消去法解矩阵方程,求修正的雅可比矩阵。-Using C language PQ decomposition method flow calculation. Which uses a Gaussian elimination method for solving matrix equations, find the modified Jacobian.
PQ-pf(matlab)
- 在matlab环境下,使用PQ分解法进行的电力系统潮流计算程序。-In the matlab environment, using PQ decomposition method for power flow calculation program.
Decoupled-load-flow
- 采用稀疏矩阵的PQ分解法潮流计算程序(依据《电力系统计算》一书附录用C语言编写,使用方法、变量名称都与书上一致)-Decoupled load flow
PQandNRchaoliulast
- NR和PQ分解法潮流程序,数据从excel载入,可以变换大小-NR and PQ decomposition process flow, data from excel loaded, you can change the size of
PQ-power-flow
- 基于MATLAB,用PQ分解法计算电力系统潮流-Solutions trend calculated using PQ decomposition method
powerflow
- 潮流计算牛拉法和PQ分解法有详细解析,电力系统的基本潮流都有解析,纯手工-Flow Calculation cattle Rafah and PQ decomposition method has a detailed analysis
q1
- 逆变器并网,lc滤波器,简单明了初学者必备,自行加入(Grid connected inverter)
潮流计算C++
- 用PQ分解法,通过VC++6.0平台实现电力系统潮流计算程序(caculation of power system)
潮流计算matlab程序
- matlab潮流计算程序,包括牛顿拉夫逊法和PQ分解法这两种应用最为广泛经典方法。仿真算例是以五节点电力系统为例。