WOLFRAM SYSTEM MODELER

PartialCompliantWithRelativeStates

Base model for the compliant connection of two translational 1-dim. shaft flanges where the relative position and relative velocities are used as states

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.Translational.Interfaces.PartialCompliantWithRelativeStates"]
Out[1]:=

Information

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

This is a 1-dim. translational component with a compliant connection of two translational 1-dim. flanges where inertial effects between the two flanges are neglected. The basic assumption is that the cut-forces of the two flanges sum-up to zero, i.e., they have the same absolute value but opposite sign: flange_a.f + flange_b.f = 0. This base class is used to built up force elements such as springs, dampers, friction.

The difference to base class "PartialCompliant" is that the relative distance and the relative velocity are defined as preferred states. The reason is that for a large class of drive trains, the absolute position is quickly increasing during operation. Numerically, it is better to use relative distances between drive train components because they remain in a limited size. For this reason, StateSelect.prefer is set for the relative distance of this component.

In order to improve the numerics, a nominal value for the relative distance should be set, since drive train distances are in a small order and then step size control of the integrator is practically switched off for such a variable. A default nominal value of s_nominal = 1e-4 is defined. This nominal value might also be computed from other values, such as "s_nominal = f_nominal / c" for a spring, if f_nominal and c have more meaningful values for the user.

Parameters (2)

stateSelect

Value: StateSelect.prefer

Type: StateSelect

Description: Priority to use s_rel and v_rel as states

s_nominal

Value: 1e-4

Type: Distance (m)

Description: Nominal value of s_rel (used for scaling)

Connectors (2)

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)

Extended by (3)

ElastoGap

Modelica.Mechanics.Translational.Components

1D translational spring damper combination with gap

SpringDamper

Modelica.Mechanics.Translational.Components

Linear 1D translational spring and damper in parallel

Damper

Modelica.Mechanics.Translational.Components

Linear 1D translational damper