火电厂电气部分设计

摘要

本文首先根据任务书上所给系统与线路及所有负荷的参数,分析负荷发展趋势。从负荷增长方面阐明了建站的必要性,然后通过对拟建变电站的概括以及出线方向来考虑,并通过对负荷资料的分析,安全,经济及可靠性方面考虑,确定了变电站的主接线,然后又通过负荷计算及供电范围确定了主变压器台数,容量及型号,同时也确定了站用变压器的容量及型号,最后,根据最大持续工作电流及短路计算的计算结果,对高压熔断器,隔离开关,母线,绝缘子,电压互感器,电流互感器进行了选型,从而完成了电气一次部分的设计。

电气主接线是发电厂、变电所电气设计的首要部分,也是构成电力系统的重要环节。主接线的确定对电力系统整体及发电厂、变电所本身的运行的可靠性、灵活性和经济性密切相关。电能的使用已经渗透到社会、经济、生活的各个领域,而在我国电源结构中火电设备容量占总装机容量的75%。本文是对配有300MW 汽轮发电机的大型火电厂一次部分的初步设计,主要完成了电气主接线的设计。该设计主要从理论上在电气主接线设计、短路电流计算、电气设备的选择、配电装置的布局、防雷设计、发电机、变压器和母线的继电保护等方面做详尽的论述,并与火力发电厂现行运行情况比较,同时,在保证设计可靠性的前提下,还要兼顾经济性和灵活性,通过计算论证火电厂实际设计的合理性与经济性。采用软件绘制了大量电气图和查阅相关书籍,进一步完善了设计。

关键词:变电站;短路电流计算;电气主接线;发电厂

Abstract

Firstly, this paper analyzes the load development trend according to the parameters of the system, circuit and all loads given in the task book. The establishment of the clarified the necessity from the aspects of load growth, and then through the proposed generalization of substation and line direction, and through the analysis of load data, safety, economy and reliability into consideration, determine the substation main wiring, then on the main transformer was determined by the load calculation and power supply scope sets, capacity and model number, At the same time, the capacity and type of transformer used in the station are also determined. Finally, according to the calculation results of the maximum continuous working current and short circuit, the selection of high voltage fuses, isolation switches, busbars, insulators, voltage transformers and current transformers is carried out, so as to complete the design of the electrical primary part.

Main electrical wiring is the primary part of electrical design of power plant and substation, and also constitutes an important link of power system. The determination of main wiring is closely related to the reliability, flexibility and economy of the whole power system and power plant and substation. The use of electric energy has penetrated into every field of society, economy and life, and the capacity of thermal power equipment accounts for 75% of the total installed capacity in China's power supply structure. This paper is a preliminary design of the primary part of a large thermal power plant with a 300MW turbogenerator, mainly completing the design of the main electrical wiring. This design is mainly from the theory in the main electrical wiring design, short-circuit current calculation, the selection of electrical equipment, power distribution equipment layout, design of lightning protection, generator, transformer and bus do detailed discussion of relay protection, etc, and compared with the current operation of the coal-fired power plants, at the same time, under the premise that guarantees the reliability of the design, but also both economy and flexibility, The rationality and economy of actual design of thermal power plant are proved through calculation. Using software to draw a large number of electrical diagrams and refer to relevant books, further improve the design.

Key words: Substation; Short-circuit current calculation; Main electrical wiring; Power plants

完整论文点击如下链接下载:

https://download.csdn.net/download/weixin_45905610/88536898

火电厂电气部分详细设计资源-CSDN文库

CAD图纸点击如下链接下载:

https://download.csdn.net/download/weixin_45905610/88536900

火电厂电气部分设计-图纸资源-CSDN文库

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/165394.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

计算机基础知识57

前后端数据传输的编码格式(contentType) # 我们只研究post请求方式的编码格式: get请求方式没有编码格式-- index?useranme&password get请求方式没有请求体,参数直接在url地址的后面拼接着 # 有哪些方式可以提交post请求:f…

构建个性化预约服务:预约上门服务系统源码解读与实战

随着社会的发展,预约上门服务系统在满足用户需求、提升服务效率方面发挥着越来越重要的作用。在本文中,我们将深入研究预约上门服务系统的源码,通过实际的技术代码示例,揭示系统内部的关键机制,以及如何在实际项目中应…

qml动画过渡Transition

文章目录 基本概念使用 `Transition`示例动画过渡高级用法示例:复杂动画过渡解释进阶用法在 QML 中,Transition 元素用于定义状态之间过渡时的动画。这是 QML 强大的状态机制的一部分,允许开发者创建平滑且吸引人的用户界面交互。使用 Transition,您可以定义当元素从一个状…

深入了解接口测试:方法、工具和关键考虑因素(一)

接口测试是软件测试中的一项重要工作,它涉及到系统与系统之间的交互点。接口可以是外部接口,也可以是内部接口,包括上层服务与下层服务接口以及同级接口。在接口测试中,我们需要确保接口能够按照预期的方式进行通信和交互&#xf…

【攻防世界-misc】can_has_stdio?

1.用记事本打开文件是这样子的, 这是一段BF(Brainfuck)编程语言代码,属于一种极简化的编程语言,用于演示计算机程序设计概念。这段代码包含了一些操作符,如">"表示指针向右移动,&q…

【C++破局】泛型编程|函数模板|类模板

​作者主页 📚lovewold少个r博客主页 ⚠️本文重点:c模板初阶知识点讲解 👉【C-C入门系列专栏】:博客文章专栏传送门 😄每日一言:花有重开日,人无再少年 目录 前言 泛型编程 函数模板 函数模…

用Java实现简易的图书管理系统(超详细)

目录 1.设计背景 2.设计思路 3.模块展示及代码演示 3.1 Book类的实现 3.2 BookList类的实现(书架) 3.3 异常类的实现(OperationException) 3.4 用户类的实现 3.5 操作接口的实现(定义规范) 3.6 操作类的具体实现 3.6.1 增加操作 3.6.2 查找操作 3.6.3 删除操作 3.6…

标签打印机打印标签时出现,数据处理过程中错误 无法设置项目 图片1的内容无法打印

环境: Win10专业版 NiceLabel Designer 10.1 问题描述: 标签打印机打印标签时出现,数据处理过程中错误 无法设置项目 图片1的内容无法打印 解决方案: 1.删除标签部分文字打印测试 还是一样(未解决) …

已解决java.lang.IllegalStateException异常的正确解决方法,亲测有效!!!

已解决java.lang.IllegalStateException异常的正确解决方法,亲测有效!!!文章目录 报错问题解决思路解决方法交流 报错问题 java.lang.IllegalStateException 解决思路 java.lang.IllegalStateException通常表示程序的当前状态与…

jenkins 参数构建

应用保存 [rootjenkins-node1 .ssh]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved i…

【嵌入式面试】2022年嵌入式经典面试题汇总(C语言)

📜作者:不想脱发的基兄 📺专栏:《嵌入式面试》 📣格言:不管前方的路有多苦,只要走的方向正确,不管多么崎岖不平,都比站在原地更接近幸福。 前言: 2022年秋招我…

C++之初始化列表详细剖析

一、初始化列表定义 初始化列表:以一个冒号开始,接着是一个以逗号分隔的数据成员列表,每个"成员变量"后面跟一个放在括号中的初始值或表达式。 class Date { public:Date(int year, int month, int day): _year(year), _month(mont…

OpenCV快速入门:图像分析——图像分割和图像修复

文章目录 前言一、图像分割1.1 漫水填充法1.1.1 漫水填充法原理1.1.2 漫水填充法实现步骤1.1.3 代码实现 1.2 分水岭法1.2.1 分水岭法原理1.2.2 分水岭法实现步骤1.2.3 代码实现 1.3 GrabCut法1.3.1 GrabCut法原理1.3.2 GrabCut法实现步骤1.3.3 代码实现 1.4 Mean-Shift法1.4.1…

论文阅读 (106):Decoupling maxlogit for out-of-distribution detection (2023 CVPR)

文章目录 1 概述1.1 要点1.2 代码1.3 引用 2 预备知识3 方法3.1 MaxLogit3.2 改进MaxCosine和MaxNorm3.3 DML 1 概述 1.1 要点 题目:解耦最大logit分布外检测 (Decoupling maxlogit for out-of-distribution detection) 方法: 提出了一种心机基于log…

多级缓存快速上手

哈喽~大家好,这篇来看看多级缓存。 🥇个人主页:个人主页​​​​​ 🥈 系列专栏:【微服务】 🥉与这篇相关的文章: JAVA进程和线程JAVA进程和线程-CSDN博客Http…

不做机器视觉工程师,转行,转岗的建议与想法

正所谓外行看热闹,内行看门道。提前咨询前辈们,多问问,多看看。要做就做,一定要提前做好防范。 无论你是要转行或者是转岗,看你有没有本钱和试错成本 有些人,家庭好,可以一直去试错和从头再来。…

无线WiFi安全渗透与攻防(国外篇):使用 Aircrack-ng 破解 WEP 密码

使用 Aircrack-ng 破解 WEP 密码 使用 Aircrack-ng 破解 WEP 密码一. 用 Aircrack-ng 破解 WEP 密码 - 背景知识网卡与网卡芯片WEP 加密协议WEP 所使用的身份认证协议二. 使用 Aircrack-ng 破解 WEP 密码 - 破解原理破解机理三. 使用 Aircrack-ng 破解 WEP 密码 - aircrack-ng …

学习.NET验证模块FluentValidation的基本用法(续1:其它常见用法)

FluentValidation模块支持链式验证方法调用,也就是说,除了 RuleFor(r > r.UserName).NotEmpty()调用方式之外,还可以将对单个属性的多种验证函数以链式调用方式串接起来,比如UserName属性不能为空,长度在5~10之间&a…

__attribute__((constructor))用法解析

__attribute__((constructor))是GCC和兼容的编译器中的一个特性,用于指示编译器将一个函数标记为在程序启动时自动执行的初始化函数。 同样的还有__attribute__((destructor))在main()函数后调用。 当你在一个函数声明或定义前加上__attribute__((constructor))属…

浅谈 Guava 中的 ImmutableMap.of 方法的坑

作者:明明如月学长, CSDN 博客专家,大厂高级 Java 工程师,《性能优化方法论》作者、《解锁大厂思维:剖析《阿里巴巴Java开发手册》》、《再学经典:《EffectiveJava》独家解析》专栏作者。 热门文章推荐&…