CN111276977A - Power shortage prediction method after power system disturbance - Google Patents

Power shortage prediction method after power system disturbance Download PDF

Info

Publication number
CN111276977A
CN111276977A CN202010232398.7A CN202010232398A CN111276977A CN 111276977 A CN111276977 A CN 111276977A CN 202010232398 A CN202010232398 A CN 202010232398A CN 111276977 A CN111276977 A CN 111276977A
Authority
CN
China
Prior art keywords
power shortage
power
lstm
model
prediction model
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
CN202010232398.7A
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.)
Fujian Huadian Wan'an Energy Co Ltd
Original Assignee
Fujian Huadian Wan'an Energy Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujian Huadian Wan'an Energy Co Ltd filed Critical Fujian Huadian Wan'an Energy Co Ltd
Priority to CN202010232398.7A priority Critical patent/CN111276977A/en
Publication of CN111276977A publication Critical patent/CN111276977A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J3/00Circuit arrangements for ac mains or ac distribution networks
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J3/00Circuit arrangements for ac mains or ac distribution networks
    • H02J3/24Arrangements for preventing or reducing oscillations of power in networks
    • HELECTRICITY
    • H02GENERATION; CONVERSION OR DISTRIBUTION OF ELECTRIC POWER
    • H02JCIRCUIT ARRANGEMENTS OR SYSTEMS FOR SUPPLYING OR DISTRIBUTING ELECTRIC POWER; SYSTEMS FOR STORING ELECTRIC ENERGY
    • H02J3/00Circuit arrangements for ac mains or ac distribution networks
    • H02J3/38Arrangements for parallely feeding a single network by two or more generators, converters or transformers
    • H02J3/46Controlling of the sharing of output between the generators, converters, or transformers
    • H02J3/48Controlling the sharing of the in-phase component

Landscapes

  • Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Supply And Distribution Of Alternating Current (AREA)

Abstract

The invention relates to a power shortage prediction method after power system disturbance, which comprises the following steps: step S1, when the frequency of the power system is reduced, the corresponding input characteristic quantity is collected by using a self-adaptive power shortage physical computation model; s2, generating a sample in an actual power grid, standardizing data to obtain a training sample S3, constructing an LSTM prediction model and an LSTM prediction model, inputting the training sample into the prediction model for training and learning, and adjusting parameters of the prediction model to obtain an LSTM predicted power shortage model; step S4, input characteristic quantity is input to a trained LSTM predicted power shortage model for testing after being standardized, and a standardized predicted power shortage value is obtained; and step S5, performing anti-standardization processing according to the obtained standardized power shortage predicted value to obtain the power shortage predicted value. The method can quickly and accurately predict the power shortage after the disturbance of the power system and provide guidance information for the follow-up self-adaptive low-frequency load shedding control.

Description

Power shortage prediction method after power system disturbance
Technical Field
The invention belongs to the technical field of power systems, and particularly relates to a power shortage prediction method after a power system is disturbed.
Background
The power shortage is an important characteristic quantity in the low-frequency load shedding control. The severity of the fault and the chain reaction possibly brought by the fault can be known through predicting the power shortage after the frequency disturbance, and a key guiding effect is played on the load shedding amount of the low-frequency load shedding control. And by combining a deep learning algorithm, analyzing and processing the key characteristic quantity after the fault and performing regression prediction, and a new method is provided for a self-adaptive low-frequency load shedding scheme based on response information.
Disclosure of Invention
In view of this, the present invention provides a power shortage prediction method after a power system disturbance, which only needs frequency and active information of a load side, and can predict a power shortage after an actual power grid disturbance according to an LSTM power shortage prediction model after a frequency disturbance fault occurs in the power system.
In order to achieve the purpose, the invention adopts the following technical scheme:
a power shortage prediction method after power system disturbance comprises the following steps:
step S1, when the frequency of the power system is reduced, the corresponding input characteristic quantity is collected by using a self-adaptive power shortage physical computation model;
step S2, generating samples in the actual power grid, and standardizing the data to obtain training samples
Step S3, constructing an LSTM prediction model and an LSTM prediction model, inputting training samples into the prediction model for training and learning, and adjusting parameters of the prediction model to obtain an LSTM prediction power shortage model;
step S4, input characteristic quantity is input to a trained LSTM predicted power shortage model for testing after being standardized, and a standardized predicted power shortage value is obtained;
and step S5, performing anti-standardization processing according to the obtained standardized power shortage predicted value to obtain the power shortage predicted value.
Further, when the frequency reduction disturbance occurs to the power system, the power shortage includes two parts, namely unbalanced power and active power shortage caused by voltage deviation, and the self-adaptive physical calculation method of the power shortage is as follows:
Figure BDA0002429670530000021
in the formula:
Figure BDA0002429670530000022
the change rate of the center frequency of inertia in the system;
Figure BDA0002429670530000023
are respectively t1And t2The rate of change of the moment of inertia center frequency;
Figure BDA0002429670530000024
is t1And t2The moment load has the real power.
Figure BDA0002429670530000025
The load before the disturbance occurrence moment has active power;
Figure BDA0002429670530000026
and T is the load active power at the T moment after the disturbance occurs. The input characteristic quantity comprises load frequency and load active information as input characteristic quantity.
Further, the step S2 is specifically: the data were normalized by z-score using the following formula
Figure BDA0002429670530000027
In the formula: μ is the mean of the sample data and σ is the standard deviation of the sample data.
Further, the LSTM prediction model specifically includes:
ft=σ(Wxfxt+Whfht-1+Wcfct-1+bf)
it=σ(Wxixt+Whiht-1+Wcict-1+bi)
ot=σ(Wxoxt+Whoht-1+Wcoct-1+bo)
ct=ftct-1+ittanh(Wxcxt+Whcht-1+bc)
ht=ottanh(ct)
in the formula: x is the number oftInputting a state for the current moment; f. oftInputting the current moment for the forgotten door; h istIs the output of the LSTM unit at the current moment; otOutputting for the output gate at the current moment; c. CtThe state of the memory unit at the current moment is memorized; wxi、Wxf、WxoAnd WxcIs xtA correlated weight matrix; whi、Whf、WhoAnd WhcIs htThe correlation weight matrix of (a); wci、WcfAnd WcoIs ctThe relative weight value of (a); bi、bf、boAnd bcIs the associated offset.
Further, the denormalization is shown as follows:
X=X*×σ+μ
in the formula: μ is the mean of the sample data, σ is the standard deviation of the sample data, X*To normalize the data.
Compared with the prior art, the invention has the following beneficial effects:
the method only needs the frequency and active information of the load side, and can predict the power shortage of the actual power grid after disturbance according to the LSTM power shortage prediction model after the frequency disturbance fault of the power system occurs. When the power system lacks a perfect communication device and a perfect control center, the power shortage of the system can be quickly and accurately output by depending on the information of the load side, important guiding information is provided for the follow-up self-adaptive low-frequency load shedding control, the frequency is effectively prevented from further collapse, and the important role is played in the safe and stable control of the power system.
Drawings
FIG. 1 is a diagram of IEEE39 nodes in one embodiment of the invention;
fig. 2 is a schematic diagram of the mechanism of the LSTM base unit in one embodiment of the invention.
Detailed Description
The invention is further explained below with reference to the drawings and the embodiments.
Referring to fig. 1, in the present embodiment, an IEEE-39 node expansion system is selected, and the IEEE-39 node system is a 10-machine system. Removing in-system balancing machine G2And a generator G of large inertia10Each of the remaining eight generators is developed into three generators Gi-1、Gi-2、Gi-3(i is 1,3,4,5,6,7,8,9), the output of the three generators is the same.
3 generators in the expanded generators are cut off at the same time in each fault disturbance setting, and the generators are combined to generate in a common energy mode
Figure BDA0002429670530000042
And simulating the possible generator disturbance fault of the system by using the sample. The simulation time length is 100 cycles each time, the time length is 0.02s when one cycle is carried out, 2s are total, the machine cutting amount disturbance is set when the 5 th cycle is carried out, and 3 generators are cut simultaneously.
Can generate C3 in simulation3×82024 samples, 1600 samples were randomly selected for training, and 400 samples were randomly drawn for testing for the remaining 424 samples.
The input characteristic quantity of the LSTM prediction model is load frequency deviation and load active information of a time period of 0s-2s, and the predicted time is the power shortage of the time period. The Root Mean Square Error (RMSE) for this scenario, trained with the LSTM algorithm, RNN algorithm, and conventional BP neural network, using 1600 training samples and 400 test sample sets is shown in the table below.
TABLE 1
Figure BDA0002429670530000041
At the moment of power disturbance, namely before and after the 5 th cycle, the predicted value of the power shortage deviates from the actual value by a certain amount. But after the perturbation occurs for 0.2s, the predicted value can approach the actual value.
The above description is only a preferred embodiment of the present invention, and all equivalent changes and modifications made in accordance with the claims of the present invention should be covered by the present invention.

Claims (5)

1. A power shortage prediction method after power system disturbance is characterized by comprising the following steps:
step S1, when the frequency of the power system is reduced, the corresponding input characteristic quantity is collected by using a self-adaptive power shortage physical computation model;
step S2, generating samples in the actual power grid, and standardizing the data to obtain training samples
Step S3, constructing an LSTM prediction model and an LSTM prediction model, inputting training samples into the prediction model for training and learning, and adjusting parameters of the prediction model to obtain an LSTM prediction power shortage model;
step S4, input characteristic quantity is input to a trained LSTM predicted power shortage model for testing after being standardized, and a standardized predicted power shortage value is obtained;
and step S5, performing anti-standardization processing according to the obtained standardized power shortage predicted value to obtain the power shortage predicted value.
2. The method of claim 1, wherein the input characteristic quantities comprise load frequency and load active information as input characteristic quantities.
3. The method for predicting the power shortage after the disturbance of the power system as claimed in claim 1, wherein the step S2 specifically comprises: the data were normalized by z-score using the following formula
Figure FDA0002429670520000011
In the formula: μ is the mean of the sample data and σ is the standard deviation of the sample data.
4. The method for predicting the power shortage after the disturbance of the power system as claimed in claim 1, wherein the LSTM prediction model specifically comprises:
ft=σ(Wxfxt+Whfht-1+Wcfct-1+bf)
it=σ(Wxixt+Whiht-1+Wcict-1+bi)
ot=σ(Wxoxt+Whoht-1+Wcoct-1+bo)
ct=ftct-1+ittanh(Wxcxt+Whcht-1+bc)
ht=ottanh(ct)
in the formula: x is the number oftInputting a state for the current moment; f. oftInputting the current moment for the forgotten door; h istIs the output of the LSTM unit at the current moment; otOutputting for the output gate at the current moment; c. CtThe state of the memory unit at the current moment is memorized; wxi、Wxf、WxoAnd WxcIs xtA correlated weight matrix; whi、Whf、WhoAnd WhcIs htThe correlation weight matrix of (a); wci、WcfAnd WcoIs ctThe relative weight value of (a); bi、bf、boAnd bcIs the associated offset.
5. The method of claim 1, wherein the denormalization is expressed by the following formula:
X=X*×σ+μ
in the formula: μ is the mean of the sample data, σ is the standard deviation of the sample data, X*To normalize the data.
CN202010232398.7A 2020-03-28 2020-03-28 Power shortage prediction method after power system disturbance Pending CN111276977A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010232398.7A CN111276977A (en) 2020-03-28 2020-03-28 Power shortage prediction method after power system disturbance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010232398.7A CN111276977A (en) 2020-03-28 2020-03-28 Power shortage prediction method after power system disturbance

Publications (1)

Publication Number Publication Date
CN111276977A true CN111276977A (en) 2020-06-12

Family

ID=71004011

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010232398.7A Pending CN111276977A (en) 2020-03-28 2020-03-28 Power shortage prediction method after power system disturbance

Country Status (1)

Country Link
CN (1) CN111276977A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508061A (en) * 2011-10-22 2012-06-20 东北电力大学 Power shortage estimation method based on wide area phasor measurement system
CN102842904A (en) * 2012-07-30 2012-12-26 东南大学 Micro-grid collaborative frequency control method based on power shortage prediction and distribution
US20180336452A1 (en) * 2017-05-22 2018-11-22 Sap Se Predicting wildfires on the basis of biophysical indicators and spatiotemporal properties using a long short term memory network
CN110298501A (en) * 2019-06-21 2019-10-01 河海大学常州校区 Electric load prediction technique based on long Memory Neural Networks in short-term
CN110472373A (en) * 2019-09-11 2019-11-19 西南交通大学 A kind of dynamic frequency after Power System Disturbances estimates measurement method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508061A (en) * 2011-10-22 2012-06-20 东北电力大学 Power shortage estimation method based on wide area phasor measurement system
CN102842904A (en) * 2012-07-30 2012-12-26 东南大学 Micro-grid collaborative frequency control method based on power shortage prediction and distribution
US20180336452A1 (en) * 2017-05-22 2018-11-22 Sap Se Predicting wildfires on the basis of biophysical indicators and spatiotemporal properties using a long short term memory network
CN110298501A (en) * 2019-06-21 2019-10-01 河海大学常州校区 Electric load prediction technique based on long Memory Neural Networks in short-term
CN110472373A (en) * 2019-09-11 2019-11-19 西南交通大学 A kind of dynamic frequency after Power System Disturbances estimates measurement method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
陆继翔 等: "基于CNN-LSTM混合神经网络模型的短期负荷预测方法" *

Similar Documents

Publication Publication Date Title
CN110232203B (en) Knowledge distillation optimization RNN short-term power failure prediction method, storage medium and equipment
CN102074955B (en) Method based on knowledge discovery technology for stability assessment and control of electric system
WO2019011015A1 (en) Method and device for service scheduling
Zhang et al. Application of simulated annealing genetic algorithm-optimized back propagation (BP) neural network in fault diagnosis
CN110417011A (en) A kind of online dynamic secure estimation method based on mutual information Yu iteration random forest
CN110826784B (en) Method and device for predicting energy use efficiency, storage medium and terminal equipment
CN114006370B (en) Power system transient stability analysis and evaluation method and system
CN104734870A (en) Software fault spreading method based on cellular automaton
Guo et al. On-line prediction of transient stability using decision tree method—Sensitivity of accuracy of prediction to different uncertainties
CN113784380A (en) Topology prediction method adopting graph attention network and fusion neighborhood
Gong et al. Transient stability assessment of electric power system based on voltage phasor and cnn-lstm
CN108665002A (en) A kind of two classification task label noises tolerance grader learning method
CN104731709A (en) Software defect predicting method based on JCUDASA_BP algorithm
CN111276977A (en) Power shortage prediction method after power system disturbance
CN115589613A (en) Abnormal network index early warning method and device, communication network and storage medium
CN116822375A (en) Training method and device for expansion force prediction model of battery cell
Zhu et al. Prediction accuracy improvement of passive optical network traffic by a LSTM model with a new activation function
CN113435575B (en) Gate graph neural network transient stability evaluation method based on unbalanced data
CN105470949B (en) Consider the complicated distribution network reliability evaluation method for turning to supply
CN112651628A (en) Power system transient stability evaluation method based on capsule neural network
CN111628531A (en) Data driving method for static voltage stability evaluation of power system
CN113054653A (en) Power system transient stability evaluation method based on VGGNet-SVM
Chen et al. A Method of Frequency Security Margin Index Prediction of Post-disturbance Power System Based on Classification and Regression Model of XGBoost Algorithm
Mu et al. Memristor-based Echo State Network and Prediction for Time Series
Li et al. A BPNN-based traffic anomaly detection method for remote managements of optical fiber cores

Legal Events

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