CN111931436A - Burner nozzle air quantity prediction method based on numerical simulation and neural network - Google Patents

Burner nozzle air quantity prediction method based on numerical simulation and neural network Download PDF

Info

Publication number
CN111931436A
CN111931436A CN202010796708.8A CN202010796708A CN111931436A CN 111931436 A CN111931436 A CN 111931436A CN 202010796708 A CN202010796708 A CN 202010796708A CN 111931436 A CN111931436 A CN 111931436A
Authority
CN
China
Prior art keywords
data
neural network
air quantity
air
simulation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010796708.8A
Other languages
Chinese (zh)
Inventor
崔宇佳
赵明潇
夏良伟
于强
黄莺
孙浩
马孝纯
王静杰
沈涛
杜宪涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Boiler Co Ltd
Original Assignee
Harbin Boiler Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Harbin Boiler Co Ltd filed Critical Harbin Boiler Co Ltd
Priority to CN202010796708.8A priority Critical patent/CN111931436A/en
Publication of CN111931436A publication Critical patent/CN111931436A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/28Design optimisation, verification or simulation using fluid dynamics, e.g. using Navier-Stokes equations or computational fluid dynamics [CFD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2111/00Details relating to CAD techniques
    • G06F2111/10Numerical modelling

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Computer Hardware Design (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Fluid Mechanics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Mathematical Optimization (AREA)
  • Algebra (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Regulation And Control Of Combustion (AREA)

Abstract

A burner nozzle air quantity prediction method based on numerical simulation and a neural network relates to the technical field of burners, aims at the problems of low measurement accuracy and low efficiency of the traditional furnace internal air quantity measurement method, and comprises the following steps: establishing a physical model of the hot secondary air duct of the boiler by using numerical simulation software, and performing simulation operation to generate burner nozzle air quantity simulation data under various working conditions; step two: carrying out data cleaning on the generated burner nozzle air quantity simulation data under each working condition; step three: and training a neural network according to the processed data, and predicting the air quantity of a nozzle of the combustor by using the trained neural network. According to the typical working condition set manually, the neural network is trained as algorithm input, and the air quantity of the burner nozzle under a large number of other working conditions can be predicted through the model. The algorithm is used for replacing a great deal of work such as manual grid drawing, numerical simulation and the like. The prediction time is greatly shortened, the simulation efficiency is improved, and the measurement precision is improved.

Description

Burner nozzle air quantity prediction method based on numerical simulation and neural network
Technical Field
The invention relates to the technical field of combustors, in particular to a combustor nozzle air quantity prediction method based on numerical simulation and a neural network.
Background
In order to ensure the stable operation of the boiler, the combustion process of the pulverized coal fuel in the boiler furnace must be in a controllable range, so that the distribution condition of the air quantity entering the furnace needs to be accurately known. The traditional measuring method needs to be improved in measuring precision and efficiency, and is greatly influenced by human factors, and the CFD (computational Fluid dynamics) numerical simulation technology has abundant mathematical calculation models and can accurately reflect the processes of Fluid flow, heat transfer, combustion and the like. However, only CFD prediction is used, and the problems of more operation steps, large workload, low simulation speed, long time consumption in the numerical analysis process, narrow coverage of typical working conditions and the like exist. The neural network simulates human brain through the calculation of a machine, is objective and real, has large information processing amount and high calculation speed, processes complex problems in a simple and quick way, and can accurately predict the future.
Disclosure of Invention
The purpose of the invention is: aiming at the problems of low measurement precision and low efficiency of the traditional furnace internal air quantity measurement method, the burner nozzle air quantity prediction method based on numerical simulation and a neural network is provided.
The technical scheme adopted by the invention to solve the technical problems is as follows:
a burner nozzle air quantity prediction method based on numerical simulation and a neural network comprises the following steps:
the method comprises the following steps: establishing a physical model of the hot secondary air duct of the boiler by using numerical simulation software, and performing simulation operation to generate burner nozzle air quantity simulation data under various working conditions;
step two: carrying out data cleaning on the generated burner nozzle air quantity simulation data under each working condition;
step three: and training a neural network according to the processed data, and predicting the air quantity of a nozzle of the combustor by using the trained neural network.
Further, the specific steps of the first step are as follows:
firstly, carrying out numerical simulation on the air volume of an air box inside a hot secondary air channel of the power station boiler and each nozzle model in fluent software by utilizing real-time or off-line data acquired by the power station boiler, adding boundary condition input behind the off-line data and combining a combustion mechanism, a flow model and a heat transfer model to generate the air volume of a nozzle of a combustor under a typical working condition;
determining influence factors related to the air volume of the burner nozzle, taking the air volume of the air box under each influence factor as an input object, and taking the output object as the air volume data of the burner nozzle of each layer, namely the air volume simulation data of the burner nozzle of each working condition.
Further, the influencing factors comprise air volume of the wind box, opening degree of each sofa air door and opening degree of each layer of combustor air door.
Further, the neural network is a BP neural network, a deep belief neural network DBN or a deep neural network DNN.
Further, the specific step of performing data cleaning on the generated burner nozzle air volume simulation data under each working condition in the step two is as follows:
the first step is as follows: processing by using a K-means algorithm to reduce data dimensionality;
the second step is that: judging whether the data contains a null value, a 0 value or an abnormal value, and if so, filling the data by using a Lagrange interpolation method;
the third step: and carrying out standardization processing on the data.
Further, the normalization processing formula is expressed as:
Figure BDA0002625903560000021
in the formula
Figure BDA0002625903560000022
Representing the production parameters of the kth sample under n-dimensional data normalization,
Figure BDA0002625903560000023
it means that the kth sample arranges n-dimensional metadata in time series, and K is the number of data sets.
Further, the third step comprises the following specific steps:
after the data are processed, the data are divided, seventy percent of the data are randomly selected as a training set, thirty percent of the data are selected as a testing set, air volume of an air box, opening degrees of sofa air doors and opening degrees of the air doors of each layer of combustor are selected as characteristic variables, air volume of a nozzle of each layer of combustor is taken as a target variable, training is carried out by utilizing a neural network, and then a prediction result is output according to the result.
The invention has the beneficial effects that:
1. according to the typical working condition set manually, the neural network is trained as algorithm input, and the air quantity of the burner nozzle under a large number of other working conditions can be predicted through the model. The algorithm is used for replacing a great deal of work such as manual grid drawing, numerical simulation and the like. The prediction time is greatly shortened, the simulation efficiency is improved, and the measurement precision is improved.
2. The method for predicting the air quantity of the nozzle of the burner by utilizing the neural network based on the numerical simulation can save a large number of operation steps of the numerical simulation, accelerate the simulation speed, comprehensively cover various working conditions and reduce the artificial influence.
3. The three neural network algorithms form a neural network algorithm learning machine, and the algorithm prediction time is shortened.
Drawings
FIG. 1 is a BP prediction result graph;
FIG. 2 is a diagram of DBN prediction results;
FIG. 3 is a graph of DNN prediction results;
FIG. 4 is a diagram of a BP neural network prediction structure;
FIG. 5 is a flow chart of the present invention.
Detailed Description
The first embodiment is as follows: referring to fig. 5 to specifically describe the embodiment, the invention provides a burner port air quantity prediction method based on numerical simulation and a neural network, which performs simulation prediction on the flow of hot secondary air in a hot secondary air duct of a thermal power generating unit and the distribution of air quantity of each port, so as to improve the combustion efficiency of a boiler.
And aiming at the acquired off-line data, establishing a physical model of the hot secondary air channel of the boiler by using numerical simulation software, and generating related air quantity, distribution of air doors and corresponding data files. Obtaining a data result to obtain a data result; processing the numerical simulation result by using a data processing method; and finally, forecasting the air quantity of the nozzle of the burner under different working conditions by utilizing neural network forecasting, and providing theoretical and practical basis for realizing the actual operation of the boiler. The method comprises the following steps:
one), numerical simulation. And (3) establishing a physical model of the hot secondary air duct of the boiler by using numerical simulation software, and performing simulation operation.
II), data processing. The numerical simulation results are processed.
Third), algorithm prediction. And (4) predicting the air quantity of a nozzle of the combustor by using four neural networks.
Fourthly), result application. And selecting an optimal effect algorithm from the three neural networks, and predicting the outlet air quantity of the combustor under the specified working condition.
Each step comprises the following specific steps:
one), numerical simulation.
The method is characterized in that real-time or off-line data collected by the power station boiler is utilized, boundary condition input is added behind the off-line data, a combustion mechanism, a flow model and a heat transfer model are combined, numerical simulation is carried out on air volume of an air box inside a hot air channel of the power station boiler and models of nozzles in a fluent state, and related air volume, distribution of air doors and corresponding data files are generated.
Determining the research object as the air quantity of the nozzle of each combustor, determining the influence factors related to the air quantity of the nozzle of the combustor through expert experience, and determining 13 influence factors comprising air quantity of a wind box, the opening degree of each sofa air door, the opening degree of each layer of combustor air door and the like. Namely, the input objects are the air volume of the air box under each working condition, the opening degree of each sofa air door, the opening degree of each layer of combustor air door, and the output objects are the air volume of each layer of combustor nozzle.
II), data processing.
Since CFD-based simulation data have different dimensions and magnitudes. If the original data is directly used as input data for modeling training, the influence of the data with higher numerical value in the modeling process can be highlighted, and the data with lower numerical value level can be ignored. Therefore, in order to ensure the reliability of the result and improve the convergence of the training, the simulation data needs to be normalized before the experiment starts, and modeling training is performed after dimensional differences among different data are eliminated. Preprocessing the required data by adopting data standardization analysis:
Figure BDA0002625903560000041
in the formula
Figure BDA0002625903560000042
Representing the production parameters of the kth sample under n-dimensional data normalization,
Figure BDA0002625903560000043
it means that the kth sample arranges n-dimensional metadata in time series, and K is the number of data sets. Dividing the processed data into training data and verification data.
Third), algorithm prediction.
The programming integrates the BP neural network, the deep belief neural network DBN and the deep neural network DNN into a neural network learning machine, and the air quantity of the nozzle of each layer of combustor is predicted through the neural network learning machine. And training the training data through a neural network learning machine training network to respectively form three different neural networks. And respectively passing the input data of the verification set through the three networks to obtain a prediction result. And selecting the algorithm with the best result as the final prediction algorithm by comparing the fitting degree, the root mean square error and other evaluation indexes.
Fourthly), result application.
And designing single or multiple working conditions to be predicted, wherein the working conditions comprise air volume of an air box, opening degree of each sofa air door and opening degree of each layer of combustor air door as input data, and predicting the air volume of each layer of combustor nozzle by using an optimal neural network.
Fifthly, the invention has the following effects:
and selecting an algorithm with small error and high accuracy after the data set passes through the BP neural network, the deep belief neural network DBN and the deep neural network DNN. The three prediction results are shown in fig. 1, fig. 2 and fig. 3.
The method for predicting the air quantity of the nozzle of the four-corner tangential burner by utilizing the neural network based on the numerical simulation can improve the calculation efficiency and save a large number of numerical simulation operation steps and calculation time. The distribution of the air volume in the actual operation process of the thermal power generating unit can be accurately mastered, and the combustion condition in the boiler furnace is further improved by adjusting the air volume, so that the operation stability of the thermal power generating unit is maintained, and the unit efficiency is further improved. The prediction structure of the BP neural network is shown in FIG. 4: the prediction method flow is shown in fig. 5.
It should be noted that the detailed description is only for explaining and explaining the technical solution of the present invention, and the scope of protection of the claims is not limited thereby. It is intended that all such modifications and variations be included within the scope of the invention as defined in the following claims and the description.

Claims (7)

1. A burner nozzle air quantity prediction method based on numerical simulation and a neural network is characterized by comprising the following steps:
the method comprises the following steps: establishing a physical model of the hot secondary air duct of the boiler by using numerical simulation software, and performing simulation operation to generate burner nozzle air quantity simulation data under various working conditions;
step two: carrying out data cleaning on the generated burner nozzle air quantity simulation data under each working condition;
step three: and training a neural network according to the processed data, and predicting the air quantity of a nozzle of the combustor by using the trained neural network.
2. The burner port air quantity prediction method based on numerical simulation and neural network as claimed in claim 1, wherein the specific steps of the first step are as follows:
firstly, carrying out numerical simulation on the air volume of an air box inside a hot secondary air channel of the power station boiler and each nozzle model in fluent software by utilizing real-time or off-line data acquired by the power station boiler and adding boundary condition input behind the real-time or off-line data and combining a combustion mechanism, a flow model and a heat transfer model to generate the air volume of a nozzle of a combustor under a typical working condition;
determining influence factors related to the air volume of the burner nozzle, taking the air volume of the air box under each influence factor as an input object, and taking the output object as the air volume data of the burner nozzle of each layer, namely the air volume simulation data of the burner nozzle of each working condition.
3. The method as claimed in claim 2, wherein the influencing factors include wind box wind volume, opening degree of each sofa wind door and opening degree of each layer of burner wind door.
4. The method of claim 1, wherein the neural network is a BP neural network, a deep belief neural network (DBN), or a Deep Neural Network (DNN).
5. The method for predicting the air quantity of the burner nozzle based on the numerical simulation and the neural network as claimed in claim 1, wherein the specific step of performing data cleaning on the generated simulation data of the air quantity of the burner nozzle under each working condition in the second step is as follows:
the first step is as follows: processing by using a K-means algorithm to reduce data dimensionality;
the second step is that: judging whether the data contains a null value, a 0 value or an abnormal value, and if so, filling the data by using a Lagrange interpolation method;
the third step: and carrying out standardization processing on the data.
6. The method of claim 5, wherein the normalization processing formula is expressed as:
Figure FDA0002625903550000011
in the formula
Figure FDA0002625903550000021
Representing the production parameters of the kth sample under n-dimensional data normalization,
Figure FDA0002625903550000022
it means that the kth sample arranges n-dimensional metadata in time series, and K is the number of data sets.
7. The burner port air quantity prediction method based on numerical simulation and neural network as claimed in claim 6, wherein the concrete steps of the third step are:
after the data are processed, the data are divided, seventy percent of the data are randomly selected as a training set, thirty percent of the data are selected as a testing set, air volume of an air box, opening degrees of sofa air doors and opening degrees of the air doors of each layer of combustor are selected as characteristic variables, air volume of a nozzle of each layer of combustor is taken as a target variable, training is carried out by utilizing a neural network, and then a prediction result is output according to the result.
CN202010796708.8A 2020-08-10 2020-08-10 Burner nozzle air quantity prediction method based on numerical simulation and neural network Pending CN111931436A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010796708.8A CN111931436A (en) 2020-08-10 2020-08-10 Burner nozzle air quantity prediction method based on numerical simulation and neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010796708.8A CN111931436A (en) 2020-08-10 2020-08-10 Burner nozzle air quantity prediction method based on numerical simulation and neural network

Publications (1)

Publication Number Publication Date
CN111931436A true CN111931436A (en) 2020-11-13

Family

ID=73307143

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010796708.8A Pending CN111931436A (en) 2020-08-10 2020-08-10 Burner nozzle air quantity prediction method based on numerical simulation and neural network

Country Status (1)

Country Link
CN (1) CN111931436A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113505521A (en) * 2021-05-20 2021-10-15 天津大学 Urban waterlogging rapid forecasting method based on neural network-numerical simulation
CN116467817A (en) * 2023-06-01 2023-07-21 广东合胜厨电科技有限公司 Air duct design method based on upper air inlet burner
CN117910170A (en) * 2024-03-19 2024-04-19 西安慧金科技有限公司 Method and system for designing upper air duct of industrial furnace
CN117910170B (en) * 2024-03-19 2024-06-11 西安慧金科技有限公司 Method and system for designing upper air duct of industrial furnace

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101063872A (en) * 2006-04-25 2007-10-31 神马科技公司 System for optimizing oxygen in a boiler
CN103576655A (en) * 2013-11-06 2014-02-12 华北电力大学(保定) Method and system for utility boiler combustion subspace modeling and multi-objective optimization
CN107726358A (en) * 2017-10-12 2018-02-23 东南大学 Boiler Combustion Optimization System and method based on CFD numerical simulations and intelligent modeling
CN110848733A (en) * 2020-01-15 2020-02-28 南京科远智慧科技集团股份有限公司 Combustion optimization method based on coal quality on-line monitoring
CN111222284A (en) * 2019-12-27 2020-06-02 中国大唐集团科学技术研究院有限公司西北电力试验研究院 Overall soft measurement method for primary air volume at inlet of medium-speed coal mill unit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101063872A (en) * 2006-04-25 2007-10-31 神马科技公司 System for optimizing oxygen in a boiler
CN103576655A (en) * 2013-11-06 2014-02-12 华北电力大学(保定) Method and system for utility boiler combustion subspace modeling and multi-objective optimization
CN107726358A (en) * 2017-10-12 2018-02-23 东南大学 Boiler Combustion Optimization System and method based on CFD numerical simulations and intelligent modeling
CN111222284A (en) * 2019-12-27 2020-06-02 中国大唐集团科学技术研究院有限公司西北电力试验研究院 Overall soft measurement method for primary air volume at inlet of medium-speed coal mill unit
CN110848733A (en) * 2020-01-15 2020-02-28 南京科远智慧科技集团股份有限公司 Combustion optimization method based on coal quality on-line monitoring

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
牛玉广等: "基于数值模拟与试验运行数据的电站锅炉燃烧系统复合建模", 动力工程学报, vol. 34, no. 10, pages 1 - 3 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113505521A (en) * 2021-05-20 2021-10-15 天津大学 Urban waterlogging rapid forecasting method based on neural network-numerical simulation
CN113505521B (en) * 2021-05-20 2022-04-22 天津大学 Urban waterlogging rapid forecasting method based on neural network-numerical simulation
CN116467817A (en) * 2023-06-01 2023-07-21 广东合胜厨电科技有限公司 Air duct design method based on upper air inlet burner
CN116467817B (en) * 2023-06-01 2023-11-17 广东合胜厨电科技有限公司 Air duct design method based on upper air inlet burner
CN117910170A (en) * 2024-03-19 2024-04-19 西安慧金科技有限公司 Method and system for designing upper air duct of industrial furnace
CN117910170B (en) * 2024-03-19 2024-06-11 西安慧金科技有限公司 Method and system for designing upper air duct of industrial furnace

Similar Documents

Publication Publication Date Title
Liu et al. Gas turbine performance prediction via machine learning
US11232376B2 (en) System and method for optimizing combustion of boiler
CN107194625B (en) Wind power plant wind curtailment electric quantity evaluation method based on neural network
CN112163380A (en) System and method for predicting furnace oxygen concentration based on numerical simulation neural network
CN110532674A (en) A kind of coal-fired power station boiler fire box temperature measurement method
Rossi et al. Artificial neural networks and physical modeling for determination of baseline consumption of CHP plants
CN112130538B (en) Method, device, equipment and medium for control optimization and model training of coal mill
CN111754093A (en) Fly ash carbon content prediction method based on coal quality prediction and PSO-SVM
CN111931436A (en) Burner nozzle air quantity prediction method based on numerical simulation and neural network
CN113837464A (en) Load prediction method of cogeneration boiler based on CNN-LSTM-Attention
CN112016754A (en) Power station boiler exhaust gas temperature advanced prediction system and method based on neural network
CN117031950A (en) Modeling method and device for deep peak-shaving thermal power generating unit control system
Tang et al. Theory-guided deep neural network for boiler 3-D NOx concentration distribution prediction
Zhou et al. Coal consumption prediction in thermal power units: A feature construction and selection method
CN115437245A (en) Boiler optimization control method based on combustion state prediction model
CN111079920B (en) Prediction method for flow non-uniformity coefficient of turbine gas collection cavity outlet
CN112036091A (en) Method for predicting air quantity of nozzle of four-corner tangential burner by using regression algorithm
CN111428906B (en) Industrial boiler steam volume prediction method based on image transformation
CN115526433A (en) Power plant reheat flue gas baffle operation prediction method based on integrated hybrid model
CN105117530B (en) Method for identifying parameters of steam turbine and speed regulating system thereof by combination of thickness and thickness regulation
CN113418208A (en) Boiler combustion optimization method and system based on hearth temperature field
Bertram et al. Augmentation of an Artificial Neural Network (ANN) model with expert knowledge of critical combustion features for optimizing a compression ignition engine using multiple injections
Chen et al. Variation-cognizant probabilistic power flow analysis via multi-task learning
Cerri et al. Inverse methodologies for actual status recognition of gas turbine components
CN106200416B (en) The regulator control system and method that atmospheric temperature influences combined cycle unit power

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination