CN110674578A - Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer - Google Patents

Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer Download PDF

Info

Publication number
CN110674578A
CN110674578A CN201910909583.2A CN201910909583A CN110674578A CN 110674578 A CN110674578 A CN 110674578A CN 201910909583 A CN201910909583 A CN 201910909583A CN 110674578 A CN110674578 A CN 110674578A
Authority
CN
China
Prior art keywords
polarization
interval
formula
current density
identification
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
CN201910909583.2A
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.)
Wuxi Martin Green Photovoltaic Science And Technology Ltd
Original Assignee
Wuxi Martin Green Photovoltaic Science And Technology 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 Wuxi Martin Green Photovoltaic Science And Technology Ltd filed Critical Wuxi Martin Green Photovoltaic Science And Technology Ltd
Priority to CN201910909583.2A priority Critical patent/CN110674578A/en
Publication of CN110674578A publication Critical patent/CN110674578A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Fuel Cell (AREA)

Abstract

A fuel cell polarization curve segmentation identification algorithm for a single chip microcomputer is characterized in that a linear segment of a polarization curve is extracted, namely a low current density interval and a large current density interval introduced above, after extraction, a theta angle and a median filter are calculated through a formula to determine a threshold range, and after the threshold range is determined, a data point of the polarization interval and the current density of the last point of the interval can be extracted to serve as JfAfter the data are obtained, J is taken according to the interval segmentation idea and is less than or equal to JfInterval obtained as EeU of A and RiData identification parameters, take J > JfInterval obtains U of m' and niAnd identifying parameters by data, and finally fitting the parameters identified by the algorithm to obtain a required polarization curve of the fuel cell. The algorithm converts the polarization curve nonlinear parameter identification of the fuel cell into two linear least square identification subproblems by using the interval segmentation concept.

Description

Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer
Technical Field
The invention relates to an identification algorithm of a fuel cell polarization curve, in particular to a fuel cell polarization curve segmentation identification algorithm which can be used for a single chip microcomputer.
Background
The electric energy conversion efficiency of the fuel cell decreases with the increase of the operation time, mainly due to the fact that the output voltage is lower than that in the initial stage under the same current density. When the efficiency is degraded too much, if the controller of the fuel cell still calculates the required power of the fuel cell according to the initial polarization curve, when the required power is constant, the calculated required current will be smaller than the actual required current of the fuel cell, which will result in that the flow rate of the inflowing air and hydrogen is lower than the actual required flow rate of the fuel cell, resulting in the deterioration of the dynamic and static characteristics of the system.
Although most of the existing optimization algorithms have high identification precision, the existing optimization algorithms need strict initial value setting and the like, the calculation amount is large, and the single chip microcomputer with limited calculation resources cannot be met.
Disclosure of Invention
The invention aims to overcome the defects, so that the fuel cell polarization curve segmentation identification algorithm for the single chip microcomputer is provided, the initial value of the parameter is not required to be set, the occupied computing resource is less, the precision is equivalent to that of a Newton method, and the method is very suitable for the environment of the single chip microcomputer.
The technical scheme of the invention is as follows: the algorithm is obtained through an interval segmentation idea based on the following numerical model (formula (1)).
Ui=Ee-A ln(Ji)-RJi-m′exp(nJi) (1)
In the formula (1), Ee=E0+A ln(j0)-RJn,m′=mexp(nJn)。
There are 5 parameters to be identified in formula (1), which are: eeA, R, m', and n. The model is a nonlinear model, parameters of the model are estimated by a nonlinear least square method (such as a Newton method) generally, but high-dimensional matrix inversion and initial value setting are required, the robustness is poor, and the calculated amount is large.
The algorithm of the invention provides the following identification method through an interval segmentation pair formula (1):
will-A ln (J)i) Corresponding to the activated polarization region;
will-RIiCorresponding to the ohmic polarization region;
mixing-m' exp (nJ)i) Corresponding to the concentration polarization zone.
The active polarization characteristic term and the ohmic polarization characteristic term represent a low current density interval, and the concentration polarization characteristic term represents a high current density interval.
Low current density interval:
Ui=Ee-A ln(Ji)-RJi(2)
passing formula (1) through a reactive polarizerData pair parameter E for zone and ohmic polarization zoneeAnd A and R are subjected to linear least square identification to obtain a formula (3)
Yi=m′exp(nJi) (3)
In the formula (3), Yi=-[Ui-Ee+A ln(Ji)+RIi]Taking natural logarithm from two sides of the formula (3) to obtain the formula (4)
P=Q+nJn(4)
In formula (4), P ═ ln (Y)i) And Q ═ ln (m'). In the high current density interval, the parameters n and Q of the formula (4) can be identified by a linear least square method, so as to obtain the parameters m 'and n of the concentration polarization characteristic term, wherein m' is exp (Q).
By applying the piecewise linear parameter identification method of the formula (2) and the formula (4), the interval segmentation is carried out on the polarization curve, so that the segmentation points J of the ohmic polarization region and the concentration polarization region are estimatedf
The relation between the voltage and the current density of the ohmic polarization area presents approximate linear characteristic, and a data point of an ohmic polarization area can be extracted according to the principle that the connecting line between any adjacent points on a straight line is equal to the X-axis included angle theta, and the current density of the last point of the ohmic polarization area, namely Jf. The approximate linearity of the ohmic polarization region can lead the included angle theta to generate certain fluctuation, and the included angle theta can tend to be stable by adopting median filtering, so that the threshold range can be conveniently determined.
3 data points near the current density range 1/2 were selected and the average calculated
Figure BSA0000190768530000032
And then +/-delta theta is taken as a threshold range for judging the ohmic polarization region theta, and data points positioned in the range are considered as data points of the ohmic polarization region. The specific estimation method is shown in formula (5).
Figure BSA0000190768530000031
The function of multiplying the coefficient mu before the act (eta) conversion is performed, so that the coordinate of the current density in the polarization curve is compressed, and the data of the ohm polarization interval can be extracted.
The invention has the beneficial effects that: the invention provides a fuel cell polarization curve segmentation identification algorithm for a single chip microcomputer, which does not need to set parameter initial values, occupies less computing resources, has the precision equivalent to that of a Newton method, and is very suitable for the environment of the single chip microcomputer.
Drawings
Fig. 1 is a schematic flow chart of a fuel cell polarization curve segmentation identification algorithm applicable to a single chip microcomputer according to the present invention. .
Detailed Description
The invention will be further described with reference to the accompanying drawings.
As shown in FIG. 1, the invention relates to a fuel cell polarization curve segmentation identification algorithm for a single chip microcomputer, which converts the polarization curve nonlinear parameter identification of a fuel cell into two linear least square identification subproblems by using an interval segmentation idea.
The algorithm flow of the invention is as follows: first, linear segments of the polarization curve are extracted, such as the low current density interval and the high current density interval described above. After extraction, the theta angle is calculated through a formula, and a median value is filtered to determine a threshold value range. After the threshold range is determined, the data point of the polarization interval and the current density of the last point of the interval can be extracted as Jf
After the data are obtained, J is not more than J and can be taken according to the interval segmentation ideafInterval obtained as EeU of A and RiData identification parameters, take J > JfInterval obtains U of m' and niThe data identifies a parameter.
Finally, the parameters identified by the algorithm are used for fitting to obtain a needed polarization curve of the fuel cell.

Claims (1)

1. A fuel cell polarization curve segmentation identification algorithm for a singlechip is firstly obtained by an interval segmentation idea based on the following digital model (formula (1)),
Ui=Ee-A ln(Ji)-RJi-m′exp(nJi) (1)
in the formula (1), the reaction mixture is,Ee=E0+A ln(j0)-RJn,m′=mexp(nJn),
there are 5 parameters to be identified in formula (1), which are: eeA, R, m' and n, the model is a non-linear model, the parameters of the model are usually estimated by a non-linear least square method (such as Newton method, etc.), but the inversion of a high-dimensional matrix and the setting of initial values are required, the robustness is poor, the calculation amount is large,
the algorithm of the invention provides the following identification method through an interval segmentation pair formula (1):
will-A ln (J)i) Corresponding to the activated polarization region;
will-RJiCorresponding to the ohmic polarization region;
mixing-m' exp (nJ)i) Corresponding to the concentration polarization zone,
wherein, the activation polarization characteristic term and the ohm polarization characteristic term represent a low current density interval, the concentration polarization characteristic term represents a high current density interval,
low current density interval:
Ui=Ee-A ln(Ji)-RJi(2)
passing equation (1) through the data pair parameter E for the active polarization region and the ohmic polarization regioneAnd A and R are subjected to linear least square identification to obtain a formula (3)
Yi=m′exp(nJi) (3)
In the formula (3), Yi=-[Ui-Ee+A ln(Ji)+RJi]Taking natural logarithm from two sides of the formula (3) to obtain the formula (4)
P=Q+nJn(4)
In formula (4), P ═ ln (Y)i) Q ═ ln (m '), in the high current density interval, the parameter n, Q of the formula (4) can be identified by the linear least square method, so as to obtain the parameters m' and n of the concentration polarization characteristic term, wherein m ═ exp (Q),
by applying the piecewise linear parameter identification method of the formula (2) and the formula (4), the interval segmentation is carried out on the polarization curve, so that the segmentation points J of the ohmic polarization region and the concentration polarization region are estimatedf
The relation between the voltage and the current density of the ohmic polarization area presents approximate linear characteristic, and a data point of an ohmic polarization area can be extracted according to the principle that the connecting line between any adjacent points on a straight line is equal to the X-axis included angle theta, and the current density of the last point of the ohmic polarization area, namely JfThe approximate linearity of the ohmic polarization area can lead the included angle theta to generate certain fluctuation, the included angle theta tends to be stable by adopting median filtering, the threshold range is convenient to determine,
3 data points near the current density range 1/2 were selected and the average calculated
Figure FSA0000190768520000022
Then +/-delta theta is taken as a threshold range for judging the ohmic polarization region theta, and the data point positioned in the range, namely the data point of the ohmic polarization region, is considered as a concrete estimation method shown in formula (5),
Figure FSA0000190768520000021
the method is characterized in that the coefficient mu is multiplied before actan conversion is carried out, so that the coordinate of current density in a polarization curve is compressed, the data of an ohm polarization interval are extracted, and the algorithm converts the polarization curve nonlinear parameter identification of the fuel cell into two linear least square identification subproblems by utilizing an interval segmentation concept.
CN201910909583.2A 2019-09-19 2019-09-19 Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer Pending CN110674578A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910909583.2A CN110674578A (en) 2019-09-19 2019-09-19 Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910909583.2A CN110674578A (en) 2019-09-19 2019-09-19 Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer

Publications (1)

Publication Number Publication Date
CN110674578A true CN110674578A (en) 2020-01-10

Family

ID=69079202

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910909583.2A Pending CN110674578A (en) 2019-09-19 2019-09-19 Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer

Country Status (1)

Country Link
CN (1) CN110674578A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112659928A (en) * 2020-12-25 2021-04-16 中通客车控股股份有限公司 Vehicle-mounted proton exchange membrane fuel cell dynamic loading and unloading control method and system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112659928A (en) * 2020-12-25 2021-04-16 中通客车控股股份有限公司 Vehicle-mounted proton exchange membrane fuel cell dynamic loading and unloading control method and system

Similar Documents

Publication Publication Date Title
CN109488528B (en) Method and device for adjusting fan yaw system
CN111258365B (en) Power control method of fuel cell system
CN109973301A (en) The method and apparatus of wind generating set pitch control are controlled under extreme turbulent flow wind regime
CN110567139B (en) Frequency limiting and frequency reducing control method and device for photovoltaic air conditioner and photovoltaic air conditioner
CN104866866A (en) Improved natural gradient variable step-size blind source separation algorithm
CN103455716A (en) Ultra-short-term wind power prediction-based voltage stability margin calculation method for power system
CN110674578A (en) Fuel cell polarization curve segmentation identification algorithm applicable to single chip microcomputer
CN110212592B (en) Thermal power generating unit load regulation maximum rate estimation method and system based on piecewise linear expression
CN104915559B (en) A kind of electrical equipment determines method and system
CN106250465A (en) A kind of method and device improving database filing efficiency
CN103326367A (en) Centralized low-voltage load shedding method based on on-line voltage stability index
WO2016015635A1 (en) Control method and device for preventing mppt misjudgement
CN106056477A (en) Industry capacity utilization rate calculating method based on electricity consumption big data
CN107784015B (en) Data reduction method based on online historical data of power system
CN113794198A (en) Method, device, terminal and storage medium for suppressing broadband oscillation
CN110808614B (en) New energy consumption capacity calculation method, system and storage medium
CN114725976A (en) Coordination control method and system for coping with transient stability of power grid
CN113595077A (en) User power supply control method containing nonlinear load
CN111403782A (en) Power control method of fuel cell system
CN108110283B (en) Flow battery energy storage system abnormal data identification method
CN107766290A (en) Convergent multiple regression engineering statistics new method
CN112670976A (en) Multi-energy flow calculation and analysis of electric-gas coupling system under attack of controllable load
CN111832936A (en) Distribution network power supply reliability assessment method containing distributed power supply
CN111310644A (en) Intelligent identification method and device for types and working states of electrical appliances
JP4370263B2 (en) Constant system load model constant calculation method and calculation program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200110

WD01 Invention patent application deemed withdrawn after publication