当前位置:网站首页>Power system power flow calculation (Newton-Raphson method, Gauss-Seidel method, fast decoupling method) (Matlab code implementation)
Power system power flow calculation (Newton-Raphson method, Gauss-Seidel method, fast decoupling method) (Matlab code implementation)
2022-08-10 22:30:00 【Electrical Engineering Workshop】
欢迎来到本博客️️️
作者研究:本科计算机专业,研究生电气学硕.主要研究方向是电力系统和智能算法、机器学习和深度学习.目前熟悉python网页爬虫、机器学习、群智能算法、深度学习的相关内容.希望将计算机和电网有效结合!️️️
欢迎您的到来
个人主页:科研室
所有代码目录:电气工程科研社
【现在公众号名字改为:荔枝科研社】
本文目录如下:️️️
目录
2 An overview of power flow calculation in power systems
2.1 The development process of power flow
1 概述
最初,The power flow calculation of the power system is done manually.Later, in order to meet the growing needs of the power system,Computer networks have been formed,It provides the material basis for the power flow calculation of the power system.Power system power flow calculation is the most basic content in power system analysis and calculation,It is also an indispensable tool in the operation and design of power systems.根据系统给定的运行条件、Network wiring and component parameters,The magnitude and phase angle of each bus voltage can be determined through the power flow calculation、Power flowing through each element、power loss of the entire system, etc.
In the design of power system planning and the study of the operation mode of the existing power system,All need to use the power flow calculation to quantitatively analyze and compare the rationality of the power supply scheme or operation mode、可靠性和经济性.此外,The power flow calculation of the power system is also the basis of the dynamic and static stability of the computer system,Therefore, the power flow calculation is a very important and basic calculation to study the power system.Its development mainly revolves around these aspects:Convergence of the calculation method、可靠性;The speed of calculation speed;Requirements for computer storage capacity and convenience of calculation、灵活等.
This paper is based on the introduction of Newton-Raphson's method、Power flow calculation by Gauss-Seidel method and fast decoupling method,在MATLABin the simulation calculation.
2 An overview of power flow calculation in power systems
2.1 The development process of power flow
最初,Power system power flow calculation is done manually.Later, in order to meet the growing needs of the power system,AC computing desk is used.With the advent of electronic digital computers,1956 年 Ward et al compiled a practical computer power flow calculation program.这样,It provides an extremely powerful calculation method for the increasingly complex large-scale power system.经过几十年的发展,Power system power flow calculation has been very mature.There are two forms of power flow calculation in power system: offline calculation and online calculation.The former is mainly used for power system planning and design、Arranges how the system operates;The latter is used for real-time monitoring and real-time control of running systems.Off-line and on-line power flow calculations are the same in calculation principle,都要求满足:(1)The calculation method is reliable,收敛性好;(2)Takes up less computer memory;(3)The calculation speed is high;(4)Good for interface,方便使用.
2.2Newton-Raphson method for load flow calculation
2.2.1Node Voltage Equation
The power network equation is composed of the related parameters and variables of the network and their interrelationships,A set of mathematical equations that reflect network performance.不难想象,There are nodal voltage equations that fit this equation,Loop current equation,Cut-set voltage equation, etc.However, the cut-set voltage equation is not commonly used in power system calculations,Therefore, the node voltage equation or the loop current equation is generally used,But the parameters of the current in the system are often difficult to measure and collect,And because there are many grounding branches in the equivalent network of the power system,The nodal voltage equation has fewer equations,It is also more convenient to modify the coefficient when the network structure is changed or the transformer ratio is changed,Therefore, the node voltage equation has its obvious advantages.
2.2.2节点导纳矩阵
The nodal admittance matrix and the nodal impedance matrix are both square matrices,Its order is equal to the number of nodes in the network other than the reference noden.But the reason why we mostly use the nodal admittance matrix in the power flow calculation is that,The nodal admittance matrix is a sparse matrix,The non-zero off-diagonal arity of each row is equal to the number of ungrounded branches connected to the opposite node of the row.因为节点i 、j Equal to when there is no branch directly connected between them0,This situation is very common in practical power systems,Therefore, the use of the node admittance matrix is beneficial to modify the system structure.
2.2.3 Non-standard ratio transformer equivalent circuit
Equivalent circuit model for transformers,有
型等值电路、TType Equivalent Transformer Model.However, the first two do not reflect the actual voltage conversion function of the transformer,All parameters and variables in the network must be normalized to the same voltage level.但是,Equivalent transformer model can equivalently reflect the transformer voltage conversion function,It is also the transformer model used in power system analysis using computer,Although the use of this model does not exclude hand calculation.
首先,如图3-2-3(a)所示,The admittance or excitation branch of the transformer can be omitted,A two-winding transformer can be represented by a circuit with impedances in series with an ideal transformer.The ideal transformer is just one parameter,That's the ratio
.Now the transformer impedance is reduced to the low-voltage side according to the actual transformation ratio as an example,A transformer-type equivalent circuit is derived.
Transformer impedance reduction to the low-side equivalent model equals the power flowing into and out of the ideal transformer:
For the rest of the detailed articles, see Section IV:
4 Matlab代码及文章讲解
The code for this article needs to click here:正在为您运送作品详情
4.1 高斯-赛德尔法
4.2 牛顿-拉夫逊法

4.3 Quick decoupling method

Equivalent circuit model for transformers,有
型等值电路、TType Equivalent Transformer Model.However, the first two do not reflect the actual voltage conversion function of the transformer,All parameters and variables in the network must be normalized to the same voltage level.但是,Equivalent transformer model can equivalently reflect the transformer voltage conversion function,It is also the transformer model used in power system analysis using computer,Although the use of this model does not exclude hand calculation.
5 写在最后
Some of the literature cited online literature,如有侵权请联系删除.
边栏推荐
- 管理员必须知道的RADIUS认证服务器的部署成本
- 智能方案设计——智能跳绳方案
- Translating scientific and technological papers, how to translate from Russian to Chinese
- FPGA - 7系列 FPGA内部结构之Memory Resources -03- 内置纠错功能
- 【PCBA scheme design】Bluetooth skipping scheme
- 美味的佳肴
- HighTec快捷键(Keys)设置位置
- shell (text printing tool awk)
- LeetCode-36-Binary search tree and doubly linked list
- 【SQL刷题】Day3----SQL必会的常用函数专项练习
猜你喜欢

HighTec shortcut keys (Keys) setting location

Huawei router clock near the drainage experiment (using stream strategy)

The Thread State,

Live Classroom System 08-Tencent Cloud Object Storage and Course Classification Management

shell programming without interaction

Likou 221 questions, the largest square

LeetCode-402 - Remove K digits

合并k个已排序的链表

QT笔记——QT工具uic,rcc,moc,qmake的使用和介绍

【PCBA方案】电子握力测试仪方案she‘ji
随机推荐
camera preview process --- from HAL to OEM
黑猫带你学Makefile第13篇:Makefile编译问题合集
2022.8.8 Selected Lectures on Good Topics (Number Theory Field)
LeetCode-498 - Diagonal Traversal
An article to teach you a quick start and basic explanation of Pytest, be sure to read
LeetCode Daily Question (1573. Number of Ways to Split a String)
About DataFrame: Processing Time
H3C S5130 IRF做堆叠
JVM classic fifty questions, now the interview is stable
xshell (sed command)
罗克韦尔AB PLC RSLogix5000中计数器指令使用方法介绍
过滤器
云服务器基于 SSH 协议实现免密登录
A shell script the for loop statements, while statement
mmpose关键点(一):评价指标(PCK,OKS,mAP)
接口测试的概念、目的、流程、测试方法有哪些?
What is Jmeter? What are the principle steps used by Jmeter?
交换机和生成树知识点
链表相加(二)
Shell编程规范与变量
