modelSpringDamper
Extends from Modelica.Blocks.Interfaces.BlockIcon.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.TranslationalSpringConstant | c | 1 | Stiffness of serial spring |
| Modelica.SIunits.TranslationalDampingConstant | d | 0.1 | Damping facgtor of serial spring |
| Modelica.SIunits.Position | y0 | 1.5 | Initial length of serial spring |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | x | Position at connection point of spring-damper systeme | |
| Modelica.Blocks.Interfaces.RealInput | v | Velocity at connection point of spring-damper system | |
| Modelica.Blocks.Interfaces.RealOutput | f | Cut-Force at connection point of spring-damper system | |
| Modelica.Blocks.Interfaces.RealOutput | y | Length of serial spring |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Translational.Components.Fixed | fixed | ||
| Modelica.Mechanics.Translational.Components.Spring | spring | ||
| Modelica.Mechanics.Translational.Components.Damper | damper | ||
| Utilities.TransFlangeToF | flangeToF | ||
| Modelica.Mechanics.Translational.Sensors.PositionSensor | positionSensor |