WOLFRAM SYSTEM MODELER

SpringDamperNoRelativeStates

Linear 1D translational spring and damper in parallel (s and v are not used as states)

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.Translational.Examples.Utilities.SpringDamperNoRelativeStates"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

A spring and damper element connected in parallel. The component can be connected either between two masses to describe the joint elasticity and damping, or between a mass and the housing (component Fixed), to describe a coupling of the element with the housing via a spring/damper.

This is the same element as Translational.Components.SpringDamper but with the only difference, that the relative quantities are not used as states. If the relative states are potentially used as states, "a_rel = der(v_rel)" is present, and then exporting this model as FMU requires to also have the accelerations in the flanges as inputs, which is usually not desired for a force element.

Parameters (4)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

c

Value:

Type: TranslationalSpringConstant (N/m)

Description: Spring constant

d

Value:

Type: TranslationalDampingConstant (N⋅s/m)

Description: Damping constant

s_rel0

Value: 0

Type: Length (m)

Description: Unstretched spring length

Connectors (3)

flange_a

Type: Flange_a

Description: (left) driving flange (flange axis directed into cut plane, e. g. from left to right)

flange_b

Type: Flange_b

Description: (right) driven flange (flange axis directed out of cut plane)

heatPort

Type: HeatPort_a

Description: Optional port to which dissipated losses are transported in form of heat

Used in Components (1)

SpringDamper

Modelica.Mechanics.Translational.Examples.Utilities

Input/output block of a spring/damper model