风储联合系统并网时对储能系统影响的研究

2023-10-20 05:20

本文主要是介绍风储联合系统并网时对储能系统影响的研究,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

风储联合系统并网时对储能系统影响的研究

摘要

风能是目前国内外应用较为广泛的一种绿色可再生能源,近几年我国风电产业的发展十分迅速。然后,越来越多的风力发电系统建并网,风力发电产生的电能受外界因素影响较大,具有一定的随机性和波动性,给并网后的电力系统稳定性带了巨大的影响。然后建立风力发电厂的储能系统是改善此种情况的最好的解决办法。所以,风电储能控制系统在当下的发展前景十分好,控制策略、储能容量及储能联合系统成为新一代的我们研究的方向。

由于国内人民生活水平的提高,科技不断地进步,控制不断地完善,导致不可再生能源消耗严重,甚至殆尽,从而促使可再生能源成为行业的主导。风力发电成为现阶段一处亮丽的风景线,由于其拥有成熟的开发技术,成本相对较小,几乎无污染的优势,使得在新能源发电行业具有很高的前景,成为世界各国关注的焦点。同时,因为风向可变性、随机性以及不可控制性较强,风力发电并网对电压稳定性及电性能影响很大。风力发电行业不断革新,并网的数量越来越大。因此新一代的我们要认真去钻研风力发电并网的影响。

随着储能系统研发成本的增加,使用周期缩短等各方面的短板,通常增加储能装置来解决风力发电厂功率平滑控制工程,因此,给储能系统带来了巨大的挑战目标。本次设计主要参考实际风力发电的事例,对风储联合系统中针对控制逻辑进行设计开发,重点设计讨论关于双馈风力发电厂的储能系统输出波动较大的现象,同时利用功率平滑滤波的控制策略对并网的无功功率进行补偿控制。

关键词:风力发电;双馈异步发电机;储能系统;并网

Abstract

 Wind energy is a kind of green renewable energy widely used at home and abroad.Then, more and more wind power generation systems are built and connected to the grid. The electricity generated by wind power generation is greatly affected by external factors and has certain randomness and volatility, which has a great impact on the stability of the power system after being connected to the grid.The best way to improve the situation is to build energy storage systems for wind farms.Therefore, in recent years, the equipment, capacity configuration and joint operation control of wind farm energy storage devices have become the focus of research and application demonstration.

Due to the improvement of people's living standard, continuous progress of science and technology, and continuous improvement of control, the consumption of non-renewable energy is serious or even exhausted, thus promoting the renewable energy to become the leading industry.Wind power generation has become a beautiful scenery at the present stage. Due to its advantages of mature development technology, relatively small cost and almost no pollution, it has a high prospect in the new energy power generation industry and has become the focus of attention in the world.At the same time, due to the strong wind direction variability, randomness and non-controllability, grid connection of wind power generation has a great impact on voltage stability and electrical performance.The wind power industry continues to innovate and is increasingly connected to the grid.Therefore, the new generation of us should seriously study the impact of wind power grid connection.

With the increase of energy storage system research and development costs, shortened use cycle and other aspects of shortcomings, energy storage devices are usually added to solve the wind farm power smooth control engineering, so it brings a huge challenge to the energy storage system.This design mainly refers to the actual case of wind power generation, designs and develops the control logic in the wind storage joint system, focuses on the design and discusses the phenomenon of large output fluctuation of the energy storage system in doubly-fed wind farm, and compensates the reactive power connected to the grid by using the control strategy of power smoothing and filtering.

Keywords: Wind power; Doubly-fed asynchronous generator; Energy storage system; interconnection

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

这篇关于风储联合系统并网时对储能系统影响的研究的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

相关文章

使用 sql-research-assistant进行 SQL 数据库研究的实战指南(代码实现演示)

《使用sql-research-assistant进行SQL数据库研究的实战指南(代码实现演示)》本文介绍了sql-research-assistant工具,该工具基于LangChain框架,集... 目录技术背景介绍核心原理解析代码实现演示安装和配置项目集成LangSmith 配置(可选)启动服务应用场景

在不同系统间迁移Python程序的方法与教程

《在不同系统间迁移Python程序的方法与教程》本文介绍了几种将Windows上编写的Python程序迁移到Linux服务器上的方法,包括使用虚拟环境和依赖冻结、容器化技术(如Docker)、使用An... 目录使用虚拟环境和依赖冻结1. 创建虚拟环境2. 冻结依赖使用容器化技术(如 docker)1. 创

CentOS系统Maven安装教程分享

《CentOS系统Maven安装教程分享》本文介绍了如何在CentOS系统中安装Maven,并提供了一个简单的实际应用案例,安装Maven需要先安装Java和设置环境变量,Maven可以自动管理项目的... 目录准备工作下载并安装Maven常见问题及解决方法实际应用案例总结Maven是一个流行的项目管理工具

SpringBoot中的404错误:原因、影响及解决策略

《SpringBoot中的404错误:原因、影响及解决策略》本文详细介绍了SpringBoot中404错误的出现原因、影响以及处理策略,404错误常见于URL路径错误、控制器配置问题、静态资源配置错误... 目录Spring Boot中的404错误:原因、影响及处理策略404错误的出现原因1. URL路径错

C#实现系统信息监控与获取功能

《C#实现系统信息监控与获取功能》在C#开发的众多应用场景中,获取系统信息以及监控用户操作有着广泛的用途,比如在系统性能优化工具中,需要实时读取CPU、GPU资源信息,本文将详细介绍如何使用C#来实现... 目录前言一、C# 监控键盘1. 原理与实现思路2. 代码实现二、读取 CPU、GPU 资源信息1.

在C#中获取端口号与系统信息的高效实践

《在C#中获取端口号与系统信息的高效实践》在现代软件开发中,尤其是系统管理、运维、监控和性能优化等场景中,了解计算机硬件和网络的状态至关重要,C#作为一种广泛应用的编程语言,提供了丰富的API来帮助开... 目录引言1. 获取端口号信息1.1 获取活动的 TCP 和 UDP 连接说明:应用场景:2. 获取硬

JAVA系统中Spring Boot应用程序的配置文件application.yml使用详解

《JAVA系统中SpringBoot应用程序的配置文件application.yml使用详解》:本文主要介绍JAVA系统中SpringBoot应用程序的配置文件application.yml的... 目录文件路径文件内容解释1. Server 配置2. Spring 配置3. Logging 配置4. Ma

2.1/5.1和7.1声道系统有什么区别? 音频声道的专业知识科普

《2.1/5.1和7.1声道系统有什么区别?音频声道的专业知识科普》当设置环绕声系统时,会遇到2.1、5.1、7.1、7.1.2、9.1等数字,当一遍又一遍地看到它们时,可能想知道它们是什... 想要把智能电视自带的音响升级成专业级的家庭影院系统吗?那么你将面临一个重要的选择——使用 2.1、5.1 还是

高效管理你的Linux系统: Debian操作系统常用命令指南

《高效管理你的Linux系统:Debian操作系统常用命令指南》在Debian操作系统中,了解和掌握常用命令对于提高工作效率和系统管理至关重要,本文将详细介绍Debian的常用命令,帮助读者更好地使... Debian是一个流行的linux发行版,它以其稳定性、强大的软件包管理和丰富的社区资源而闻名。在使用

Ubuntu系统怎么安装Warp? 新一代AI 终端神器安装使用方法

《Ubuntu系统怎么安装Warp?新一代AI终端神器安装使用方法》Warp是一款使用Rust开发的现代化AI终端工具,该怎么再Ubuntu系统中安装使用呢?下面我们就来看看详细教程... Warp Terminal 是一款使用 Rust 开发的现代化「AI 终端」工具。最初它只支持 MACOS,但在 20