modelElastoGap
Demonstrate usage of ElastoGap
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model demonstrates the effect of ElastoGaps on eigenfrequency: Plot mass1.s and mass2.s as well as mass1.v and mass2.v to see that effect.
While mass1 is moved by both spring/damper forces all the time, this is not the case for mass2 since elastoGap1 lifts off at s > -0.5 m and elastoGap2 lifts off at s < +0.5 m. Therefore, mass2 moves freely as long as -0.5 m < s < +0.5 m.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.TranslationalDampingConstant | d | 1.5 | Damping constant |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Components.Fixed | fixed | ||
| Components.Rod | rod1 | ||
| Components.Rod | rod2 | ||
| Components.SpringDamper | springDamper1 | ||
| Components.SpringDamper | springDamper2 | ||
| Components.Mass | mass1 | ||
| Components.ElastoGap | elastoGap1 | ||
| Components.ElastoGap | elastoGap2 | ||
| Components.Mass | mass2 |