CN103853881A - Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization - Google Patents

Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization Download PDF

Info

Publication number
CN103853881A
CN103853881A CN201410048930.4A CN201410048930A CN103853881A CN 103853881 A CN103853881 A CN 103853881A CN 201410048930 A CN201410048930 A CN 201410048930A CN 103853881 A CN103853881 A CN 103853881A
Authority
CN
China
Prior art keywords
particle
algorithm
self
water turbine
differential evolution
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
CN201410048930.4A
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.)
Sichuan University
Original Assignee
Sichuan University
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 Sichuan University filed Critical Sichuan University
Priority to CN201410048930.4A priority Critical patent/CN103853881A/en
Publication of CN103853881A publication Critical patent/CN103853881A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Feedback Control In General (AREA)

Abstract

The invention discloses a water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization. The water turbine parameter identification method is characterized by comprising the following steps of firstly, determining a nonlinear mode of a water turbine; secondly, acquiring frequency step test data; thirdly, determining a fitness function of the self-adaptive chaotic and differential evolution particle swarm optimization; fourthly, setting a basic parameter of an identification algorithm; fifthly, calculating a fitness function value of particles and an individual extreme value of the particles in a swarm as well as a global extreme value of the swarm and updating the speed and the position of the particles; sixthly, carrying out premature judgment, if the premature is judged, carrying out differential mutation, transposition, selection and other operations to avoid local optimization; seventhly, checking whether the algorithm meets end conditions or not, if so, outputting an optimal solution, and otherwise, self-adaptively changing an inertia factor and executing the fifth step to the seventh step again. According to the water turbine parameter identification method disclosed by the invention, a water hammer time constant of the water turbine is identified, and the algorithm is high in convergence speed and convergence precision; in addition, test data of the water turbine at any load level can be utilized, so that the test cost is effectively reduced.

Description

Based on the turbine parameter discrimination method of self-adaptation chaos and differential evolution particle cluster algorithm
Technical field
The present invention relates to a kind of turbine parameter discrimination method based on self-adaptation chaos and differential evolution particle cluster algorithm, belong to parameters of electric power system identification field.
Background technology
For hydraulic generator unit; the hydraulic turbine and governing system thereof are as genset important composition part; not only bearing the vital task of start and stop unit, regulating frequency, adjusting active power; and be the final topworks of primary frequency modulation, frequency modulation frequency modulation, Automatic Generation Control (AGC); its accurate mathematical model not only has great value for the efficient operation that improves mains side generating plant, and to electric power system design, planning, stability analysis have significant impact under the new situation.
In traditional Power System Analysis, the normal hydraulic turbine model adopting ideally, ignored the impact of Adaptive System of Water-Turbine Engine variable working condition, variable element, the factor such as non-linear, in order to make result more accurate, electromagnetic transient simulation adopts non-linear hydraulic turbine model conventionally in analyzing.Set up accurate mathematical model and also depend on the identification of model parameter, conventional parameter identification method, as all applicable linear models only such as least square method, pencil of matrix, TLS-ESPRIT algorithm, poor to nonlinear system parameter identification effect.Intelligent algorithm as particle cluster algorithm can well the non-linear hydraulic turbine model of identification, [yellow pine, Xu Guangwen. the self-defined modeling of Turbine Governor System and application [J]. Automation of Electric Systems, 2012,36 (16): 115-117.] [what is ever victorious. Water turbine governing system simulation and parameter identification [D]. and Xi'an University of Technology, 2009.] but it is easily absorbed in local optimum, cause resultant error larger.In recent years, the improvement of particle cluster algorithm becomes a study hotspot, improves convergence precision and speed, avoids being absorbed in the common purpose that local optimum is various improvement algorithms.Improved particle cluster algorithm is had to good practical value for the identification of non-linear hydraulic turbine model parameter.
Summary of the invention
The object of the invention is for the deficiency of present identification technique and a kind of turbine parameter discrimination method based on self-adaptation chaos and differential evolution particle cluster algorithm is provided, be characterized in the accurately non-linear hydraulic turbine model parameter of identification of the method, and its speed of convergence is very fast.
Object of the present invention is realized by following technical measures
Turbine parameter discrimination method based on self-adaptation chaos and differential evolution particle cluster algorithm comprises the following steps:
1) determine Nonlinear hydraulic turbine model and parameter to be identified, Mathematical Model for Hydraulic Turbine is:
P m = qh q = y h - T w dq dt = 1 - h
Comprising aperture y, flow q, head h, mechanical output P m4 variablees, think that the hydraulic turbine is taking aperture y as input, mechanical output P mfor the nonlinear function of output, water hammer time constant T wfor parameter to be identified;
2) hydraulic turbine is carried out to frequency step test, measure guide vanes of water turbine aperture and mechanical output, because guide vanes of water turbine aperture is difficult to direct measurement, adopt servomotor stroke to substitute, hydraulic turbine mechanical output is by electromagnetic power approximate substitution;
3) determine self-adaptation chaos and differential evolution particle cluster algorithm fitness function, fitness function value is set to normatron tool power and actual hydraulic turbine mechanical output sum of square of deviations;
4) self-adaptation chaos and differential evolution particle cluster algorithm basic parameter are set: basic parameter comprises: the number N of particle, the maximal rate v of particle max, inertial factor ω, accelerator coefficient c 1and c 2, algorithm maximum iteration time T; In given range by the position x of N particle of logistic chaotic maps initialization iwith its speed v i, and make t=1; Chaos initialization formula is:
x i ( 1 ) = αx ( i - 1 ) ( 1 ) ( 1 - x ( i - 1 ) ( 1 ) ) v i ( 1 ) = αv ( i - 1 ) ( 1 ) ( 1 - v ( i - 1 ) ( 1 ) )
Wherein, α is controlling elements, i=1, and 2 ... N, x 0(1), v 0(1) be the random number between (0,1);
5) calculate the fitness function value of particle in colony, calculate the individual extreme value pbest of particle and the global extremum gbest of colony, and more speed and the position of new particle, its more new formula be:
v i ( t + 1 ) = ωv i ( t ) + c 1 r 1 [ pbest i ( t ) - x i ( t ) ] + c 2 r 2 [ gbest ( t ) - x i ( t ) ] x i ( t + 1 ) = x i ( t ) + v i ( t + 1 )
Wherein, r 1and r 2for the random number between (0,1);
6) calculate Colony fitness variance σ 2carry out the precocious judgement of particle, if fitness variances sigma 2be less than a certain threshold value, judge its precocity;
σ 2 = 1 N Σ i = 1 N ( f i - f avg f ) 2
F iit is the fitness of i particle; f avgit is population fitness average, f is fitness function value normalized factor, if be absorbed in earliness, the diversity that shows population is poor, utilizes differential evolution algorithm to carry out variation, intersect and select operation particle, realizes the evolution of particle, improve the diversity of population, the ability of searching optimum that strengthens population, prevents that algorithm is absorbed in local optimum, and differential evolution algorithm formula is as follows:
A i(t+1)=x i(t)+λ×(gbest(t)-x i(t))+F×(x j(t)-x k(t))
B i ( t + 1 ) = A i ( t + 1 ) rand ( 0,1 ) ≤ CR x i ( t ) rand ( 0,1 ) > CR
x i ( t + 1 ) = B i ( t + 1 ) , f ( B i ( t + 1 ) ) ≤ f ( x i ( t ) ) x i ( t ) , f ( B i ( t + 1 ) ) > f ( x i ( t ) )
Wherein, j, k is random integers, represents individual sequence number in population, and i ≠ j ≠ k; λ, F are mutagenic factor, and CR is for intersecting the factor, and rand (0,1) is the random number between (0,1), and f (x) is variable x fitness function;
7) whether check algorithm meets end condition, if t>T stops iteration, and output optimum solution, i.e. the water hammer time constant T that identification obtains w; Otherwise inertial factor ω adaptive change, re-executes step 5-7, and makes t=t+1.Inertial factor adaptive change formula:
ω = ω max - t × ( ω max - ω min ) T
ω max, ω minbe respectively inertial factor maximal value and minimum value.
Tool of the present invention has the following advantages:
Conventional particle cluster algorithm random initializtion particle position and speed, the present invention adopts chaos method initialization particle position and speed, can effectively improve the diversity of primary.Chaos algorithm initialization can avoid to greatest extent algorithm to be absorbed in local optimum together with differential evolution operation.Self-adaptation inertial factor can improve convergence of algorithm speed in calculating early stage, and the later stage is improved algorithm convergence precision, makes whole efficiency of algorithm higher.In addition, because the present invention adopts nonlinear model, therefore water wheels function meaning aperture in office is tested, and effectively reduces experimentation cost.
Brief description of the drawings
Fig. 1 is Nonlinear hydraulic turbine model block diagram.
Wherein y is aperture, and q is flow, and h is head, P mfor mechanical output, T wfor water hammer time constant.
The comparison diagram of hydraulic turbine real response curve and model response curve when Fig. 2 is frequency step.
Wherein, real response curve is actual measurement hydraulic turbine output mechanical power curve, and model response curve is that identification obtains water hammer time constant T wbring the simulation curve that Fig. 1 institute representation model obtains into.
Fig. 3 is turbine parameter identification process flow diagram.
1, set up model and be written into data, 2, parameters initialization, 3, calculate fitness function, 4, upgrade particle position and speed, 5, precocious judgement, 6, differential evolution operation, 7, finish judgement, 8, inertial factor adaptive change, 9, Output rusults.
When Fig. 4 is turbine parameter identification, fitness function is with iterations change curve.
Embodiment
Below by embodiment, the present invention is specifically described; be necessary to be pointed out that at this present embodiment is only used to further illustrate the present invention; but can not be interpreted as limiting the scope of the invention, the person skilled in the art in this field can make according to the content of the invention described above improvement and the adjustment of some non-intrinsically safes to the present invention.
Embodiment 1
The present invention utilizes self-adaptation chaos and differential evolution particle cluster algorithm to carry out identification to hydraulic turbine water hammer time constant.From non-linear Mathematical Model for Hydraulic Turbine, after water hammer time constant is determined, just can determine the acting characteristic of the hydraulic turbine.By discrimination method, can determine a water hammer time constant value, make the hydraulic turbine motion state that emulation obtains approach real hydraulic turbine motion state.In identification process, first test and obtain one group of guide vanes of water turbine aperture and output mechanical power sampled data by frequency step, and then utilize self-adaptation chaos and differential evolution particle cluster algorithm to determine water hammer time constant value in non-linear hydraulic turbine model, make in same guide vane opening situation nonlinear model calculating machine power and actual hydraulic turbine output mechanical power deviation minimum.
1) determine Nonlinear hydraulic turbine model and parameter to be identified.Mathematical Model for Hydraulic Turbine is:
P m = qh q = y h - T w dq dt = 1 - h
Comprising aperture y, flow q, head h, mechanical output P m4 variablees, think that the hydraulic turbine is taking aperture y as input, mechanical output P mfor the nonlinear function of output, water hammer time constant T wfor parameter to be identified.Hydraulic turbine model block diagram as shown in Figure 1;
2) hydraulic turbine is carried out to frequency step test, measure guide vanes of water turbine aperture and mechanical output, because guide vanes of water turbine aperture is difficult to direct measurement, adopt servomotor stroke to substitute, hydraulic turbine mechanical output is by electromagnetic power approximate substitution; When certain hydraulic turbine frequency step increases 0.2Hz, hydraulic turbine output mechanical power curve is as shown in Fig. 2 solid line part.
3) determine self-adaptation chaos and differential evolution particle cluster algorithm fitness function.Fitness function value is set to model and calculates output power and actual hydraulic turbine output power sum of square of deviations.
4) press process flow diagram shown in Fig. 3 by self-adaptation chaos and differential evolution particle cluster algorithm identification water hammer time constant T w, process flow diagram the 1st step is the sampled data of setting up model and being written into the hydraulic turbine while test; The 2nd step arranges position and the speed of self-adaptation chaos and differential evolution particle cluster algorithm basic parameter and chaos initialization particle; The 3rd step is calculated each particle fitness function, finds out individual extreme value and global extremum; The 4th step is position and the speed of new particle more; The 5th step is carried out the precocious judgement of particle, if the precocity of being judged as enters the 6th step, particle is carried out to differential evolution operation, then enters the 7th step; If judge, particle does not have precocity, directly enters the 7th step; Whether the 7th step evaluation algorithm meets termination condition, if meet, calculates and finishes, output optimum solution, i.e. the water hammer time constant that identification obtains; If do not meet termination condition, enter the 8th step, inertial factor adaptive change, and proceed to the 3rd step.
Identification algorithm basic parameter is set to:
Population size N=100, inertial factor ω=0.6, accelerator coefficient c 1=1.3, c 2=1.7, the mutagenic factor of differential evolution operation is λ=F=0.8, intersection factor CR=0.6, Colony fitness variance threshold value σ 2=0.001, controlling elements α=4, total iterations T=100 of algorithm.
5) when Fig. 4 is for application identification turbine parameter of the present invention, fitness function is with iterations change curve.From figure, can find out that the present invention's discrimination method fast convergence rate used, convergence precision are high.Final identification obtains water hammer time constant T w=2.3, carry it in the model shown in Fig. 1, obtain hydraulic turbine model response curve as shown in Fig. 2 dotted line, model response curve and real response curve error are little, illustrate that the present invention's discrimination method used is accurately and reliably.

Claims (1)

1. the turbine parameter discrimination method based on self-adaptation chaos and differential evolution particle cluster algorithm, is characterized in that the method comprises the following steps:
1) determine Nonlinear hydraulic turbine model and parameter to be identified, Mathematical Model for Hydraulic Turbine is:
P m = qh q = y h - T w dq dt = 1 - h
Comprising aperture y, flow q, head h, mechanical output P m4 variablees, think that the hydraulic turbine is taking aperture y as input, mechanical output P mfor the nonlinear function of output, water hammer time constant T wfor parameter to be identified;
2) hydraulic turbine is carried out to frequency step test, measure guide vanes of water turbine aperture and mechanical output, because guide vanes of water turbine aperture is difficult to direct measurement, adopt servomotor stroke to substitute, hydraulic turbine mechanical output is by electromagnetic power approximate substitution;
3) determine self-adaptation chaos and differential evolution particle cluster algorithm fitness function, fitness function value is set to normatron tool power and actual hydraulic turbine mechanical output sum of square of deviations;
4) self-adaptation chaos and differential evolution particle cluster algorithm basic parameter are set, basic parameter comprises: the number N of particle, the maximal rate v of particle max, inertial factor ω, accelerator coefficient c 1and c 2, algorithm maximum iteration time T; In given range by the position x of N particle of logistic chaotic maps initialization iwith its speed v i, and make t=1; Chaos initialization formula is:
x i ( 1 ) = αx ( i - 1 ) ( 1 ) ( 1 - x ( i - 1 ) ( 1 ) ) v i ( 1 ) = αv ( i - 1 ) ( 1 ) ( 1 - v ( i - 1 ) ( 1 ) )
Wherein, α is controlling elements, i=1, and 2 ... N, x 0(1), v 0(1) be the random number between (0,1);
5) calculate the fitness function value of particle in colony, calculate the individual extreme value pbest of particle and the global extremum gbest of colony, and more speed and the position of new particle, its more new formula be:
v i ( t + 1 ) = ωv i ( t ) + c 1 r 1 [ pbest i ( t ) - x i ( t ) ] + c 2 r 2 [ gbest ( t ) - x i ( t ) ] x i ( t + 1 ) = x i ( t ) + v i ( t + 1 )
Wherein, r 1and r 2for the random number between (0,1);
6) calculate Colony fitness variance σ 2carry out the precocious judgement of particle, if fitness variances sigma 2be less than a certain threshold value, judge its precocity;
σ 2 = 1 N Σ i = 1 N ( f i - f avg f ) 2
F iit is the fitness of i particle; f avgit is population fitness average, f is fitness function value normalized factor, if be absorbed in earliness, the diversity that shows population is poor, utilizes differential evolution algorithm to carry out variation, intersect and select operation particle, realizes the evolution of particle, improve the diversity of population, the ability of searching optimum that strengthens population, prevents that algorithm is absorbed in local optimum, and differential evolution algorithm formula is as follows:
A i(t+1)=x i(t)+λ×(gbest(t)-x i(t))+F×(x j(t)-x k(t))
B i ( t + 1 ) = A i ( t + 1 ) rand ( 0,1 ) ≤ CR x i ( t ) rand ( 0,1 ) > CR
x i ( t + 1 ) = B i ( t + 1 ) , f ( B i ( t + 1 ) ) ≤ f ( x i ( t ) ) x i ( t ) , f ( B i ( t + 1 ) ) > f ( x i ( t ) )
Wherein, j, k is random integers, represents individual sequence number in population, and i ≠ j ≠ k; λ, F are mutagenic factor, and CR is for intersecting the factor, and rand (0,1) is the random number between (0,1), and f (x) is variable x fitness function;
7) whether check algorithm meets end condition, if t>T stops iteration, and output optimum solution, i.e. the water hammer time constant T that identification obtains w; Otherwise inertial factor ω adaptive change, re-executes step 5-7, and makes t=t+1.Inertial factor adaptive change formula:
ω = ω max - t × ( ω max - ω min ) T
ω max, ω minbe respectively inertial factor maximal value and minimum value.
CN201410048930.4A 2014-02-12 2014-02-12 Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization Pending CN103853881A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410048930.4A CN103853881A (en) 2014-02-12 2014-02-12 Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410048930.4A CN103853881A (en) 2014-02-12 2014-02-12 Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization

Publications (1)

Publication Number Publication Date
CN103853881A true CN103853881A (en) 2014-06-11

Family

ID=50861532

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410048930.4A Pending CN103853881A (en) 2014-02-12 2014-02-12 Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization

Country Status (1)

Country Link
CN (1) CN103853881A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104037776A (en) * 2014-06-16 2014-09-10 国家电网公司 Reactive power grid capacity configuration method for random inertia factor particle swarm optimization algorithm
CN105114242A (en) * 2015-07-22 2015-12-02 重庆邮电大学 Hydro governor parameter optimization method based on fuzzy self-adaptive DFPSO algorithm
CN106654319A (en) * 2016-12-27 2017-05-10 东南大学 Temperature modeling method for proton exchange membrane fuel cell (PEMFC) system based on variation particle swarm and differential evolution hybrid algorithm
CN106685290A (en) * 2017-03-15 2017-05-17 湘潭大学 Method for self-turning parameters of rotary speed controller of permanent magnet synchronous motor based on chaos molecule kinetic theory algorithm
CN107066712A (en) * 2017-03-31 2017-08-18 国家电网公司 Hydraulic turbine model parameter identification method and device based on guide vane opening-power characteristic
CN107609681A (en) * 2017-08-22 2018-01-19 西安建筑科技大学 A kind of more metal multiple target ore-proportioning methods based on APSO algorithm
CN108388120A (en) * 2018-02-12 2018-08-10 沈阳工业大学 A method of being used for chaos system parameter identification
CN108596943A (en) * 2018-05-17 2018-09-28 桂林电子科技大学 A kind of motion estimation algorithm based on chaos differential evolution population
CN108964021A (en) * 2018-06-25 2018-12-07 国网陕西省电力公司经济技术研究院 A kind of control method for the frequency modulation electric car capacity spatial and temporal distributions characteristic that networks
CN109947124A (en) * 2019-04-25 2019-06-28 南京航空航天大学 Improve particle swarm algorithm Optimization of Fuzzy PID unmanned helicopter attitude control method
CN110110380A (en) * 2019-04-11 2019-08-09 上海电力学院 A kind of piezo actuator Hysteresis Nonlinear modeling method and application
CN110210087A (en) * 2019-05-20 2019-09-06 中国科学院光电技术研究所 A kind of beam jitter model parameter real-time identification method based on particle swarm algorithm
CN110569541A (en) * 2019-08-01 2019-12-13 天津大学 Pipeline water hammer analysis method
CN110780592A (en) * 2019-10-21 2020-02-11 上海海事大学 Control method of six-degree-of-freedom platform based on differential evolution particle swarm algorithm
CN110850169A (en) * 2019-11-13 2020-02-28 南方电网科学研究院有限责任公司 Method and device for testing ultralow frequency phase frequency characteristic of water turbine speed regulating system
CN110970911A (en) * 2019-12-13 2020-04-07 四川省电力工业调整试验所 Control method for mutual superposition of AGC and primary frequency modulation in opening degree mode
CN111697576A (en) * 2020-06-23 2020-09-22 中国石油大学(华东) Detailed load equivalence method suitable for variable frequency air conditioner load
CN111932080A (en) * 2020-07-09 2020-11-13 上海威派格智慧水务股份有限公司 Early warning protection system and method applied to water service pipe network
CN112528431A (en) * 2020-12-02 2021-03-19 四川大学 Method for calculating optimal rotating speed of variable-speed mixed-flow water turbine based on similarity principle
CN115514008A (en) * 2022-10-24 2022-12-23 四川大学 New energy system online inertia configuration method based on average system frequency model

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104037776A (en) * 2014-06-16 2014-09-10 国家电网公司 Reactive power grid capacity configuration method for random inertia factor particle swarm optimization algorithm
CN105114242A (en) * 2015-07-22 2015-12-02 重庆邮电大学 Hydro governor parameter optimization method based on fuzzy self-adaptive DFPSO algorithm
CN105114242B (en) * 2015-07-22 2017-07-28 重庆邮电大学 The hydrogovernor parameter optimization method of DEPSO algorithms based on fuzzy self-adaption
CN106654319A (en) * 2016-12-27 2017-05-10 东南大学 Temperature modeling method for proton exchange membrane fuel cell (PEMFC) system based on variation particle swarm and differential evolution hybrid algorithm
CN106654319B (en) * 2016-12-27 2019-03-19 东南大学 A kind of PEMFC system temperature modeling method based on mutation particle swarm and differential evolution hybrid algorithm
CN106685290A (en) * 2017-03-15 2017-05-17 湘潭大学 Method for self-turning parameters of rotary speed controller of permanent magnet synchronous motor based on chaos molecule kinetic theory algorithm
CN106685290B (en) * 2017-03-15 2020-07-28 湘潭大学 Method for self-tuning of rotating speed controller parameters of permanent magnet synchronous motor based on chaotic molecular dynamics theory algorithm
CN107066712A (en) * 2017-03-31 2017-08-18 国家电网公司 Hydraulic turbine model parameter identification method and device based on guide vane opening-power characteristic
CN107066712B (en) * 2017-03-31 2020-02-18 国家电网公司 Water turbine model parameter identification method and device based on guide vane opening-power characteristics
CN107609681A (en) * 2017-08-22 2018-01-19 西安建筑科技大学 A kind of more metal multiple target ore-proportioning methods based on APSO algorithm
CN108388120A (en) * 2018-02-12 2018-08-10 沈阳工业大学 A method of being used for chaos system parameter identification
CN108596943A (en) * 2018-05-17 2018-09-28 桂林电子科技大学 A kind of motion estimation algorithm based on chaos differential evolution population
CN108964021A (en) * 2018-06-25 2018-12-07 国网陕西省电力公司经济技术研究院 A kind of control method for the frequency modulation electric car capacity spatial and temporal distributions characteristic that networks
CN108964021B (en) * 2018-06-25 2022-07-01 国网陕西省电力公司经济技术研究院 Method for controlling capacity space-time distribution characteristic of frequency-modulated electric vehicle capable of accessing network
CN110110380A (en) * 2019-04-11 2019-08-09 上海电力学院 A kind of piezo actuator Hysteresis Nonlinear modeling method and application
CN110110380B (en) * 2019-04-11 2023-07-04 上海电力学院 Piezoelectric actuator hysteresis nonlinear modeling method and application
CN109947124A (en) * 2019-04-25 2019-06-28 南京航空航天大学 Improve particle swarm algorithm Optimization of Fuzzy PID unmanned helicopter attitude control method
CN110210087A (en) * 2019-05-20 2019-09-06 中国科学院光电技术研究所 A kind of beam jitter model parameter real-time identification method based on particle swarm algorithm
CN110210087B (en) * 2019-05-20 2022-11-11 中国科学院光电技术研究所 Light beam jitter model parameter real-time identification method based on particle swarm optimization
CN110569541A (en) * 2019-08-01 2019-12-13 天津大学 Pipeline water hammer analysis method
CN110780592A (en) * 2019-10-21 2020-02-11 上海海事大学 Control method of six-degree-of-freedom platform based on differential evolution particle swarm algorithm
CN110850169B (en) * 2019-11-13 2021-12-14 南方电网科学研究院有限责任公司 Method and device for testing ultralow frequency phase frequency characteristic of water turbine speed regulating system
CN110850169A (en) * 2019-11-13 2020-02-28 南方电网科学研究院有限责任公司 Method and device for testing ultralow frequency phase frequency characteristic of water turbine speed regulating system
CN110970911A (en) * 2019-12-13 2020-04-07 四川省电力工业调整试验所 Control method for mutual superposition of AGC and primary frequency modulation in opening degree mode
CN111697576A (en) * 2020-06-23 2020-09-22 中国石油大学(华东) Detailed load equivalence method suitable for variable frequency air conditioner load
CN111932080A (en) * 2020-07-09 2020-11-13 上海威派格智慧水务股份有限公司 Early warning protection system and method applied to water service pipe network
CN112528431A (en) * 2020-12-02 2021-03-19 四川大学 Method for calculating optimal rotating speed of variable-speed mixed-flow water turbine based on similarity principle
CN112528431B (en) * 2020-12-02 2022-11-18 四川大学 Method for calculating optimal rotating speed of variable-speed mixed-flow water turbine based on similarity principle
CN115514008A (en) * 2022-10-24 2022-12-23 四川大学 New energy system online inertia configuration method based on average system frequency model
CN115514008B (en) * 2022-10-24 2024-04-16 四川大学 New energy system online inertia configuration method based on average system frequency model

Similar Documents

Publication Publication Date Title
CN103853881A (en) Water turbine parameter identification method based on self-adaptive chaotic and differential evolution particle swarm optimization
CN101520652B (en) Method for evaluating service reliability of numerical control equipment
CN109460566A (en) A kind of pneumatic Robust Optimal Design method of pneumatic equipment bladess inside thick wing type
CN102486833B (en) Method for predicting efficiency and detecting fault of device
CN102705303B (en) Fault location method based on residual and double-stage Elman neural network for hydraulic servo system
CN107066712B (en) Water turbine model parameter identification method and device based on guide vane opening-power characteristics
CN104533701A (en) Automatic setting method for control parameters of water turbine speed regulating system
CN104504292A (en) Method for predicting optimum working temperature of circulating fluidized bed boiler based on BP neural network
CN105673322B (en) Realize the variable element Nonlinear Feedback Control Method of wind energy conversion system MPPT controls
CN105138717A (en) Transformer state evaluation method by optimizing neural network with dynamic mutation particle swarm
CN103488869A (en) Wind power generation short-term load forecast method of least squares support vector machine
CN108121215B (en) Process control loops method of evaluating performance and device based on full loop reconstruct emulation
CN108763831A (en) A kind of pump turbine PARAMETERS IN THE LINEAR MODEL discrimination method
CN103529698A (en) Method for distinguishing parameter of power generator speed regulating system
CN104331572A (en) Wind power plant reliability modeling method considering correlation between air speed and fault of wind turbine generator
CN104933483A (en) Wind power forecasting method dividing based on weather process
CN103065202A (en) Wind power plant ultrashort term wind speed prediction method based on combination kernel function
CN106370059A (en) Random quick smooth second-order sliding mode terminal guidance method
CN109787251A (en) A kind of cluster temperature control Load aggregation model, Parameter identification and counter push away control method
CN110162895A (en) A kind of two stage high energy efficiency ship form optimization design method
CN106681133A (en) Method for identifying hydroelectric generating set model improved type subspace closed loop
CN102707617A (en) Method for realizing fuzzy PID (Proportion Integration Differentiation) ActiveX control
CN107061032A (en) The Forecasting Methodology and forecasting system of a kind of engine operating state
CN111720271B (en) Intelligent method for online prediction of load of wind turbine generator and wind turbine generator
CN105956318A (en) Improved splitting H-K clustering method-based wind power plant fleet division method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140611