WOLFRAM SYSTEM MODELER
InteractiveActiveDampingModelModel that explores how to minimize vibrations in a diesel engine using a tuned mass damper. |
![]() |
SystemModel["IndustryExamples.HeavyEquipment.ActiveDamping.InteractiveActiveDampingModel"]
This model explores how to minimize vibrations in a diesel engine using a tuned mass damper.
In order to get the full experience of this example, you need the following:
These pages show an overview of the example. For the full example, open the accompanying notebook ActiveDamping.nb.
Using the Wolfram Language, create an interactive Manipulate analyzing the vibrations of a diesel engine for different damping parameters.
Simulate the vibrating engine with different damping mass and spring-damper parameters. The Wolfram Language makes it easy to do such simulations in parallel.
engineMass |
Value: 1 Type: Mass (kg) Description: Mass of the sliding mass (engine.mass.m) |
---|---|
c |
Value: 1 Type: TranslationalSpringConstant (N/m) Description: Spring constant (s.c) |
c1 |
Value: 1 Type: TranslationalSpringConstant (N/m) Description: Spring constant (sd.c) |
d |
Value: 1 Type: TranslationalDampingConstant (N·s/m) Description: Damping constant (sd.d) |
m |
Value: 1 Type: Mass (kg) Description: Mass of the sliding mass (m2.m) |
![]() |
a |
Type: RealInput Description: Disturbance force on the engine |
---|
![]() |
fixed |
Type: Fixed |
---|---|---|
![]() |
s |
Type: Spring |
![]() |
sd |
Type: SpringDamper |
![]() |
m1 |
Type: Mass |
![]() |
engine |
Type: Engine |