Package Modelica.​Magnetic.​FluxTubes.​Examples.​MovingCoilActuator
Two translatory electrodynamic actuator models of different modelling depth and their comparison

Information

Moving coil actuators are often called electrodynamic actuators and a proportional behaviour between force and current is expressed by a converter constant (see ConstantActuator). However, in a simple moving coil actuator as presented in this example there is an additional non-linear force component that is due to the increase of the inductance when the armature coil moves into the ferromagnetic stator. A simple PermeanceActuator can be used to describe this non-linear force component.

Extends from Modelica.​Icons.​ExamplesPackage (Icon for packages containing runnable examples).

Package Contents

NameDescription
ArmatureStrokeArmature stroke of both moving coil actuator models after a voltage step at time t=0
ComponentsComponents to be used in examples
ForceCurrentBehaviourComparison of the force-current characteristics of both converter models with armature blocked at mid-position
ForceStrokeBehaviourForce-stroke characteristic of the permeance model at constant current

Model Modelica.​Magnetic.​FluxTubes.​Examples.​MovingCoilActuator.​ForceCurrentBehaviour
Comparison of the force-current characteristics of both converter models with armature blocked at mid-position

Information

Have a look at ConstantActuator and at PermeanceActuator for an explanation of both converter models.

Simulation of the force-current characteristics of both converter models with the armature blocked at mid-position x=0 reveals the difference between the two models. In the ConstantActuator, force is proportional to current. In the simple PermeanceActuator there is an additional non-linear force component that is due to the dependency of the inductance on the armature position. Comparison with FEA results validates the higher accuracy of the PermeanceActuator. In the FEA model, the relative permeability of the stator iron was set to mu_rFe=const.=1000 in order to avoid additional non-linear force components due to saturation. Simulate for 6 s and plot vs. current (e.g., iSensor.i)

    pmFixedPos.flange_b.f       // force of permeance model
    cFixedPos.flange_b.f        // force of converter constant model
    comparisonWithFEA.y[1]      // force of FEA model for comparison

Extends from Modelica.​Icons.​Example (Icon for runnable examples).


Model Modelica.​Magnetic.​FluxTubes.​Examples.​MovingCoilActuator.​ForceStrokeBehaviour
Force-stroke characteristic of the permeance model at constant current

Information

Have a look at ConstantActuator and at PermeanceActuator for an explanation of both converter models.

Simulation of the force-stroke characteristic of the PermeanceActuator with a constant current I=3A and a forced armature movement (similar to measurements in reality) shows the dependency of both force-generating permeances G_ma and G_mb as well as inductance L on armature position x. Simulate for 8 s and plot vs. armature position feedX.flange_b.s (same physical quantities together in a common diagram for comparison):

    feedX.flange_b.f            // force of permeance model (permeance of stator iron neglected in this model)
    comparisonWithFEA.y[1]      // force of FEA model with non-linear stator iron 1.0718
    comparisonWithFEA.y[2]      // force of FEA model with mu_rFe=const.=1000
    actuator.g_ma.G_m           // permeance G_ma
    actuator.g_mb.G_m           // permeance G_mb
    actuator.L                  // inductance of permeance model
    comparisonWithFEA.y[3]      // inductance of FEA model for comparison (mu_rFe=const.=1000).

Extends from Modelica.​Icons.​Example (Icon for runnable examples).


Model Modelica.​Magnetic.​FluxTubes.​Examples.​MovingCoilActuator.​ArmatureStroke
Armature stroke of both moving coil actuator models after a voltage step at time t=0

Information

Have a look at ConstantActuator and at PermeanceActuator for an explanation of both actuator models.

A voltage step at time t=0 is applied to both actuator models. In each model, the armature and an attached load mass perform a stroke between the two stoppers included in cActuator.armature and pmActuator.armature respectively. Simulate for 0.05 s and plot vs. time (same physical quantities together in a common diagram for comparison):

    cActuator.p.i                     // input current to converter constant model
    pmActuator.p.i                    // input current to permeance model
    cActuator.armature.flange_a.f     // actuator force of converter constant model
    pmActuator.armature.flange_a.f    // actuator force of permeance model
    cActuator.x                       // armature position of converter constant model
    pmActuator.x                      // armature position of permeance model
    cActuator.L                       // inductance of converter constant model
    pmActuator.L                      // inductance of permeance model

The initial current rise in both actuator models is due to the inductance of the actuator coil. After acceleration of the armature and the load, the current decreases due to the motion-induced back-emf. Bouncing occurs when the armatures of both models arrive at the stopper at maximum armature position. The bouncing is rather intense due to the absence of any kind of external friction in this simple example (apart from the nonlinear damping in the stopper elements). After decay of the bouncing, both actuators operate under conditions valid for a blocked armature.

Whereas the steady state current is the same in both models, the steady state actuator force is not due to the neglect of the non-linear force component in the converter constant model. Differences in the current rise of both models are due to the neglect of the coil inductance variation in the converter constant model.

Extends from Modelica.​Icons.​Example (Icon for runnable examples).