Motor Parameter Estimation from Steady-State Models

From Open Electrical
Revision as of 08:01, 22 November 2020 by Jules (talk | contribs) (Created page with "Estimation of an induction motor's equivalent circuit parameters from steady-state models and manufacturer performance data is the most common approa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Estimation of an induction motor's equivalent circuit parameters from steady-state models and manufacturer performance data is the most common approach for offline power system studies, e.g. dynamic motor starting, transient stability, etc [5].

Parameter Estimation Problem

The characteristics of an induction motor are normally provided by manufacturers in the form of a standard set of performance parameters, with the following parameters being the most common:

  • Nominal voltage, (V)
  • Nominal frequency, (Hz)
  • Rated asynchronous speed, (rpm)
  • Rated (stator) current, (A)
  • Rated mechanical power, (kW)
  • Rated torque, (Nm)
  • Full load power factor, (pu)
  • Full load efficiency, (pu)
  • Breakdown torque, (normalised)
  • Locked rotor torque, (normalised)
  • Locked rotor current, (pu)

We know that a set of equivalent circuit parameters can yield specific torque-speed and current-speed curves. So given a set of performance parameters that contain features on the torque-speed and current-speed curves (e.g. breakdown torque, locked-rotor current, etc), is it possible to determine the corresponding equivalent circuit parameters that yield these features? This is the crux of the parameter estimation problem and can be posed as follows - "How can the motor performance parameters be converted into equivalent circuit parameters?".

While all of the performance parameters in the above set can be used in an estimation procedure, there are actually only six indpendent magnitudes that can be formed from them: , , , , and [1]. These independent magnitudes will thus form the basis of the problem formulation, where the independent magnitudes calculated from the equivalent circuit are matched with the performance parameters supplied by the manufacturer.

The basic double cage model is used to illustrate how these six independent magnitudes can be calculated from the equivalent circuit model. Stator and rotor currents at slip "s" can be readily calculated from the equivalent circuit.

Quantities for per-unit active power , reactive power and power factor at slip "s" can be calculated as follows:

Nominal speed and full load slip is calculated as follows:

where is the number of motor poles

is the nominal frequency (Hz)
is the asynchronous speed at full load (rpm)

Calculating the slip at maximum torque is found by solving the equation:

(Under the condition that the second derivative )

In the double cage model, the solution to this equation is not trivial and it is more convenient to use an estimate, e.g. based on an interval search between s=0 and s=0.5.

Problem Formulation Ignoring Core Losses

Single Cage Model (Ignoring Core Losses)

In the single cage model, the locked rotor torque and locked rotor current are not used because the single cage model does not have enough degrees of freedom to capture both the starting and breakdown torque characteristics without introducing significant errors [1]. As a result, it is more commonplace to only consider the breakdown torque in the single cage model and simply ignore the torque and current characteristics at locked rotor. For wound-rotor motors, this yields sufficiently accurate results (i.e. in terms of the resulting torque-speed curve). However, a single-cage model is unable to accurately model the torque-speed characteristics of squirrel cage motors, especially those with deep bars.

Without taking into account core losses, the full load motor efficiency also cannot be used. Therefore, there are only three independent parameters that can be used in the problem formulation: , and .

These independent parameters can be used to formulate the parameter estimation in terms of a non-linear least squares problem, with a set of non-linear equations of the form :

where are the equivalent circuit parameters of the single cage model

Double Cage Model (Ignoring Core Losses)

In the double cage model, the locked rotor torque and locked rotor current are included as independent parameters. As in the single cage model, the full load motor efficiency cannot be used without taking into account core losses. Therefore, there are five independent parameters and the following non-linear least squares problem:

where are the equivalent circuit parameters of the double cage model

Problem Formulation Considering Core Losses

Without taking into account the core (and mechanical) losses, the motor full load efficiency cannot be used as an independent parameter in the problem formulation. This is because efficiency is calculated based on the ratio of output mechanical power to input electrical power. If the heat losses through the core and rotor frictional losses are not taken into account, then the equivalent circuit is not suitable to accurately estimate motor efficiency. It follows that attempting to use the motor full load efficiency in the estimation of the equivalent circuit without a core loss component would cause errors in the parameter estimates (e.g. the stator resistance would be overestimated).

When core losses are included in the model, then the motor full load efficiency can also be used as an independent parameter. The problem formulations are restated below for the single cage and double cage models with core losses taken into account.

Single Cage Model (With Core Losses)

The non-linear least squares problem for the single cage model with core losses is as follows:

where are the equivalent circuit parameters of the single cage model (with core losses)

Double Cage Model (With Core Losses)

The non-linear least squares problem for the double cage model with core losses is as follows:

where are the equivalent circuit parameters of the double cage model (with core losses)

Parameter Estimation Algorithms

The most common algorithms used to solve the non-linear least squares problems for motor parameter estimation are as follows:

Software

Many commercial software packages for power systems analysis such as ETAP and DIgSILENT PowerFactory contain integrated routines for estimating motor parameters from manufacturer data. The commercial packages typically use some variant of the Newton-Raphson algorithm.

Moto is a free standalone tool for estimating induction motor parameters based on commonly available manufacturer data (i.e. breakdown torque, locked rotor torque, full load power factor, etc). The program supports a number of estimation algorithms including Newton-Raphson, Levenberg-Marquardt and genetic algorithms.

References

Related Topics