CN104361159A - Time-space parallel simulation method for transient stability of large-scale power system - Google Patents

Time-space parallel simulation method for transient stability of large-scale power system Download PDF

Info

Publication number
CN104361159A
CN104361159A CN201410601827.8A CN201410601827A CN104361159A CN 104361159 A CN104361159 A CN 104361159A CN 201410601827 A CN201410601827 A CN 201410601827A CN 104361159 A CN104361159 A CN 104361159A
Authority
CN
China
Prior art keywords
time
straight
flow system
dcr
current
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
CN201410601827.8A
Other languages
Chinese (zh)
Inventor
江涵
张爽
陈德扬
张星
徐得超
李亚楼
高峰
张军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
Electric Power Research Institute of State Grid Ningxia Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
Electric Power Research Institute of State Grid Ningxia Electric Power 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 State Grid Corp of China SGCC, China Electric Power Research Institute Co Ltd CEPRI, Electric Power Research Institute of State Grid Ningxia Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201410601827.8A priority Critical patent/CN104361159A/en
Publication of CN104361159A publication Critical patent/CN104361159A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation

Abstract

The invention provides a time-space parallel simulation method for the transient stability of a large-scale power system. The method comprises the following steps: establishing a model for an alternating current-direct current system; performing space decoupling on the alternating current-direct current system, and performing time decoupling on a direct current system; performing parallel simulation calculation on the alternating current-direct current system. The method disclosed by the invention uses a CPU/GPU (central processing unit/graphic processing unit) heterogeneous platform to realize the transient simulation of a large-scale alternating current-direct current interconnected power system, according to the independence of the alternating-current system and the direct-current system on the space and the characteristic that the alternating-current system and the direct-current system are easy to decouple in an electrical respect, a calculation task corresponding to the alternating-current system is assigned to a CPU, a calculation task corresponding to the direct-current system is assigned to a GPU, and parallelism on the space is realized; a traveling time window technique is used, the waste of GPU calculation resources is avoided, and the utilization efficiency of the GPU is improved.

Description

A kind of large-scale electrical power system transient stability time and space parallel simulation method
Technical field
The present invention relates to a kind of emulation mode, be specifically related to a kind of large-scale electrical power system transient stability time and space parallel simulation method.
Background technology
The task of multilayer output feedback network judges that electric system suffers comparatively after large disturbances by numerical computation method, and whether each generator can continue to keep synchronous operation.The electric system large disturbances that usual needs are considered comprises:
1, the unexpected change of load, the input of such as large-capacity user and cutting out;
2, to cut out or the main element of input coefficient, as generator, transformer or circuit;
3, be short-circuited fault.
Along with the development of power industry, interconnected more tight between electrical network, China's electrical network is forming extensive alternating current-direct current interconnecting electric power network.After the popularization of interconnected network, higher requirement be it is also proposed to the transient stability simulation velocity of ac and dc systems.Therefore the Study on Parallel Algorithm of multilayer output feedback network has practical significance.At present under parallel computation frame, three aspects are mainly paid close attention in simulation study:
1, straight-flow system Modeling Calculation method;
2, the interface between straight-flow system and AC system;
3, parallel computation hardware and software platform.
According to the level of detail to DC line and DC control simulation, modeling method can be divided into response model, detailed model and electrical-magnetic model.
The computing platform of transient stability has CPU, GPU, FPGA etc.Wherein, CPU is as traditional general-purpose computations processor, and monokaryon ability is strong, be applicable to various types of calculation task, but the core amounts comprised is usually few; GPU (GraphicProcessing Unit) is that a class is specifically designed to process graphical data, as a kind of more late device entering general-purpose computations field, has processor check figure numerous compared with CPU, and thread distributes and destroys feature rapidly.But its logic processing capability is relatively weak, be more applicable to Data-intensive computing.In recent years, GPU is also more and more general as a kind of way of the stream handle towards general-purpose computations.GPU may be used for multiple parallel computation task, such as Molecular Dynamics Calculation.They are very applicable to the very large calculating of data input and output amount.A large amount of data make GPU can utilize the vector calculation unit of GPU or the structure of single instruction multiple data fully.Calculating based on GPU has played increasing effect in large-scale calculating, in ten the strongest in the world supercomputers, has three advantages that all make use of GPU.The heterogeneous platform be made up of CPU and GPU, can merge the advantage of two kinds of processors, has higher computing power, but also requires that developer proposes the parallel algorithm of applicable this new platform.
In large-scale alternating current-direct current network system, the independence of straight-flow system itself is comparatively strong, easily divides out separately from whole system.Therefore in conjunction with ac and dc systems simulated properties, the AC portion in network system and direct current component can be divided and come, by its distribution of computation tasks on CPU and GPU of heterogeneous platform.Use CPU to calculate AC system part, use GPU to calculate straight-flow system part.Meanwhile, interacting between multiple straight-flow system is also relatively little, has higher natural concurrency.After considering the feature of direct current detailed model, by the time-domain-simulation task of straight-flow system according to time step divide, form the form of streamline, the powerful calculating ability of GPU can be made full use of, effectively improve the simulation calculation speed of straight-flow system.
Streamline refers to a kind of data processing method formed according to following rule, and the output of an element equals the input of another one.Article one, the element on streamline is often executed in parallel, according to the time mark off area dividing place.Many streamlines fully can expose the concurrency of tasks carrying, improve the utilization ratio of processor computational resource.
Transient stability problem refers to electric system and suffers comparatively after large disturbances, and whether each generator can continue the problem keeping synchronous operation.After multilayer output feedback network is and utilizes numerical computation method research to suffer disturbance, the change of system indices.
Parallel computation is a kind of calculating simultaneously can carrying out the multi-task.Its basic concept is that large problem usually can be divided into little problem, and these little problems can solve usually simultaneously.Parallel computation has various ways: bit-parallel, instruction level parallelism, data and tasks in parallel.Parallel computation has had applicating history for many years at high-performance computing sector.At civil area, due to the restriction of single core processor performance, the importance of parallel computation is also more and more paid attention to.
Summary of the invention
In order to overcome above-mentioned the deficiencies in the prior art, the invention provides a kind of large-scale electrical power system transient stability time and space parallel simulation method, independent based on large-scale electrical power system ac and dc systems space distribution, electrical relation is easy to the feature of decoupling zero, carried out on CPU by AC system partial simulation calculation task, it is parallel that straight-flow system partial simulation calculation task uses stream mode to realize on GPU; Utilize data transmission between heterogeneous platform CPU and GPU can the feature of asynchronous execution, open the calculating data transmission between multiple current control DC-AC system.
In order to realize foregoing invention object, the present invention takes following technical scheme:
The invention provides a kind of large-scale electrical power system transient stability time and space parallel simulation method, said method comprising the steps of:
Step 1: set up ac and dc systems model;
Step 2: carry out spatially decoupled to ac and dc systems, and Time Decoupling is carried out to straight-flow system;
Step 3: ac and dc systems parallel artificial calculates.
In described step 1, ac and dc systems model comprises AC system dynamic model, straight-flow system model and alterating and direct current pessimistic concurrency control;
Described AC system dynamic model comprises generator model, excitation system model and primemover system model; Described straight-flow system model comprises direct current cables model, DC control system model and transverter model.
Described direct current cables model adopts T-shaped model, and the dynamic equation that direct current cables model is corresponding is as follows:
I · dcr = ( V dcr - V c - 0.5 R dc I dcr ) / ( L sr + L line / 2 )
I · dcr = ( - V dci + V c - 0.5 R dc I dci ) / ( L si + L line / 2 )
V · c = I c / C cap = ( I dcr - I dci ) / C cap
Wherein, V dcrfor the DC voltage of rectification side, V dcifor the DC voltage of inverter side; I dcrfor rectification side obtains DC current, I dcifor the DC current of inverter side; V cand I cfor capacitance voltage and electric current; R dc, L lineand C capbe respectively direct current cables resistance, inductance and electric capacity; L srfor rectification side smoothing reactor inductance, L sifor inverter side smoothing reactor inductance.
Described DC control system model is divided into main control level and pole controlled stage from top to bottom;
Described main control level comprises urgent power controller, changes DC current or value and power reference when the connected AC system voltage of straight-flow system or frequency generation larger fluctuation;
Described pole controlled stage is divided into following three links:
1) current limiting low-voltage controller: it is input as the current reference value of main control level setting, when DC voltage is too low, limits the current reference value of this setting, and current reference value is inputed to current gain controller;
2) current gain controller: the current reference value that current limiting low-voltage controller inputs is converted to Trigger Angle reference value by it, exports to gamma kick device;
3) gamma kick device: Trigger Angle reference value is converted to actual trigger pulse.
Described transverter model is transverter quasi steady state model, is expressed as:
V dcr = N [ 3 2 T r π T tap V adcr cos α - 3 X c I dcr π - 2 R c I dcr ]
cos ( δ + α ) = cos α - 2 T tap I dcr X c T r V adcr
P acr = N 18 T r 2 π T tap I dcr V adcr [ cos α + cos ( α + δ ) ]
I adcr = P dcr V adcrx + Q dcr V adcry V adcrx 2 + V adcry 2 + j P dcr V adcry - Q dcr V adcrx V adcrx 2 + V adcry 2
Wherein, V dcrand I dcrbe respectively DC voltage and the DC current of rectification side, N is series rectifier bridge number, T tapfor rectification side load tap changer position, I adcrfor rectification side injects AC system electric current, V adcrfor rectification side transformer alternating side voltage, V adcrxand V adcrybe respectively rectification side transformer alternating side voltage real part and imaginary part, X cand R cbe respectively rectification side transformer reactance and resistance, α is rectification side Trigger Angle, and δ is commutation overlap angle, T rfor the basic no-load voltage ratio of rectification side transformer, P acrand Q acrbe respectively active power and the reactive power of rectification side absorption, for power-factor angle.
In described step 2, spatially decoupled detailed process carried out to the ac and dc systems set up as follows:
AC system dynamic model expression is:
x · ac = f ( x ac , V ac )
Wherein, x acand V acbe respectively AC system state variable and exchange node voltage vector with pure;
Straight-flow system model representation is:
x · dc = H ( x dc , V adc )
Wherein, x dcand V adcbe respectively the node voltage vector at straight-flow system state variable and straight-flow system incoming transport system place;
Alterating and direct current pessimistic concurrency control is expressed as:
0=I-Y NV
Wherein, I is ac and dc systems node Injection Current, and it comprises V is ac and dc systems node voltage, Y nfor network admittance matrix;
Due to AC system state variable and straight-flow system state variable separate, and be associated by network equation, decoupling zero is carried out according to AC system and straight-flow system position relationship spatially, straight-flow system adopts Norton equivalent access ac and dc systems electricity grid network, dispose AC system part at CPU and calculate data, i.e. variable initial value and parameter value in AC system dynamic equation and network equation, GPU disposes straight-flow system part and calculates data, i.e. variable initial value and parameter value in straight-flow system dynamic equation.
In described step 2, carry out Time Decoupling to straight-flow system, detailed process is as follows:
Subscript is omitted to straight-flow system dynamic equation, the direct current differential equation can be obtained, have:
x · = H ( x , V )
At interchange integration step h acin, the method that when the direct current differential equation adopts single, step order solves, calculates h ac/ h dcstep, wherein h dcfor d.c. integration step-length; Use hiding-trapezium integral method, if subscript n represents t, n+1 represents t+h acin the moment, the differencing equation of the direct current differential equation is:
x n = x n - 1 + h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ] , n = 1 , . . . , h ac / h dc
Wherein, x nfor the state variable of straight-flow system t, x n-1for straight-flow system t-h acthe state variable in moment, V nfor the node voltage vector at straight-flow system t incoming transport system place, V n-1for straight-flow system t-h acthe node voltage vector at incoming transport system place;
Definition intermediate vector R n, it is expressed as:
R n = x n - x n - 1 - h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ]
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
R n k - 1 = - JΔ x n k
Wherein, k is iterations, be straight-flow system state variable difference in twice iteration, J is the Jacobian matrix of kth time iteration in Newton-Raphson approach, be expressed as with J:
Δ x n k = x n k - x n k - 1
J = ∂ R n ∂ x n | x n = x n k - 1
Wherein, for the state variable of straight-flow system t in kth time iteration, for the state variable of straight-flow system t in kth-1 iteration;
So obtain wherein V 0for step gained magnitude of voltage during a upper interchange.
Described step 3 specifically comprises the following steps:
Step 3-1: ac and dc systems carries out initialization, adopt OpenMP multithreading on CPU, open two threads, be respectively thread A and thread B, thread A completes the relevant calculating of AC system on CPU, thread B for control GPU, to GPU allocating task, sending controling instruction; Then ac and dc systems enters time-domain-simulation process, according to the propelling of time, calculates ac and dc systems state variable corresponding to each moment, arranges emulation moment t=0, if advance step-length to be a h of step when exchanging ac;
Step 3-2: exchange frontier point voltage and current value between AC system and straight-flow system;
Step 3-3: the implicit trapezoidal rule method adopting alternating iteration, the CPU in heterogeneous platform calculates AC system state variable;
Step 3-4: the calculating completing multiple straight-flow system state variable on the GPU of heterogeneous platform, specifically comprises the following steps:
Step 3-4-1: judged whether many DC line, if so, then opens multiple GPU and flows, each stream calculation DC line; If not, then a GPU stream is only used;
Step 3-4-2: each DC line uses the time pipeline parallel method method in conjunction with Moving Window to calculate, and in conjunction with magnitude of voltage, judges the number of streamline;
Step 3-4-3: after calculating convergence, calculates the electric current that straight-flow system injects AC system;
Step 3-5: after the whole DC line Injection Current of acquisition, arranges emulation moment t=t+h ac, enter subsequent time;
Step 3-6: repeat step 3-1 to step 3-4, until emulation terminates.
In described step 3-4-2, be multiple time window by this emulation Time segments division, and each time window comprise n wwalk time individual, multiple time window calculates in order, but in each time window, the calculation task walked is assembled into the form of streamline, realizes parallel computation time multiple;
For time window 1, n wthe difference equation that time individual, step is corresponding is:
R 1 R 2 · · · R n w = x 1 - x 0 - h dc 2 [ H ( x 1 , V 1 ) + H ( x 0 , V 0 ) ] x 2 - x 1 - h dc 2 [ H ( x 2 , V 2 ) + H ( x 1 , V 1 ) ] · · · x n w - x n w - 1 - h dc 2 [ H ( x n w , V n w ) + H ( x n w - 1 , V n w - 1 ) ] = 0 0 · · · 0
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
Wherein: J n , n - 1 k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , J n , n k - 1 = ∂ R n ∂ x n | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , n = 1 , . . . , n w ;
For the n in time window wwalk time individual, in the first iteration, when streamline P1 carries out, walk the first time iterative of 1, during acquisition, walk the state variable of 1 in second time iteration, when streamline P2 carries out walk 2 first time iterative with the second time iterative walking 1 in time; The like, realize the Parallel implementation to step time whole in actual time window; Solution formula is:
Δ x n k = - ( J n , n * k - 1 ) - 1 R n k - 1 , n = 1 - ( J n , n * k - 1 ) - 1 [ R n k - 1 + J n , n - 1 * k Δ x n - 1 k ] , n = 2 , . . . , n w
Wherein, J n , n - 1 * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 , J n , n * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 .
Compared with prior art, beneficial effect of the present invention is:
1, CPU/GPU heterogeneous platform is adopted to achieve the transient emulation of extensive alternating current-direct current interconnected electric power system.
2, according to the feature of AC system and straight-flow system independence spatially and its easy decoupling zero in electric, by distribution of computation tasks corresponding for AC system on CPU, by distribution of computation tasks corresponding for straight-flow system on GPU, walking abreast on implementation space.
3, for the mutual independently feature of multiple straight-flow system, the calculation task of its correspondence is realized on GPU temporal parallel.
4, for the transient emulation of straight-flow system, its calculation task is divided into time window, is assembled into the form of many streamlines, utilize in multi-core parallel concurrent process time window of GPU each time step calculation task.
5, adopt the technology of moving time-window, avoid the waste of GPU computational resource, improve the utilization ratio of GPU.
Accompanying drawing explanation
Fig. 1 is large-scale electrical power system transient stability time and space parallel simulation method process flow diagram in the embodiment of the present invention;
Fig. 2 is direct current cables model schematic in the embodiment of the present invention;
Fig. 3 is DC control system model schematic in the embodiment of the present invention;
Fig. 4 is transverter model schematic in the embodiment of the present invention;
Fig. 5 is time window sequence diagram in the embodiment of the present invention;
Fig. 6 is streamline and Moving Window schematic diagram in the embodiment of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the present invention is described in further detail.
As Fig. 1, the invention provides a kind of large-scale electrical power system transient stability time and space parallel simulation method, said method comprising the steps of:
Step 1: set up ac and dc systems model;
Step 2: carry out spatially decoupled to ac and dc systems, and Time Decoupling is carried out to straight-flow system;
Step 3: ac and dc systems parallel artificial calculates.
In described step 1, ac and dc systems model comprises AC system dynamic model, straight-flow system model and alterating and direct current pessimistic concurrency control;
Described AC system dynamic model comprises generator model, excitation system model and primemover system model; Described straight-flow system model comprises direct current cables model, DC control system model and transverter model.
As Fig. 2, described direct current cables model adopts T-shaped model, and the dynamic equation that direct current cables model is corresponding is as follows:
I · dcr = ( V dcr - V c - 0.5 R dc I dcr ) / ( L sr + L line / 2 ) - - - ( 1 )
I · dcr = ( - V dci + V c - 0.5 R dc I dci ) / ( L si + L line / 2 ) - - - ( 2 )
V · c = I c / C cap = ( I dcr - I dci ) / C cap - - - ( 3 )
Wherein, V dcrfor the DC voltage of rectification side, V dcifor the DC voltage of inverter side; I dcrfor rectification side obtains DC current, I dcifor the DC current of inverter side; V cand I cfor capacitance voltage and electric current; R dc, L lineand C capbe respectively direct current cables resistance, inductance and electric capacity; L srfor rectification side smoothing reactor inductance, L sifor inverter side smoothing reactor inductance.
As Fig. 3, described DC control system model is divided into main control level, pole controlled stage and valve controlled stage from top to bottom; In detailed model, transverter adopts quasi steady state model, therefore have ignored the effect of valve controlled stage;
Described main control level comprises urgent power controller, changes DC current or value and power reference when the connected AC system voltage of straight-flow system or frequency generation larger fluctuation;
Described pole controlled stage is divided into following three links:
1) current limiting low-voltage controller: it is input as the current reference value of main control level setting, when DC voltage is too low, limits the current reference value of this setting, and current reference value is inputed to current gain controller;
2) current gain controller: the current reference value that current limiting low-voltage controller inputs is converted to Trigger Angle reference value by it, exports to gamma kick device;
3) gamma kick device: Trigger Angle reference value is converted to actual trigger pulse.
As Fig. 4, described transverter model is transverter quasi steady state model, is expressed as:
V dcr = N [ 3 2 T r π T tap V adcr cos α - 3 X c I dcr π - 2 R c I dcr ] - - - ( 4 )
cos ( δ + α ) = cos α - 2 T tap I dcr X c T r V adcr - - - ( 5 )
P acr = N 18 T r 2 π T tap I dcr V adcr [ cos α + cos ( α + δ ) ] - - - ( 6 )
I adcr = P dcr V adcrx + Q dcr V adcry V adcrx 2 + V adcry 2 + j P dcr V adcry - Q dcr V adcrx V adcrx 2 + V adcry 2 - - - ( 8 )
Wherein, V dcrand I dcrbe respectively DC voltage and the DC current of rectification side, N is series rectifier bridge number, T tapfor rectification side load tap changer position, I adcrfor rectification side injects AC system electric current, V adcrfor rectification side transformer alternating side voltage, V adcrxand V adcrybe respectively rectification side transformer alternating side voltage real part and imaginary part, X cand R cbe respectively rectification side transformer reactance and resistance, α is rectification side Trigger Angle, and δ is commutation overlap angle, T rfor the basic no-load voltage ratio of rectification side transformer, P acrand Q acrbe respectively active power and the reactive power of rectification side absorption, for power-factor angle.
In described step 2, spatially decoupled detailed process carried out to the ac and dc systems set up as follows:
Ac and dc systems dynamic model expression is:
x · ac = f ( x ac , V ac ) - - - ( 9 )
Wherein, x acand V acbe respectively AC system state variable and exchange node voltage vector with pure;
Straight-flow system model representation is:
x · dc = H ( x dc , V adc ) - - - ( 10 )
Wherein, x dcand V adcbe respectively the node voltage vector at straight-flow system state variable and straight-flow system incoming transport system place;
Alterating and direct current pessimistic concurrency control is expressed as:
0=I-Y NV (11)
Wherein, I is ac and dc systems node Injection Current, and it comprises V is ac and dc systems node voltage, Y nfor network admittance matrix;
Due to AC system state variable and straight-flow system state variable separate, and be associated by network equation, decoupling zero is carried out according to AC system and straight-flow system position relationship spatially, straight-flow system adopts Norton equivalent access ac and dc systems electricity grid network, dispose AC system part at CPU and calculate data, i.e. variable initial value and parameter value in AC system dynamic equation and network equation, GPU disposes straight-flow system part and calculates data, i.e. variable initial value and parameter value in straight-flow system dynamic equation.
In described step 2, carry out Time Decoupling to straight-flow system, detailed process is as follows:
Subscript is omitted to straight-flow system dynamic equation, the direct current differential equation can be obtained, have:
x · = H ( x , V ) - - - ( 12 )
At interchange integration step h acin, the method that when the direct current differential equation adopts single, step order solves, calculates h ac/ h dcstep, wherein h dcfor d.c. integration step-length; Use hiding-trapezium integral method, if subscript n represents t, n+1 represents t+h acin the moment, the differencing equation of the direct current differential equation is:
x n = x n - 1 + h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ] , n = 1 , . . . , h ac / h dc - - - ( 13 )
Wherein, x nfor the state variable of straight-flow system t, x n-1for straight-flow system t-h acthe state variable in moment, V nfor the node voltage vector at straight-flow system t incoming transport system place, V n-1for straight-flow system t-h acthe node voltage vector at incoming transport system place;
Definition intermediate vector R n, it is expressed as:
R n = x n - x n - 1 - h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ] - - - ( 14 )
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
R n k - 1 = - JΔ x n k - - - ( 15 )
Wherein, k is iterations, be straight-flow system state variable difference in twice iteration, J is the Jacobian matrix of kth time iteration in Newton-Raphson approach, be expressed as with J:
Δ x n k = x n k - x n k - 1 - - - ( 16 )
J = ∂ R n ∂ x n | x n = x n k - 1 - - - ( 17 )
Wherein, for the state variable of straight-flow system t in kth time iteration, for the state variable of straight-flow system t in kth-1 iteration;
So obtain wherein V 0for step gained magnitude of voltage during a upper interchange.
Described step 3 specifically comprises the following steps:
Step 3-1: ac and dc systems carries out initialization, adopt OpenMP multithreading on CPU, open two threads, be respectively thread A and thread B, thread A completes the relevant calculating of AC system on CPU, thread B for control GPU, to GPU allocating task, sending controling instruction; Then ac and dc systems enters time-domain-simulation process, according to the propelling of time, calculates ac and dc systems state variable corresponding to each moment, arranges emulation moment t=0, if advance step-length to be a h of step when exchanging ac;
Step 3-2: exchange frontier point voltage and current value between AC system and straight-flow system;
Step 3-3: the implicit trapezoidal rule method adopting alternating iteration, the CPU in heterogeneous platform calculates AC system state variable;
Step 3-4: the calculating completing multiple straight-flow system state variable on the GPU of heterogeneous platform, specifically comprises the following steps:
Step 3-4-1: judged whether many DC line, if so, then opens multiple GPU and flows, each stream calculation DC line; If not, then a GPU stream is only used;
Step 3-4-2: each DC line uses the time pipeline parallel method method in conjunction with Moving Window to calculate, and in conjunction with magnitude of voltage, judges the number of streamline;
Step 3-4-3: after calculating convergence, calculates the electric current that straight-flow system injects AC system;
Step 3-5: after the whole DC line Injection Current of acquisition, arranges emulation moment t=t+h ac, enter subsequent time;
Step 3-6: repeat step 3-1 to step 3-4, until emulation terminates.
In described step 3-4-2, be multiple time window by this emulation Time segments division, and each time window comprise n wwalk time individual, multiple time window calculates in order, but in each time window, the calculation task walked is assembled into the form of streamline, realizes parallel computation time multiple;
As Fig. 5, for time window 1, n wthe difference equation that time individual, step is corresponding is:
R 1 R 2 · · · R n w = x 1 - x 0 - h dc 2 [ H ( x 1 , V 1 ) + H ( x 0 , V 0 ) ] x 2 - x 1 - h dc 2 [ H ( x 2 , V 2 ) + H ( x 1 , V 1 ) ] · · · x n w - x n w - 1 - h dc 2 [ H ( x n w , V n w ) + H ( x n w - 1 , V n w - 1 ) ] = 0 0 · · · 0 - - - ( 18 )
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
Wherein: J n , n - 1 k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , J n , n k - 1 = ∂ R n ∂ x n | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , n = 1 , . . . , n w ;
Equation coefficient matrix in formula (19) is large-scale diagonal matrix, if again solution vector is substituted into next iteration after it being decomposed completely, performs iterative process successively, can not accelerate whole simulation process.In order to utilize the parallel ability of GPU, introduce pipelining below.
Because the calculating that successive ignition process is corresponding has front and back dependence, also there is dependence between step during each in same time window, namely calculated just can calculate afterwards but calculating can carry out, so such computation process also has larger parallel potentiality simultaneously.According to such thinking, can by whole process composition streamline form.
For the n in time window wwalk time individual, in the first iteration, when streamline P1 carries out, walk the first time iterative of 1, during acquisition, walk the state variable of 1 in second time iteration, when streamline P2 carries out walk 2 first time iterative with the second time iterative walking 1 in time; The like, realize the Parallel implementation to step time whole in actual time window; Solution formula is:
Δ x n k = - ( J n , n * k - 1 ) - 1 R n k - 1 , n = 1 - ( J n , n * k - 1 ) - 1 [ R n k - 1 + J n , n - 1 * k Δ x n - 1 k ] , n = 2 , . . . , n w - - - ( 20 )
Wherein, J n , n - 1 * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 , J n , n * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 .
Many streamline is realized by the block in CUDA, the corresponding block of each streamline; N-th time iterative process is as follows:
1) the straight-flow system state variable of (n-1)th iteration acquisition is got as the initial value of current iteration, wherein m=1,2 ..., n w;
2) n is used windividual block simulates n wbar streamline, generates n simultaneously wthe Jacobian matrix that time individual, step is corresponding and right-hand vector, complete system of linear equations to be solved;
3) system of linear equations formed in solution procedure 2, calculates n wthe state variable of the straight-flow system of step when-1;
4) check whether convergence, if do not restrained, enter iteration next time.
In addition, in order to improve the efficiency of this method further, invention also uses the method for moving time-window to the state avoiding processor to be in wait.If time window is fixing, in first time window, comprise n wwalk time individual, so n-th wafter step calculating completes time individual, just can carry out the calculating of second time window.Such task assembly method also has the leeway optimized further undoubtedly, and the use of moving time-window is just in order to solve such problem.Moving time-window refer to once step 1 state variable iterative computation complete, reach convergence, immediately by belong to originally in future time window time step n w+ 1 supplements into present streamline.
The increase walked due to time in the acute variation of system dynamic variable and a time window all can make the global convergence speed of time parallel algorithm decline.So whole simulation process, according to DC voltage value, is divided into failure phase and Restoration stage by this patent.If AC line voltage value is lower than 80% of steady-state value in transient state process, be defined as failure phase, algorithm opens n warticle 6, streamline.If AC line voltage exceedes 80% of steady-state value, be defined as Restoration stage, open 12 streamlines.
If there are many DC line, every bar DC line uses a stream of GPU to realize, and Fig. 6 shows and is streamline and Moving Window schematic diagram.
Finally should be noted that: above embodiment is only in order to illustrate that technical scheme of the present invention is not intended to limit; those of ordinary skill in the field still can modify to the specific embodiment of the present invention with reference to above-described embodiment or equivalent replacement; these do not depart from any amendment of spirit and scope of the invention or equivalent replacement, are all applying within the claims of the present invention awaited the reply.

Claims (9)

1. a large-scale electrical power system transient stability time and space parallel simulation method, is characterized in that: said method comprising the steps of:
Step 1: set up ac and dc systems model;
Step 2: carry out spatially decoupled to ac and dc systems, and Time Decoupling is carried out to straight-flow system;
Step 3: ac and dc systems parallel artificial calculates.
2. large-scale electrical power system transient stability time and space parallel simulation method according to claim 1, it is characterized in that: in described step 1, ac and dc systems model comprises AC system dynamic model, straight-flow system model and alterating and direct current pessimistic concurrency control;
Described AC system dynamic model comprises generator model, excitation system model and primemover system model; Described straight-flow system model comprises direct current cables model, DC control system model and transverter model.
3. large-scale electrical power system transient stability time and space parallel simulation method according to claim 2, is characterized in that: described direct current cables model adopts T-shaped model, and the dynamic equation that direct current cables model is corresponding is as follows:
I . dcr = ( V dcr - V c - 0.5 R dc I dcr ) / ( L sr + L line / 2 )
I . dcr = ( - V dci + V c - 0.5 R dc I dci ) / ( L si + L line / 2 )
V . c = I c / C cap = ( I dcr - I dci ) / C cap
Wherein, V dcrfor the DC voltage of rectification side, V dcifor the DC voltage of inverter side; I dcrfor rectification side obtains DC current, I dcifor the DC current of inverter side; V cand I cfor capacitance voltage and electric current; R dc, L lineand C capbe respectively direct current cables resistance, inductance and electric capacity; L srfor rectification side smoothing reactor inductance, L sifor inverter side smoothing reactor inductance.
4. large-scale electrical power system transient stability time and space parallel simulation method according to claim 2, is characterized in that: described DC control system model is divided into main control level and pole controlled stage from top to bottom;
Described main control level comprises urgent power controller, changes DC current or value and power reference when the connected AC system voltage of straight-flow system or frequency generation larger fluctuation;
Described pole controlled stage is divided into following three links:
1) current limiting low-voltage controller: it is input as the current reference value of main control level setting, when DC voltage is too low, limits the current reference value of this setting, and current reference value is inputed to current gain controller;
2) current gain controller: the current reference value that current limiting low-voltage controller inputs is converted to Trigger Angle reference value by it, exports to gamma kick device;
3) gamma kick device: Trigger Angle reference value is converted to actual trigger pulse.
5. large-scale electrical power system transient stability time and space parallel simulation method according to claim 2, is characterized in that: described transverter model is transverter quasi steady state model, is expressed as:
V dcr = N [ 3 2 T r π T tap V adcr cos α - 3 X c I dcr π - 2 R c I dcr ]
cos ( δ + α ) = cos α - 2 T tap I dcr X c T r V adcr
P acr = N 18 T r 2 π T tap I dcr V adcr [ cos α + cos ( α + δ ) ]
I adcr = P dcr V adcrx + Q dcr V adcry V adcrx 2 + V adcry 2 + j P dcr V adcry - Q dcr V adcrx V adcrx 2 + V adcry 2
Wherein, V dcrand I dcrbe respectively DC voltage and the DC current of rectification side, N is series rectifier bridge number, T tapfor rectification side load tap changer position, I adcrfor rectification side injects AC system electric current, V adcrfor rectification side transformer alternating side voltage, V adcrxand V adcrybe respectively rectification side transformer alternating side voltage real part and imaginary part, X cand R cbe respectively rectification side transformer reactance and resistance, α is rectification side Trigger Angle, and δ is commutation overlap angle, T rfor the basic no-load voltage ratio of rectification side transformer, P acrand Q acrbe respectively active power and the reactive power of rectification side absorption, for power-factor angle.
6. large-scale electrical power system transient stability time and space parallel simulation method according to claim 1, is characterized in that: in described step 2, carries out spatially decoupled detailed process as follows to the ac and dc systems set up:
AC system dynamic model expression is:
x . ac = f ( x ac , V ac )
Wherein, x acand V acbe respectively AC system state variable and exchange node voltage vector with pure;
Straight-flow system model representation is:
x . dc = H ( x dc , V adc )
Wherein, x dcand V adcbe respectively the node voltage vector at straight-flow system state variable and straight-flow system incoming transport system place;
Alterating and direct current pessimistic concurrency control is expressed as:
0=I-Y NV
Wherein, I is ac and dc systems node Injection Current, and it comprises V is ac and dc systems node voltage, Y nfor network admittance matrix;
Due to AC system state variable and straight-flow system state variable separate, and be associated by network equation, decoupling zero is carried out according to AC system and straight-flow system position relationship spatially, straight-flow system adopts Norton equivalent access ac and dc systems electricity grid network, dispose AC system part at CPU and calculate data, i.e. variable initial value and parameter value in AC system dynamic equation and network equation, GPU disposes straight-flow system part and calculates data, i.e. variable initial value and parameter value in straight-flow system dynamic equation.
7. large-scale electrical power system transient stability time and space parallel simulation method according to claim 1, it is characterized in that: in described step 2, carry out Time Decoupling to straight-flow system, detailed process is as follows:
Subscript is omitted to straight-flow system dynamic equation, the direct current differential equation can be obtained, have:
x . = H ( x , V )
At interchange integration step h acin, the method that when the direct current differential equation adopts single, step order solves, calculates h ac/ h dcstep, wherein h dcfor d.c. integration step-length; Use hiding-trapezium integral method, if subscript n represents t, n+1 represents t+h acin the moment, the differencing equation of the direct current differential equation is:
x n = x n - 1 + h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ] , n = 1 , . . . , h ac / h dc
Wherein, x nfor the state variable of straight-flow system t, x n-1for straight-flow system t-h acthe state variable in moment, V nfor the node voltage vector at straight-flow system t incoming transport system place, V n-1for straight-flow system t-h acthe node voltage vector at incoming transport system place;
Definition intermediate vector R n, it is expressed as:
R n = x n - x n - 1 - h dc 2 [ H ( x n - 1 , V n - 1 ) + H ( x n , V n ) ]
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
R n k - 1 = - JΔ x n k
Wherein, k is iterations, be straight-flow system state variable difference in twice iteration, J is the Jacobian matrix of kth time iteration in Newton-Raphson approach, be expressed as with J:
Δ x n k = x n k - x n k - 1
J = ∂ R n ∂ x n | x n = x n k - 1
Wherein, for the state variable of straight-flow system t in kth time iteration, for the state variable of straight-flow system t in kth-1 iteration;
So obtain wherein V 0for step gained magnitude of voltage during a upper interchange.
8. large-scale electrical power system transient stability time and space parallel simulation method according to claim 1, is characterized in that: described step 3 specifically comprises the following steps:
Step 3-1: ac and dc systems carries out initialization, adopt OpenMP multithreading on CPU, open two threads, be respectively thread A and thread B, thread A completes the relevant calculating of AC system on CPU, thread B for control GPU, to GPU allocating task, sending controling instruction; Then ac and dc systems enters time-domain-simulation process, according to the propelling of time, calculates ac and dc systems state variable corresponding to each moment, arranges emulation moment t=0, if advance step-length to be a h of step when exchanging ac;
Step 3-2: exchange frontier point voltage and current value between AC system and straight-flow system;
Step 3-3: the implicit trapezoidal rule method adopting alternating iteration, the CPU in heterogeneous platform calculates AC system state variable;
Step 3-4: the calculating completing multiple straight-flow system state variable on the GPU of heterogeneous platform, specifically comprises the following steps:
Step 3-4-1: judged whether many DC line, if so, then opens multiple GPU and flows, each stream calculation DC line; If not, then a GPU stream is only used;
Step 3-4-2: each DC line uses the time pipeline parallel method method in conjunction with Moving Window to calculate, and in conjunction with magnitude of voltage, judges the number of streamline;
Step 3-4-3: after calculating convergence, calculates the electric current that straight-flow system injects AC system;
Step 3-5: after the whole DC line Injection Current of acquisition, arranges emulation moment t=t+h ac, enter subsequent time;
Step 3-6: repeat step 3-1 to step 3-4, until emulation terminates.
9. large-scale electrical power system transient stability time and space parallel simulation method according to claim 8, it is characterized in that: in described step 3-4-2, be multiple time window, and each time window comprises n by this emulation Time segments division wwalk time individual, multiple time window calculates in order, but in each time window, the calculation task walked is assembled into the form of streamline, realizes parallel computation time multiple;
For time window 1, n wthe difference equation that time individual, step is corresponding is:
R 1 R 2 . . . R n w = x 1 - x 0 - h dc 2 [ H ( x 1 , V 1 ) + H ( x 0 , V 0 ) ] x 2 - x 1 - h dc 2 [ H ( x 2 , V 2 ) + H ( x 1 , V 1 ) ] . . . x n w - x n w - 1 - h dc 2 [ H ( x n w , V n w ) + H ( x n w - 1 , V n w - 1 ) ] = 0 0 . . . 0
Adopt Newton-Raphson approach to above formula, kth time iterative formula is:
Wherein: J n , n - 1 k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , J n , n k - 1 = ∂ R n ∂ x n | x n - 1 = x n - 1 k - 1 x n = x n k - 1 , n = 1 , . . . , n w ;
For the n in time window wwalk time individual, in the first iteration, when streamline P1 carries out, walk the first time iterative of 1, during acquisition, walk the state variable of 1 in second time iteration, when streamline P2 carries out walk 2 first time iterative with the second time iterative walking 1 in time; The like, realize the Parallel implementation to step time whole in actual time window; Solution formula is:
Δ x n k = - ( J n , n * k - 1 ) - 1 R n k - 1 , n = 1 - ( J n , n * k - 1 ) - 1 [ R n k - 1 + J n , n - 1 * k Δ x n - 1 k ] , n = 2 , . . . , n w
Wherein, J n , n - 1 * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 , J n , n * k - 1 = ∂ R n ∂ x n - 1 | x n - 1 = x n - 1 k x n = x n k - 1 .
CN201410601827.8A 2014-10-31 2014-10-31 Time-space parallel simulation method for transient stability of large-scale power system Pending CN104361159A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410601827.8A CN104361159A (en) 2014-10-31 2014-10-31 Time-space parallel simulation method for transient stability of large-scale power system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410601827.8A CN104361159A (en) 2014-10-31 2014-10-31 Time-space parallel simulation method for transient stability of large-scale power system

Publications (1)

Publication Number Publication Date
CN104361159A true CN104361159A (en) 2015-02-18

Family

ID=52528419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410601827.8A Pending CN104361159A (en) 2014-10-31 2014-10-31 Time-space parallel simulation method for transient stability of large-scale power system

Country Status (1)

Country Link
CN (1) CN104361159A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105576648A (en) * 2015-11-23 2016-05-11 中国电力科学研究院 Static security analysis double-layer parallel method based on GPU-CUP heterogeneous computing platform
CN106294897A (en) * 2015-05-22 2017-01-04 中国电力科学研究院 A kind of implementation method being applicable to electro-magnetic transient Multiple Time Scales real-time simulation interface
CN106354973A (en) * 2016-09-14 2017-01-25 南方电网科学研究院有限责任公司 Real-time simulation system for asynchronous induction motor
CN106780126A (en) * 2016-12-09 2017-05-31 西安交通大学 For the simplified method for solving of direct current feed-in power network straight-flow system transient response
CN106886617A (en) * 2015-12-15 2017-06-23 中国电力科学研究院 A kind of multi tate electro-magnetic transient subnetting method containing many VSC
CN107291990A (en) * 2017-05-24 2017-10-24 河海大学 Energy stream emulation mode based on electrical interconnection integrated energy system transient Model
CN108551178A (en) * 2018-03-30 2018-09-18 中国电力科学研究院有限公司 A kind of electromechanical transient simulation model of flexible direct current power transmission system
CN108629136A (en) * 2018-05-14 2018-10-09 北京理工大学 A kind of parallel artificial and error compensating method of continuous time system
CN110991034A (en) * 2019-11-29 2020-04-10 浙江大学 Electric power system transient stability simulation parallel computing method based on full-parallel nested diagonal edge-adding form
CN111460648A (en) * 2020-03-30 2020-07-28 国网福建省电力有限公司电力科学研究院 Electromagnetic transient real-time simulation data communication method for power system
CN114004176A (en) * 2021-10-29 2022-02-01 中船重工奥蓝托无锡软件技术有限公司 Parallel partitioning method for uniformly structured grids

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559347A (en) * 2013-10-31 2014-02-05 浙江大学 Method for establishing electromagnetic transient simulation model of large-scale AC-DC (Alternating Current - Direct Current) power system
CN104079228A (en) * 2014-07-09 2014-10-01 国家电网公司 Implicit expression trapezoidal integral electromagnetic transient modeling method with damping of double-fed asynchronous motor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559347A (en) * 2013-10-31 2014-02-05 浙江大学 Method for establishing electromagnetic transient simulation model of large-scale AC-DC (Alternating Current - Direct Current) power system
CN104079228A (en) * 2014-07-09 2014-10-01 国家电网公司 Implicit expression trapezoidal integral electromagnetic transient modeling method with damping of double-fed asynchronous motor

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
江涵: ""大规模电力系统暂态稳定并行计算研究"", 《中国博士学位论文全文数据库 工程科技Ⅱ辑》 *
江涵等: ""基于GPU的交直流电力系统暂态稳定双层并行仿真"", 《电力系统保护与控制》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106294897B (en) * 2015-05-22 2020-03-17 中国电力科学研究院 Implementation method suitable for electromagnetic transient multi-time scale real-time simulation interface
CN106294897A (en) * 2015-05-22 2017-01-04 中国电力科学研究院 A kind of implementation method being applicable to electro-magnetic transient Multiple Time Scales real-time simulation interface
CN105576648B (en) * 2015-11-23 2021-09-03 中国电力科学研究院 Static security analysis double-layer parallel method based on GPU-CPU heterogeneous computing platform
CN105576648A (en) * 2015-11-23 2016-05-11 中国电力科学研究院 Static security analysis double-layer parallel method based on GPU-CUP heterogeneous computing platform
CN106886617A (en) * 2015-12-15 2017-06-23 中国电力科学研究院 A kind of multi tate electro-magnetic transient subnetting method containing many VSC
CN106886617B (en) * 2015-12-15 2020-11-10 中国电力科学研究院 Multi-rate electromagnetic transient networking method with multiple VSCs
CN106354973A (en) * 2016-09-14 2017-01-25 南方电网科学研究院有限责任公司 Real-time simulation system for asynchronous induction motor
CN106780126B (en) * 2016-12-09 2020-06-16 西安交通大学 Simplified solving method for transient response of direct current system of direct current feed-in power grid
CN106780126A (en) * 2016-12-09 2017-05-31 西安交通大学 For the simplified method for solving of direct current feed-in power network straight-flow system transient response
CN107291990A (en) * 2017-05-24 2017-10-24 河海大学 Energy stream emulation mode based on electrical interconnection integrated energy system transient Model
CN107291990B (en) * 2017-05-24 2020-07-14 河海大学 Energy flow simulation method based on transient model of electricity-gas interconnection comprehensive energy system
CN108551178B (en) * 2018-03-30 2022-08-09 中国电力科学研究院有限公司 Electromechanical transient simulation model of flexible direct-current power transmission system
CN108551178A (en) * 2018-03-30 2018-09-18 中国电力科学研究院有限公司 A kind of electromechanical transient simulation model of flexible direct current power transmission system
CN108629136B (en) * 2018-05-14 2021-07-02 北京理工大学 Parallel simulation and error compensation method for continuous time system
CN108629136A (en) * 2018-05-14 2018-10-09 北京理工大学 A kind of parallel artificial and error compensating method of continuous time system
CN110991034B (en) * 2019-11-29 2022-03-22 浙江大学 Electric power system transient stability simulation parallel computing method based on full parallel nested BBDF
CN110991034A (en) * 2019-11-29 2020-04-10 浙江大学 Electric power system transient stability simulation parallel computing method based on full-parallel nested diagonal edge-adding form
CN111460648A (en) * 2020-03-30 2020-07-28 国网福建省电力有限公司电力科学研究院 Electromagnetic transient real-time simulation data communication method for power system
CN111460648B (en) * 2020-03-30 2022-06-07 国网福建省电力有限公司电力科学研究院 Electromagnetic transient real-time simulation data communication method for power system
CN114004176A (en) * 2021-10-29 2022-02-01 中船重工奥蓝托无锡软件技术有限公司 Parallel partitioning method for uniformly structured grids
CN114004176B (en) * 2021-10-29 2023-08-25 中船奥蓝托无锡软件技术有限公司 Uniform structured grid parallel partitioning method

Similar Documents

Publication Publication Date Title
CN104361159A (en) Time-space parallel simulation method for transient stability of large-scale power system
CN103036460B (en) Model prediction control method for three-level voltage-source-type converter
CN101982917B (en) Calculation method of available transmission capacity for power grid scheduling
CN102346442B (en) Method for carrying out parallel transient simulation computing on microgrid suitable for nodal analysis frameworks
CN110797874B (en) State estimation method for AC/DC hybrid power distribution network containing power electronic transformer
CN103544378A (en) Method for calculating harmonic wave impedance of alternating current system for direct current transmission
CN102184297A (en) Electrical/control system decoupling prediction method suitable for transient parallel simulation of micro-nets
CN109995037A (en) Tractive power supply system tidal current analysis method, system and the storage medium of meter and AC-DC coupling
CN103793755B (en) Method for obtaining optimal power flow of mixed direct-current transmission system based on prime-dual interior point method
CN106549377B (en) A kind of handover method of alternating current-direct current combined hybrid system electromechanics-electromagnetic transient hybrid simulation
CN104035868B (en) Diagonal angle edged model decomposition coordinates the data center's method for solving calculated
CN103809650B (en) A kind of equivalent modeling method of photovoltaic generating system
CN104967121B (en) A kind of tidal current computing method of large-scale electrical power system node
CN106505575A (en) A kind of Line Flow economic load dispatching method based on Granule Computing
CN104734148A (en) Three-phrase power-distributing network continuation power flow analysis of distributed power supply
CN108205595B (en) PSCAD double-fed wind turbine simulation model system suitable for harmonic analysis
CN106787878A (en) A kind of single-phase MMC loop current suppressions device and suppressing method based on virtual Circulation Components
CN105680473A (en) Physical fusion modeling method for general electromechanical transient information of photovoltaic power generation system
CN106877309A (en) Stability judgment method for direct-current micro-grid in master-slave control mode
CN104393775B (en) Method of controlling three-phase PWM inverter based on second-order sliding mode and disturbance observer
CN103795091B (en) Method for obtaining optimal power flow of mixed direct-current transmission system based on predicted correction interior point method
CN109787258B (en) Control system and method for negative sequence current of V/V traction power supply system
CN106803683A (en) A kind of two-way AC/DC convertor model prediction current control method
CN104811063B (en) Modularization multi-level converter control method based on multinuclear controller technology
CN104578054A (en) Power system transient stability simulation method based on multiple sparse vector road sets

Legal Events

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

Application publication date: 20150218

RJ01 Rejection of invention patent application after publication