550MW发电机变压器组继电保护的整定计算及仿真

2023-10-30 09:28

本文主要是介绍550MW发电机变压器组继电保护的整定计算及仿真,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

摘要

电力系统继电保护设计是根据系统接线图及要求选择保护方式,进行整定计算,电力系统继电保护的设计与配置是否合理直接影响到电力系统的安全运行。如果设计与配置不当,保护将不能正确工作,会扩大事故停电范围,造成人身和设备事故,给国民经济带来严重的恶果,因此,合理地选择保护方式和正确地整定计算,对保证电力系统的安全运行有非常重要的意义。

电力系统继电保护的设计与配置是否合理会直接影响到电力系统的安全运行,所以必须合理地选择保护配置和进行正确的整定计算。

本次设计要求为550MW 发电机-变压器组配置继电保护和自动装置,目的为通过本次设计,进一步加深对所学知识的理解,以及理解保护与保护之间的配合问题。

本次设计先根据发电机、变压器铭牌选择保护用TA、TV 变比,然后配置发电机-变压器组的保护装置及自动装置,并选择保护装置型号及整定方法,计算保护装置整定所需短路电流和保护装置的整定计算。

关键词:发电机变压器组;整定计算;自动化装置;继电保护

Abstract

Power system relay protection design is based on the system wiring diagram and requirements to select protection mode, setting calculation, power system relay protection design and configuration is reasonable directly affect the safe operation of the power system. If the design and configuration is improper, the protection will not work correctly, will expand the scope of power failure accidents, resulting in personal and equipment accidents, to the national economy to bring serious consequences, therefore, reasonable selection of protection mode and correct setting calculation, to ensure the safe operation of the power system is very important.

Whether the design and configuration of power system relay protection is reasonable will directly affect the safe operation of power system, so it is necessary to choose the protection configuration and correct setting calculation.

The design requirements for 550MW generator - transformer group configuration relay protection and automatic device, the purpose of this design, to further deepen the understanding of the knowledge, as well as the understanding of protection and protection between the problem.

This design first according to the generator, transformer nameplate selection protection with TA, TV ratio, and then configure the generator - transformer group protection device and automatic device, and select the type of protection device and setting method, calculate the short-circuit current required by the protection device setting and setting calculation.

Key words:  Engine transformer group; Setting calculation; Automatic device; Relay protection

目录

摘要... 1

引言... 5

第一章 绪论... 1

1.1 研究背景... 1

1.2 研究意义... 2

1.3 国内外研究现状分析... 3

第二章 原始资料分析... 5

2.1 发电机参数... 5

2.2 主变压器参数... 7

2.3 高压厂用变压器参数... 7

第三章 550MW发电机变压器组继电保护配置说明... 9

3.1 中性点接地方式... 9

3.2 高压厂用变压器侧TA、TV 变比... 9

3.3 保护依据... 10

3.4 保护说明... 12

3.5 保护配置... 13

第四章 550MW发电机变压器组继电保护的整定计算... 15

4.1 发电机定子绕组匝间短路保护整定计算... 15

4.1.1发电机横差动保护... 15

4.1.2发电机纵向基波零序过电压保护... 16

4.2 发电机转子接地保护整定计算... 18

4.2.1动作判据... 18

4.2.2整定计算... 19

4.3 发电机定子绕组过电流保护整定计算... 20

4.3.1动作判据... 20

4.3.2整定计算... 21

4.4 发电机失磁保护整定计算... 23

4.4.1动作判据... 23

4.4.2整定计算... 27

4.5 发电机定子绕组过电压整定计算... 29

4.5.1动作判据... 29

4.5.2整定计算... 30

4.6发电机逆功率保护整定计算... 30

4.6.1动作判据... 30

4.6.2整定计算... 30

第五章 550MW发电机变压器组继电保护建模仿真... 31

5.1 550MW发电机变压器组继电保护建模... 31

5.2 550MW发电机变压器组继电保护仿真分析... 31

第六章  总结... 32

参考文献... 33

致    谢... 35

完整论文及matlab/simulink建模仿真点击如下链接下载:

550MW发电机变压器组继电保护的整定计算及仿真资源-CSDN文库

这篇关于550MW发电机变压器组继电保护的整定计算及仿真的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/306943

相关文章

Python并行处理实战之如何使用ProcessPoolExecutor加速计算

《Python并行处理实战之如何使用ProcessPoolExecutor加速计算》Python提供了多种并行处理的方式,其中concurrent.futures模块的ProcessPoolExecu... 目录简介完整代码示例代码解释1. 导入必要的模块2. 定义处理函数3. 主函数4. 生成数字列表5.

Java计算经纬度距离的示例代码

《Java计算经纬度距离的示例代码》在Java中计算两个经纬度之间的距离,可以使用多种方法(代码示例均返回米为单位),文中整理了常用的5种方法,感兴趣的小伙伴可以了解一下... 目录1. Haversine公式(中等精度,推荐通用场景)2. 球面余弦定理(简单但精度较低)3. Vincenty公式(高精度,

windows和Linux使用命令行计算文件的MD5值

《windows和Linux使用命令行计算文件的MD5值》在Windows和Linux系统中,您可以使用命令行(终端或命令提示符)来计算文件的MD5值,文章介绍了在Windows和Linux/macO... 目录在Windows上:在linux或MACOS上:总结在Windows上:可以使用certuti

Python如何计算两个不同类型列表的相似度

《Python如何计算两个不同类型列表的相似度》在编程中,经常需要比较两个列表的相似度,尤其是当这两个列表包含不同类型的元素时,下面小编就来讲讲如何使用Python计算两个不同类型列表的相似度吧... 目录摘要引言数字类型相似度欧几里得距离曼哈顿距离字符串类型相似度Levenshtein距离Jaccard相

使用C#代码计算数学表达式实例

《使用C#代码计算数学表达式实例》这段文字主要讲述了如何使用C#语言来计算数学表达式,该程序通过使用Dictionary保存变量,定义了运算符优先级,并实现了EvaluateExpression方法来... 目录C#代码计算数学表达式该方法很长,因此我将分段描述下面的代码片段显示了下一步以下代码显示该方法如

如何用Java结合经纬度位置计算目标点的日出日落时间详解

《如何用Java结合经纬度位置计算目标点的日出日落时间详解》这篇文章主详细讲解了如何基于目标点的经纬度计算日出日落时间,提供了在线API和Java库两种计算方法,并通过实际案例展示了其应用,需要的朋友... 目录前言一、应用示例1、天安门升旗时间2、湖南省日出日落信息二、Java日出日落计算1、在线API2

poj 1113 凸包+简单几何计算

题意: 给N个平面上的点,现在要在离点外L米处建城墙,使得城墙把所有点都包含进去且城墙的长度最短。 解析: 韬哥出的某次训练赛上A出的第一道计算几何,算是大水题吧。 用convexhull算法把凸包求出来,然后加加减减就A了。 计算见下图: 好久没玩画图了啊好开心。 代码: #include <iostream>#include <cstdio>#inclu

uva 1342 欧拉定理(计算几何模板)

题意: 给几个点,把这几个点用直线连起来,求这些直线把平面分成了几个。 解析: 欧拉定理: 顶点数 + 面数 - 边数= 2。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#include <cstring>#include <cmath>#inc

uva 11178 计算集合模板题

题意: 求三角形行三个角三等分点射线交出的内三角形坐标。 代码: #include <iostream>#include <cstdio>#include <cstdlib>#include <algorithm>#include <cstring>#include <cmath>#include <stack>#include <vector>#include <

XTU 1237 计算几何

题面: Magic Triangle Problem Description: Huangriq is a respectful acmer in ACM team of XTU because he brought the best place in regional contest in history of XTU. Huangriq works in a big compa