Main Content

Shunt Motor

Shunt motor with electrical and torque characteristics

  • Shunt Motor block

Libraries:
Simscape / Electrical / Electromechanical / Brushed Motors

Description

The Shunt Motor block represents the electrical and torque characteristics of a shunt motor using the following equivalent circuit model.

When you set the Model parameterization parameter to By equivalent circuit parameters, you specify the equivalent circuit parameters for this model:

  • RaArmature resistance

  • LaArmature inductance

  • RfField winding resistance

  • LfField winding inductance

The Shunt Motor block computes the motor torque as follows:

  1. The magnetic field in the motor induces the following back emf vb in the armature:

    vb=Lafifω

    where Laf is a constant of proportionality and ω is the angular velocity.

  2. The mechanical power is equal to the power reacted by the back emf:

    P=vbia=Lafifiaω

  3. The motor torque is:

    T=P/ω=Lafifia

The torque-speed characteristic for the Shunt Motor block model is related to the parameters in the preceding figure. When you set the Model parameterization parameter to By rated power, rated speed & no-load speed, the block solves for the equivalent circuit parameters as follows:

  1. For the steady-state torque-speed relationship, L has no effect.

  2. Sum the voltages around the loop:

    V=iaRa+LafifωV=ifRf

  3. Solve the preceding equations for ia and if:

    if=VRfia=VRa(1LafwRf)

  4. Substitute these values of ia and if into the equation for torque:

    T=LafRaRf(1LafωRf)V2

    The block uses the rated speed and power to calculate the rated torque. The block uses the rated torque and no-load speed values to get one equation that relates Ra and Laf/Rf. It uses the no-load speed at zero torque to get a second equation that relates these two quantities. Then, it solves for Ra and Laf/Rf.

The block models motor inertia J and damping B for all values of the Model parameterization parameter. The output torque is:

Tload=LafRaRf(1LafωRf)V2Jω˙Bω

The block produces a positive torque acting from the mechanical C to R ports.

Model Thermal Effects

You can expose thermal ports to model the effects of losses that convert power to heat. To expose the thermal ports, set the Modeling option parameter to either:

  • No thermal port — The block does not contain thermal ports.

  • Show thermal port — The block contains multiple thermal conserving ports.

For more information about using thermal ports in actuator blocks, see Simulating Thermal Effects in Rotational and Translational Actuators.

Ports

Conserving

expand all

Electrical conserving port associated with the shunt motor positive terminal.

Electrical conserving port associated with the shunt motor negative terminal.

Mechanical rotational conserving port associated with the shunt motor case.

Mechanical rotational conserving port associated with the shunt motor rotor.

Field winding thermal port.

Dependencies

To enable this port, set Modeling option to Show thermal port.

Armature winding thermal port.

Dependencies

To enable this port, set Modeling option to Show thermal port.

Parameters

expand all

Whether to enable the thermal ports of the block and model the effects of losses that convert power to heat.

Electrical Torque

Select one of the following methods for block parameterization:

  • By equivalent circuit parameters — Provide electrical parameters for an equivalent circuit model of the motor.

  • By rated power, rated speed & no-load speed — Provide power and speed parameters that the block converts to an equivalent circuit model of the motor.

Resistance of the armature.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By equivalent circuit parameters.

Resistance of the field winding.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By equivalent circuit parameters.

The ratio of the voltage generated by the motor to the motor speed.

Inductance of the armature. If you do not have information about this inductance, set the value of this parameter to a small, nonzero number. The value can be zero.

Inductance of the field winding. If you do not have information about this inductance, set the value of this parameter to a small, nonzero number. The value can be zero.

Speed of the motor when no load is applied.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By rated power, rated speed & no-load speed.

Motor speed at the rated load.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By rated power, rated speed & no-load speed.

The mechanical load for which the motor is rated to operate.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By rated power, rated speed & no-load speed.

The voltage at which the motor is rated to operate.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By rated power, rated speed & no-load speed.

The initial current when starting the motor with the rated DC supply voltage.

Dependencies

This parameter is visible only when you set the Model parameterization parameter to By rated power, rated speed & no-load speed.

Mechanical

Resistance of the rotor to change in motor motion. The value can be zero.

Energy dissipated by the rotor. The value can be zero.

Speed of the rotor at the start of the simulation.

Temperature Dependence

This tab appears only for blocks with exposed thermal ports.

A 1 by 2 row vector that defines the coefficient α in the equation relating resistance to temperature, as described in Thermal Model for Actuator Blocks. The first element corresponds to the field winding, and the second to the armature. The default value is for copper.

The temperature for which motor parameters are defined.

Thermal Port

This tab appears only for blocks with exposed thermal ports.

A 1 by 2 row vector that defines the thermal mass for the field and armature windings. The thermal mass is the energy required to raise the temperature by one degree.

A 1 by 2 row vector that defines the temperature of the field and armature thermal ports at the start of simulation.

References

[1] Bolton, W. Mechatronics: Electronic Control Systems in Mechanical and Electrical Engineering, 3rd edition Pearson Education, 2004..

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2008a