CN103615716A - System and method for circulating fluidized bed boiler exhaust gas temperature prediction - Google Patents

System and method for circulating fluidized bed boiler exhaust gas temperature prediction Download PDF

Info

Publication number
CN103615716A
CN103615716A CN201310335900.7A CN201310335900A CN103615716A CN 103615716 A CN103615716 A CN 103615716A CN 201310335900 A CN201310335900 A CN 201310335900A CN 103615716 A CN103615716 A CN 103615716A
Authority
CN
China
Prior art keywords
exhaust gas
gas temperature
training sample
variable
predicted value
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.)
Granted
Application number
CN201310335900.7A
Other languages
Chinese (zh)
Other versions
CN103615716B (en
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.)
Zhejiang University ZJU
Original Assignee
Zhejiang University ZJU
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 Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CN201310335900.7A priority Critical patent/CN103615716B/en
Publication of CN103615716A publication Critical patent/CN103615716A/en
Application granted granted Critical
Publication of CN103615716B publication Critical patent/CN103615716B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Control Of Steam Boilers And Waste-Gas Boilers (AREA)
  • Regulation And Control Of Combustion (AREA)

Abstract

The invention discloses a system and a method for circulating fluidized bed boiler exhaust gas temperature prediction. The system comprises an on-site intelligent instrument connected with a circulating fluidized bed boiler, a database, a data interface, a control station and an upper computer. The on-site intelligent instrument is connected with the control station, the database and the upper computer. The upper computer comprises a standardization processing module used for collecting training samples of key variables from the database and performing standardization processing, a prediction mechanism formation module used for establishing a prediction model, a prediction execution module used for real-time prediction of exhaust gas temperature, a model updating module, a signal collection module and a result displaying module. The exhaust gas temperature is predicted according to the operation conditions and operation variables of the circulating fluidized bed boiler, which is convenient for suggesting and guiding the operation, and therefore the exhaust gas temperature of the circulating fluidized bed boiler is controlled in the optimal range, the operation efficiency and operation safety of the boiler are raised effectively, and the foundation for further optimization of operation efficiency is laid.

Description

CFBB exhaust gas temperature prognoses system and method
Technical field
The present invention relates to energy project field, especially, relate to a kind of CFBB exhaust gas temperature prognoses system and method.
Background technology
CFBB has the advantages such as pollutant emission is few, fuel tolerance wide, Load Regulation ability is strong, obtains applying more and more widely in recent years in the industries such as electric power, heat supply.Along with the growing tension of the energy and the continuous enhancing of people's energy-conserving and environment-protective consciousness, user excavates in the urgent need to the operation potentiality to boiler unit, improves the operational efficiency of unit.Yet current most of CFBB all exists automaticity low, operation relies on the feature of artificial experience, makes the energy-saving potential of boiler be difficult to be taped the latent power fully, and a major reason that causes this situation is to lack rational prognoses system and method.Heat loss due to exhaust gas is a heat loss of CFBB maximum, and exhaust gas temperature is an important decisive factor of heat loss due to exhaust gas.In addition inappropriate exhaust gas temperature can cause dewfall, dust stratification and the corrosion of air preheater, affects the safe operation of boiler.Based on energy-conservation and consideration safe operation, set up the prognoses system of CFBB exhaust gas temperature, significant to the safe operation of CFBB, energy efficient operation, operating analysis and operation optimization.
Summary of the invention
The object of the invention is to for the deficiencies in the prior art, a kind of CFBB heat loss due to exhaust gas prognoses system and method are provided.
The technical solution adopted for the present invention to solve the technical problems is: a kind of CFBB exhaust gas temperature prognoses system, comprises the field intelligent instrument, database, data-interface, control station and the host computer that are connected with CFBB; Field intelligent instrument is connected with control station, database and host computer, and described host computer comprises:
Standardization module, for gather the historical record of operating condition variable and performance variable from database, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
x ‾ j = 1 n Σ i = 1 n x ij , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 1 )
y ‾ = 1 n Σ i = 1 n y i , ( i = 1,2 , . . . , n ) - - - ( 2 )
1.2) ask standard deviation
s x , j = 1 n Σ i = 1 n ( x ij - x ‾ j ) 2 , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 3 )
s y = 1 n Σ i = 1 n ( y i - y ‾ ) 2 , ( i = 1,2 , . . . , n ) - - - ( 4 )
1.3) standardization
x ij * = x ij - x ‾ j s x , j , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 5 )
y i * = y i - y ‾ s y , ( i = 1,2 , . . . , n ) - - - ( 6 )
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure BDA00003617731700022
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure BDA00003617731700023
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable.
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature.
Forecasting mechanism forms module, and for setting up forecast model, implementation step is as follows:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) predictive coefficient vector β is transmitted and stores into prediction Executive Module.
Prediction Executive Module, for predicting exhaust gas temperature according to the performance variable of the operating condition of CFBB and setting, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
x ( t ) j * = x ( t ) j - x ‾ j s x , j , ( j = 1,2 , . . . , p ) - - - ( 8 )
Wherein, x (t) jfor t moment j independent variable initial value,
Figure BDA00003617731700025
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample, for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of the smoke evacuation temperature difference:
y ^ ( t ) * = x ( t ) 1 * x ( t ) 2 * . . . x ( t ) p * β - - - ( 9 )
Wherein,
Figure BDA00003617731700028
for constantly the discharge fume nondimensionalization predicted value of the temperature difference of t;
3.3) by following formula, ask the former dimension predicted value of the smoke evacuation temperature difference:
y ^ ( t ) = y ^ ( t ) * · s y + y ‾ - - - ( 10 )
Wherein,
Figure BDA000036177317000210
for constantly the discharge fume former dimension predicted value of the temperature difference of t;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
t py = t lk + y ^ ( t ) - - - ( 11 )
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature.
As preferred a kind of scheme: described host computer also comprises: model modification module, be used for by the time interval of setting actual exhaust gas temperature and predicted value comparison, if relative error is greater than 10%, new data is added to training sample data, re-execute standardization module and forecasting mechanism and form module.
Further, described host computer also comprises:
Signal acquisition module, for the sampling time interval by setting, gathers real time data from field intelligent instrument, and from database, gathers historical data.
Result display module, for reading parameters from control station, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, adjusting operation condition, is controlled at optimum range by exhaust gas temperature in time, improves boiler operating efficiency and safety in operation.Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively.
As preferred another kind of scheme: described independent variable comprises: operating condition variable: main steam flow, environment temperature, feed temperature, combustion chamber draft, bed pressure, coal-fired moisture, coal-fired volatile matter, coal-fired ash content, coal-fired sulphur content; Performance variable: wind total blast volume, Secondary Air total blast volume.
A CFBB exhaust gas temperature Forecasting Methodology, described Forecasting Methodology comprises the following steps:
1) from database, gather the historical record of operating condition variable and performance variable, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, and variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
x ‾ j = 1 n Σ i = 1 n x ij , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 1 )
y ‾ = 1 n Σ i = 1 n y i , ( i = 1,2 , . . . , n ) - - - ( 2 )
1.2) ask standard deviation
s x , j = 1 n Σ i = 1 n ( x ij - x ‾ j ) 2 , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 3 )
s y = 1 n Σ i = 1 n ( y i - y ‾ ) 2 , ( i = 1,2 , . . . , n ) - - - ( 4 )
1.3) standardization
x ij * = x ij - x ‾ j s x , j , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 5 )
y i * = y i - y ‾ s y , ( i = 1,2 , . . . , n ) - - - ( 6 )
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure BDA00003617731700037
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure BDA00003617731700038
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable.
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature.
2) the standardized training sample obtaining is set up to forecast model by following process:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) preserve the predictive coefficient vector β obtaining.
3) using the performance variable of the operating condition variable of CFBB and setting as input signal, according to predictive coefficient vector, exhaust gas temperature to be predicted, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
x ( t ) j * = x ( t ) j - x ‾ j s x , j , ( j = 1,2 , . . . , p ) - - - ( 8 )
Wherein, x (t) jfor t moment j independent variable initial value,
Figure BDA00003617731700042
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample,
Figure BDA00003617731700043
for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of exhaust gas temperature:
y ^ ( t ) * = x ( t ) 1 * x ( t ) 2 * . . . x ( t ) p * β - - - ( 9 )
Wherein,
Figure BDA00003617731700045
nondimensionalization predicted value for exhaust gas temperature;
3.3) by following formula, ask the former dimension predicted value of exhaust gas temperature:
y ^ ( t ) = y ^ ( t ) * · s y + y ‾ - - - ( 10 )
Wherein,
Figure BDA00003617731700047
former dimension predicted value for exhaust gas temperature;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
t py = t lk + y ^ ( t ) - - - ( 11 )
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature.
As preferred a kind of scheme: described method also comprises: 4) by the sampling time interval of setting, collection site intelligence instrument signal, by the actual exhaust gas temperature obtaining and predicted value comparison, if relative error is greater than 10%, new data is added to training sample data, re-execute step 1), 2), so that forecast model is upgraded.
Further, in described step 3), from control station, read parameters, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, timely adjusting operation condition, exhaust gas temperature is controlled to optimum range, improves boiler operating efficiency and safety in operation.Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively.
As preferred another kind of scheme: described independent variable comprises: operating condition variable: main steam flow, environment temperature, feed temperature, combustion chamber draft, bed pressure, coal-fired moisture, coal-fired volatile matter, coal-fired ash content, coal-fired sulphur content; Performance variable: wind total blast volume, Secondary Air total blast volume.
Beneficial effect of the present invention is mainly manifested in: the exhaust gas temperature to CFBB is predicted, advises and guiding production operation, and exhaust gas temperature is controlled to optimum range, excavates device energy-saving potential, improves the safety in operation of device.
Accompanying drawing explanation
Fig. 1 is the hardware structure diagram of system proposed by the invention.
Fig. 2 is the functional block diagram of host computer of the present invention.
The specific embodiment
Below in conjunction with drawings and Examples, the invention will be further described.
Embodiment 1
With reference to Fig. 1, Fig. 2, a kind of CFBB exhaust gas temperature prognoses system, comprise the field intelligent instrument 2, data-interface 3, database 4, control station 5 and the host computer 6 that are connected with CFBB 1, field intelligent instrument 2 is connected with fieldbus, data/address bus is connected with data-interface 3, data-interface 3 is connected with database 4, control station 5 and host computer 6, and described host computer 6 comprises:
Standardization module 7, for gather the historical record of operating condition variable and performance variable from database, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
x ‾ j = 1 n Σ i = 1 n x ij , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 1 )
y ‾ = 1 n Σ i = 1 n y i , ( i = 1,2 , . . . , n ) - - - ( 2 )
1.2) ask standard deviation
s x , j = 1 n Σ i = 1 n ( x ij - x ‾ j ) 2 , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 3 )
s y = 1 n Σ i = 1 n ( y i - y ‾ ) 2 , ( i = 1,2 , . . . , n ) - - - ( 4 )
1.3) standardization
x ij * = x ij - x ‾ j s x , j , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 5 )
y i * = y i - y ‾ s y , ( i = 1,2 , . . . , n ) - - - ( 6 )
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure BDA00003617731700057
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure BDA00003617731700058
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable.
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature.
Forecasting mechanism forms module 8, and for setting up forecast model, implementation step is as follows:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) predictive coefficient vector β is transmitted and stores into prediction Executive Module.
Prediction Executive Module 9, for predicting exhaust gas temperature according to the performance variable of the operating condition of CFBB and setting, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
x ( t ) j * = x ( t ) j - x ‾ j s x , j , ( j = 1,2 , . . . , p ) - - - ( 8 )
Wherein, x (t) jfor t moment j independent variable initial value,
Figure BDA00003617731700062
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample,
Figure BDA00003617731700063
for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of the smoke evacuation temperature difference:
y ^ ( t ) * = x ( t ) 1 * x ( t ) 2 * . . . x ( t ) p * β - - - ( 9 )
Wherein, for constantly the discharge fume nondimensionalization predicted value of the temperature difference of t;
3.3) by following formula, ask the former dimension predicted value of the smoke evacuation temperature difference:
y ^ ( t ) = y ^ ( t ) * · s y + y ‾ - - - ( 10 )
Wherein, former dimension predicted value for the temperature difference of constantly discharging fume for t;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
t py = t lk + y ^ ( t ) - - - ( 11 )
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature.
Described host computer 6 also comprises: signal acquisition module 11, for the sampling time interval by setting, gathers real time data from field intelligent instrument, and from database, gather historical data.
Described host computer 6 also comprises: model modification module 12, be used for by the time interval of setting actual exhaust gas temperature and predicted value comparison, if relative error is greater than 10%, new data is added to training sample data, re-execute standardization module and forecasting mechanism and form module.
Described host computer 6 also comprises: result display module 10, for reading parameters from control station, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, adjusting operation condition, is controlled at optimum range by exhaust gas temperature in time, improves boiler operating efficiency and safety in operation.Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively.
The hardware components of described host computer 6 comprises: I/O element, for the collection of data and the transmission of information; Data storage, the data sample that storage running is required and operational factor etc.; Program storage, the software program of storage practical function module; Arithmetic unit, performing a programme, realizes the function of appointment; Display module, shows the parameter, the operation result that arrange, and provides suggestion for operation.
Embodiment 2
With reference to Fig. 1, Fig. 2, a kind of CFBB exhaust gas temperature Forecasting Methodology, described Forecasting Methodology comprises the following steps:
1) from database, gather the historical record of operating condition variable and performance variable, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, and variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
x ‾ j = 1 n Σ i = 1 n x ij , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 1 )
y ‾ = 1 n Σ i = 1 n y i , ( i = 1,2 , . . . , n ) - - - ( 2 )
1.2) ask standard deviation
s x , j = 1 n Σ i = 1 n ( x ij - x ‾ j ) 2 , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 3 )
s y = 1 n Σ i = 1 n ( y i - y ‾ ) 2 , ( i = 1,2 , . . . , n ) - - - ( 4 )
1.3) standardization
x ij * = x ij - x ‾ j s x , j , ( i = 1,2 , . . . , n ; j = 1,2 , . . . , p ) - - - ( 5 )
y i * = y i - y ‾ s y , ( i = 1,2 , . . . , n ) - - - ( 6 )
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure BDA00003617731700077
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure BDA00003617731700078
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable.
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature.
2) the standardized training sample obtaining is set up to forecast model by following process:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) preserve the predictive coefficient vector β obtaining.
3) using the performance variable of the operating condition variable of CFBB and setting as input signal, according to predictive coefficient vector, exhaust gas temperature to be predicted, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
x ( t ) j * = x ( t ) j - x ‾ j s x , j , ( j = 1,2 , . . . , p ) - - - ( 8 )
Wherein, x (t) jfor t moment j independent variable initial value,
Figure BDA000036177317000710
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample,
Figure BDA00003617731700081
for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of the smoke evacuation temperature difference:
y ^ ( t ) * = x ( t ) 1 * x ( t ) 2 * . . . x ( t ) p * β - - - ( 9 )
Wherein,
Figure BDA00003617731700083
for constantly the discharge fume nondimensionalization predicted value of the temperature difference of t;
3.3) by following formula, ask the former dimension predicted value of the smoke evacuation temperature difference:
y ^ ( t ) = y ^ ( t ) * · s y + y ‾ - - - ( 10 )
Wherein,
Figure BDA00003617731700085
for constantly the discharge fume former dimension predicted value of the temperature difference of t;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
t py = t lk + y ^ ( t ) - - - ( 11 )
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature.
Described method also comprises: 4) by the sampling time interval of setting, collection site intelligence instrument signal, by the actual exhaust gas temperature obtaining and predicted value comparison, if relative error is greater than 10%, new data is added to training sample data, re-execute step 1), 2), so that forecast model is upgraded.
In described step 3), from control station, read parameters, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, adjusting operation condition, is controlled at optimum range by exhaust gas temperature in time, improves boiler operating efficiency and safety in operation.Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively.
Described independent variable comprises: operating condition variable: main steam flow, environment temperature, feed temperature, combustion chamber draft, bed pressure, coal-fired moisture, coal-fired volatile matter, coal-fired ash content, coal-fired sulphur content; Performance variable: wind total blast volume, Secondary Air total blast volume.
CFBB exhaust gas temperature prognoses system and method proposed by the invention, by above-mentioned concrete implementation step, be described, person skilled obviously can be within not departing from content of the present invention, spirit and scope to device as herein described with method of operating is changed or suitably change and combination, realize the technology of the present invention.Special needs to be pointed out is, all similar replacements and change apparent to one skilled in the artly, they all can be deemed to be included in spirit of the present invention, scope and content.

Claims (2)

1. a CFBB exhaust gas temperature prognoses system, is characterized in that, comprises the field intelligent instrument, database, data-interface, control station and the host computer that are connected with CFBB; Field intelligent instrument is connected with control station, database and host computer, and described host computer comprises:
Standardization module, for gather the historical record of operating condition variable and performance variable from database, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
Figure DEST_PATH_FDA0000444775230000011
1.2) ask standard deviation
Figure DEST_PATH_FDA0000444775230000013
Figure DEST_PATH_FDA0000444775230000014
1.3) standardization
Figure DEST_PATH_FDA0000444775230000015
Figure DEST_PATH_FDA0000444775230000016
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure DEST_PATH_FDA0000444775230000017
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure DEST_PATH_FDA0000444775230000018
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable;
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature;
Forecasting mechanism forms module, and for setting up forecast model, implementation step is as follows:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) predictive coefficient vector β is transmitted and stores into prediction Executive Module;
Prediction Executive Module, for predicting exhaust gas temperature according to the performance variable of the operating condition of CFBB and setting, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
Figure DEST_PATH_FDA0000444775230000021
Wherein, x (t) jfor t moment j independent variable initial value,
Figure DEST_PATH_FDA0000444775230000022
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample,
Figure DEST_PATH_FDA0000444775230000023
for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of the smoke evacuation temperature difference:
Figure DEST_PATH_FDA0000444775230000024
Wherein,
Figure DEST_PATH_FDA0000444775230000025
for constantly the discharge fume nondimensionalization predicted value of the temperature difference of t;
3.3) by following formula, ask the former dimension predicted value of the smoke evacuation temperature difference:
Figure DEST_PATH_FDA0000444775230000026
Wherein,
Figure DEST_PATH_FDA0000444775230000027
for constantly the discharge fume former dimension predicted value of the temperature difference of t;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
Figure DEST_PATH_FDA0000444775230000028
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature;
Described host computer also comprises:
Signal acquisition module, for the sampling time interval by setting, gathers real time data from field intelligent instrument, and from database, gathers historical data;
Model modification module, by actual exhaust gas temperature and predicted value comparison, if relative error is greater than 10%, adds new data training sample data for the time interval by setting, and re-executes standardization module and forecasting mechanism and forms module;
Result display module, for reading parameters from control station, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, adjusting operation condition, is controlled at optimum range by exhaust gas temperature in time, improves boiler operating efficiency and safety in operation; Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively;
Described independent variable comprises: operating condition variable: main steam flow, environment temperature, feed temperature, combustion chamber draft, bed pressure, coal-fired moisture, coal-fired volatile matter, coal-fired ash content, coal-fired sulphur content; Performance variable: wind total blast volume, Secondary Air total blast volume.
2. the exhaust gas temperature Forecasting Methodology realizing by CFBB exhaust gas temperature prognoses system claimed in claim 1, is characterized in that, described Forecasting Methodology comprises the following steps:
1) from database, gather the historical record of operating condition variable and performance variable, the training sample matrix X that forms independent variable, gather the historical record of corresponding smoke evacuation temperature signal, form dependent variable training sample vector Y, training sample X, Y are carried out to standardization, the average that makes each variable is 0, and variance is 1, obtains independent variable training sample matrix X after standardization *dependent variable training sample vector Y after (n * p), standardization *(n * 1), adopts following process to complete:
1.1) average:
Figure DEST_PATH_FDA0000444775230000031
Figure DEST_PATH_FDA0000444775230000032
1.2) ask standard deviation
Figure DEST_PATH_FDA0000444775230000033
Figure DEST_PATH_FDA0000444775230000034
1.3) standardization
Figure DEST_PATH_FDA0000444775230000036
Wherein, x ij, y ifor the initial value of training sample point, n is training sample number, and p is independent variable number,
Figure DEST_PATH_FDA0000444775230000037
for the average of training sample, s x,j, s yfor the standard deviation of training sample,
Figure DEST_PATH_FDA0000444775230000038
for the standardized value of training sample point, wherein subscript i, j represent respectively i training sample point, a j independent variable;
The described smoke evacuation temperature difference refers to the difference of exhaust gas temperature and environment temperature;
2) the standardized training sample obtaining is set up to forecast model by following process:
2.1) by (7) formula, ask predictive coefficient vector β:
β=(X *TX *) -1X *TY * (7)
Wherein, subscript: T ,-1 is transposition, the inverse of a matrix of representing matrix respectively;
2.2) preserve the predictive coefficient vector β obtaining;
3) using the performance variable of the operating condition variable of CFBB and setting as input signal, according to predictive coefficient vector, exhaust gas temperature to be predicted, implementation step is as follows:
3.1) the independent variable signal of input is processed by (8) formula:
Figure DEST_PATH_FDA0000444775230000039
Wherein, x (t) jfor t moment j independent variable initial value,
Figure DEST_PATH_FDA00004447752300000310
be the average of j independent variable training sample, s x,jbe the standard deviation of j independent variable training sample,
Figure DEST_PATH_FDA00004447752300000311
for t moment j independent variable nondimensionalization value, t represents that time, unit are second;
3.2) by following formula, ask the nondimensionalization predicted value of the smoke evacuation temperature difference:
Figure DEST_PATH_FDA00004447752300000312
Wherein,
Figure DEST_PATH_FDA0000444775230000041
for constantly the discharge fume nondimensionalization predicted value of the temperature difference of t;
3.3) by following formula, ask the former dimension predicted value of the smoke evacuation temperature difference:
Figure DEST_PATH_FDA0000444775230000042
Wherein,
Figure DEST_PATH_FDA0000444775230000043
for constantly the discharge fume former dimension predicted value of the temperature difference of t;
3.4) by following formula, ask the predicted value of exhaust gas temperature:
Figure DEST_PATH_FDA0000444775230000044
Wherein, t pyfor exhaust gas temperature predicted value, t lkfor environment temperature;
Described method also comprises: 4) by the sampling time interval of setting, collection site intelligence instrument signal, by the actual exhaust gas temperature obtaining and predicted value comparison, if relative error is greater than 10%, new data is added to training sample data, re-execute step 1), 2), so that forecast model is upgraded;
In described step 3), from control station, read parameters, and exhaust gas temperature predicted value is passed to control station show, and provide suggestion for operation: under current operating mode, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, so that control station staff, according to exhaust gas temperature predicted value and suggestion for operation, adjusting operation condition, is controlled at optimum range by exhaust gas temperature in time, improves boiler operating efficiency and safety in operation; Wherein, how performance variable is adjusted is conducive to exhaust gas temperature to be controlled at optimum range most, and a short-cut method is by the multiple combination value of performance variable, substitution exhaust gas temperature prognoses system, obtain corresponding exhaust gas temperature predicted value, thereby by big or small, obtain very intuitively;
Described independent variable comprises: operating condition variable: main steam flow, environment temperature, feed temperature, combustion chamber draft, bed pressure, coal-fired moisture, coal-fired volatile matter, coal-fired ash content, coal-fired sulphur content; Performance variable: wind total blast volume, Secondary Air total blast volume.
CN201310335900.7A 2013-08-05 2013-08-05 CFBB exhaust gas temperature prognoses system and method Expired - Fee Related CN103615716B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310335900.7A CN103615716B (en) 2013-08-05 2013-08-05 CFBB exhaust gas temperature prognoses system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310335900.7A CN103615716B (en) 2013-08-05 2013-08-05 CFBB exhaust gas temperature prognoses system and method

Publications (2)

Publication Number Publication Date
CN103615716A true CN103615716A (en) 2014-03-05
CN103615716B CN103615716B (en) 2015-08-19

Family

ID=50166426

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310335900.7A Expired - Fee Related CN103615716B (en) 2013-08-05 2013-08-05 CFBB exhaust gas temperature prognoses system and method

Country Status (1)

Country Link
CN (1) CN103615716B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017063178A1 (en) * 2015-10-15 2017-04-20 Accenture Global Services Limited System and method for selecting controllable parameters for equipment operation safety
CN110413495A (en) * 2019-07-23 2019-11-05 惠州市华星光电技术有限公司 Display panel temperature predicting method and temperature prediction device
CN114722730A (en) * 2022-06-07 2022-07-08 杭州集益科技有限公司 LightGBM and random search method based coal-fired boiler exhaust gas temperature prediction method and system
TWI824487B (en) * 2022-04-15 2023-12-01 中國鋼鐵股份有限公司 Tmeperature control decision guidance method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080025461A1 (en) * 2006-02-09 2008-01-31 L-3 Communications Security and Detection Systems Inc. Tomographic imaging systems and methods
CN102331772A (en) * 2011-03-30 2012-01-25 浙江省电力试验研究院 Method for carrying out early warning of abnormal superheated steam temperature and fault diagnosis on direct current megawatt unit
CN102388347A (en) * 2009-02-02 2012-03-21 易朋创新公司 Method for detecting atypical electronic components
CN102393882A (en) * 2011-09-21 2012-03-28 济中节能技术(苏州)有限公司 Method for monitoring and diagnosing indoor air quality (IAQ) sensor on line
RU2010143249A (en) * 2010-10-21 2012-04-27 Государственное образовательное учреждение высшего профессионального образования "Уфимский государственный авиационный технический METHOD FOR FORECASTING AIR TEMPERATURE
CN103077300A (en) * 2012-12-20 2013-05-01 东南大学 Forecasting method for generating capacity of distributed photovoltaic power supply on basis of type-2 fuzzy logic

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080025461A1 (en) * 2006-02-09 2008-01-31 L-3 Communications Security and Detection Systems Inc. Tomographic imaging systems and methods
CN102388347A (en) * 2009-02-02 2012-03-21 易朋创新公司 Method for detecting atypical electronic components
RU2010143249A (en) * 2010-10-21 2012-04-27 Государственное образовательное учреждение высшего профессионального образования "Уфимский государственный авиационный технический METHOD FOR FORECASTING AIR TEMPERATURE
CN102331772A (en) * 2011-03-30 2012-01-25 浙江省电力试验研究院 Method for carrying out early warning of abnormal superheated steam temperature and fault diagnosis on direct current megawatt unit
CN102393882A (en) * 2011-09-21 2012-03-28 济中节能技术(苏州)有限公司 Method for monitoring and diagnosing indoor air quality (IAQ) sensor on line
CN103077300A (en) * 2012-12-20 2013-05-01 东南大学 Forecasting method for generating capacity of distributed photovoltaic power supply on basis of type-2 fuzzy logic

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017063178A1 (en) * 2015-10-15 2017-04-20 Accenture Global Services Limited System and method for selecting controllable parameters for equipment operation safety
CN109643087A (en) * 2015-10-15 2019-04-16 埃森哲环球服务有限公司 System and method for selecting the controllable parameter for equipment operation safety
US10545465B2 (en) 2015-10-15 2020-01-28 Accenture Global Services Limited System and method for selecting controllable parameters for equipment operation safety
CN109643087B (en) * 2015-10-15 2021-09-10 埃森哲环球服务有限公司 System and method for selecting controllable parameters for operational safety of a device
CN110413495A (en) * 2019-07-23 2019-11-05 惠州市华星光电技术有限公司 Display panel temperature predicting method and temperature prediction device
TWI824487B (en) * 2022-04-15 2023-12-01 中國鋼鐵股份有限公司 Tmeperature control decision guidance method and system
CN114722730A (en) * 2022-06-07 2022-07-08 杭州集益科技有限公司 LightGBM and random search method based coal-fired boiler exhaust gas temperature prediction method and system

Also Published As

Publication number Publication date
CN103615716B (en) 2015-08-19

Similar Documents

Publication Publication Date Title
Huo et al. Dynamic scenario simulations of carbon emission peak in China's city-scale urban residential building sector through 2050
Xu et al. Economic-environmental equilibrium based optimal scheduling strategy towards wind-solar-thermal power generation system under limited resources
CN102663232B (en) A kind of multidimensional simulation analysis system of user oriented energy efficiency evaluation and method thereof
CN103615716B (en) CFBB exhaust gas temperature prognoses system and method
AU2020103770A4 (en) An energy-saving simulation analysis system for public hospital buildings and facilities
CN101719230A (en) Method for optimizing main steam pressure of large steam turbine set
Lu Potential energy savings and environmental impact by implementing energy efficiency standard for household refrigerators in China
CN112883560A (en) Optimization method of multi-energy coupling energy supply network based on user side load reduction response
CN103605287B (en) Circulating Fluidized Bed Temperature prognoses system and method
Li et al. Emission reduction analysis of China’s building operations from provincial perspective: factor decomposition and peak prediction
CN116992548B (en) Design optimization method and system for building and regional comprehensive energy system
CN103616913B (en) Circulating fluidized bed boiler induced-draft fan current prediction system and method
CN103592902B (en) Circulating Fluidized Bed Boiler primary air fan current forecasting system and method
CN103411213B (en) Fan for Circulating Fluidized Bed Boiler power consumption prognoses system and method
CN117277436A (en) Power grid electricity supply consumption measuring and calculating method based on carbon emission
CN103413184B (en) Circulating Fluidized Bed Boiler unburned carbon in flue dust prognoses system and method
CN103413039B (en) Circulating fluid bed boiler secondary air dynamo-electric stream prognoses system and method
CN103425050B (en) Circulating Fluidized Bed Boiler heat loss due to exhaust gas rate prognoses system and method
Fan et al. To predict the power generation based on machine learning method
Overbye et al. The Electric Power Industry and Climate Change: Power Systems Research Possibilities
CN103438444B (en) CFBB minimize energy losses system and method
CN103423741A (en) Energy-saving optimal system and method for circulating fluidized bed boiler
CN103617340A (en) Circulating fluidized bed boiler excess air coefficient prediction system and method
CN103438445A (en) System and method for predicting imperfect solid combustion heat loss rate of circulating fluidized bed boiler
CN204215253U (en) A kind of flue gas online multipoint acquisition analyses and prediction boiler combustion optimization control system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150819

Termination date: 20180805