WOLFRAM SYSTEM MODELER

SemiActiveDamper

Damper actively resisting motion in one direction

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.SeatSuspension.Components.SemiActiveDamper"]
Out[1]:=

Information

This component models a semi-active damper that applies velocity-dependent resistance in one direction of motion.

Parameters (1)

d

Value:

Type: Real

Description: damping constant

Connectors (4)

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)

flange_a1

Type: Flange_b

Description: One-dimensional translational flange (right, flange axis directed OUT OF cut plane)

v_rel

Type: RealOutput

Description: Relative velocity between two flanges (= der(flange_b.s) - der(flange_a.s)) as output signal (relSpeedSensor2.v_rel)

Components (8)

relSpeedSensor2

Type: RelSpeedSensor

Description: Ideal sensor to measure the relative speed

force21

Type: Force2

Description: Input signal acting as torque on two flanges

product1

Type: Product

Description: Output product of the two inputs

greaterThreshold1

Type: GreaterThreshold

Description: Output y is true, if input u is greater than threshold

switch1

Type: Switch

Description: Switch between two Real signals

gain1

Type: Gain

Description: Output the product of a gain value with the input signal

const

Type: Constant

Description: Generate constant signal of type Real

speedSensor1

Type: SpeedSensor

Description: Ideal sensor to measure the absolute velocity

Used in Examples (1)

DamperComparison

IndustryExamples.AutomotiveTransportation.SeatSuspension

Model comparing passive damper with semi-active damper.