31.3:

Multimachine Stability

JoVE Core
Electrical Engineering
É necessária uma assinatura da JoVE para visualizar este conteúdo.  Faça login ou comece sua avaliação gratuita.
JoVE Core Electrical Engineering
Multimachine Stability

4 Views

01:25 min

November 21, 2024

Multimachine stability analysis is crucial for understanding the dynamics and stability of power systems with multiple synchronous machines. The objective is to solve the swing equations for a network of M machines connected to an N-bus power system.

In analyzing the system, the nodal equations represent the relationship between bus voltages, machine voltages, and machine currents. The nodal equation is given by:

Equation1

V is the N-vector of bus voltages, E is the M-vector of machine voltages, I is the M-vector of machine currents. Y11, Y12, Y21, and Y22 are N×N, N×M, M×N, and M×M admittance matrices, respectively. The equations can be decoupled as:

Equation2

Assuming E is known, the first equation can be solved iteratively for V using methods like Gauss elimination or Gauss-Seidel. Once V is computed, I can be obtained from the second equation.

The real electrical power output of the machine n is:

Equation3

The transient stability computation procedure involves iteratively solving the swing equations and the power flow equations:

  1.  Determine initial bus voltages Vk, machine currents In, and power outputs pan.
  2.  Compute En.
  3.  Modify Y11, and calculate Y22 and Y12 .
  4.  Initialize t=0.
  5. Determine if there are any switching operations or load changes.
  6.  Calculate machine electrical powers at time t.
  7.  Use initial estimates to compute power angles δ and machine speeds ω at time t+Δt.
  8.  Refine the estimates of electrical powers at time t+Δt.
  9.  Finalize power angles δ and machine speeds ω at time t+Δt.
  10.  Increment time and repeat the steps until the end of the simulation.
  11.  Accurate time step selection is essential to avoid instability in numerical integration.

By following these steps and using the equations provided, engineers can analyze the transient stability of multimachine power systems and ensure reliable operation under various conditions.