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如何计算两个不同类型列表的相似度

《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

基于UE5和ROS2的激光雷达+深度RGBD相机小车的仿真指南(五):Blender锥桶建模

前言 本系列教程旨在使用UE5配置一个具备激光雷达+深度摄像机的仿真小车,并使用通过跨平台的方式进行ROS2和UE5仿真的通讯,达到小车自主导航的目的。本教程默认有ROS2导航及其gazebo仿真相关方面基础,Nav2相关的学习教程可以参考本人的其他博客Nav2代价地图实现和原理–Nav2源码解读之CostMap2D(上)-CSDN博客往期教程: 第一期:基于UE5和ROS2的激光雷达+深度RG

音视频入门基础:WAV专题(10)——FFmpeg源码中计算WAV音频文件每个packet的pts、dts的实现

一、引言 从文章《音视频入门基础:WAV专题(6)——通过FFprobe显示WAV音频文件每个数据包的信息》中我们可以知道,通过FFprobe命令可以打印WAV音频文件每个packet(也称为数据包或多媒体包)的信息,这些信息包含该packet的pts、dts: 打印出来的“pts”实际是AVPacket结构体中的成员变量pts,是以AVStream->time_base为单位的显

计算数组的斜率,偏移,R2

模拟Excel中的R2的计算。         public bool fnCheckRear_R2(List<double[]> lRear, int iMinRear, int iMaxRear, ref double dR2)         {             bool bResult = true;             int n = 0;             dou