当前位置:网站首页>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,如有侵权请联系删除.
边栏推荐
- Thread State 详解
- 2022年8月的10篇论文推荐
- Alibaba and Ant Group launched OceanBase 4.0, a distributed database, with single-machine deployment performance exceeding MySQL
- mmpose关键点(一):评价指标(PCK,OKS,mAP)
- FPGA - 7系列 FPGA内部结构之Memory Resources -03- 内置纠错功能
- shell脚本循环语句for、while语句
- Black cat takes you to learn Makefile Part 11: When the header file a.h changes, how to recompile all the .c files that depend on the header file a.h
- STL-stack
- Use Cloudreve to build a private cloud disk
- 财务年报怎样翻译,为什么要选择专业翻译公司?
猜你喜欢

企业云存储日常运行维护实践经验分享

FPGA - 7系列 FPGA内部结构之Memory Resources -03- 内置纠错功能

VLAN huawei 三种模式

爬虫request.get()出现错误

2022年8月10日:使用 ASP.NET Core 为初学者构建 Web 应用程序--使用 ASP.NET Core 创建 Web UI(没看懂需要再看一遍)

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

服务——DNS正向反向域名解析服务

FPGA - Memory Resources of 7 Series FPGA Internal Structure -03- Built-in Error Correction Function

Service - DHCP principle and configuration

win系统下pytorch深度学习环境安装
随机推荐
Why general company will say "go back messages such as" after the end of the interview, rather than just tell the interviewer the result?
labelme - block drag and drop events
Huawei router clock near the drainage experiment (using stream strategy)
Conditional Statements of Shell Programming (2)
A shell script the for loop statements, while statement
力扣221题,最大正方形
今日睡眠质量记录75分
谁是边缘计算服务的采购者?是这六个关键角色
Shell编程规范与变量
STL-stack
威纶通触摸屏如何在报警的同时,显示出异常数据的当前值?
“数据引擎”开启前装规模量产新赛道,「智协慧同」崭露头角
Intelligent scheme design - intelligent rope skipping scheme
QT笔记——QT工具uic,rcc,moc,qmake的使用和介绍
ThreadLocal comprehensive analysis (1)
带着昇腾去旅行:一日看尽金陵城里的AI胜景
高通平台开发系列讲解(应用篇)QCMAP应用框架介绍
服务——DHCP原理与配置
为什么一般公司面试结束后会说「回去等消息」,而不是直接告诉面试者结果?
Shell编程之条件语句(二)
