WOLFRAM SYSTEM MODELER

InertiaWithDamper

1D-rotational component with inertia and linear 1D rotational damper

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Control.DCMotorWithInputTorque.InertiaWithDamper"]
Out[1]:=

Information

Rotational component with inertia, a linear 1D rotational damper and two rigidly connected flanges.

Parameters (4)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

J

Value:

Type: Inertia (kg⋅m²)

Description: Moment of inertia

B

Value:

Type: RotationalDampingConstant (N⋅m⋅s/rad)

Description: Damping constant

stateSelect

Value: StateSelect.default

Type: StateSelect

Description: Priority to use phi and w as states

Connectors (3)

flange_a

Type: Flange_a

Description: Flange of left shaft

flange_b

Type: Flange_b

Description: Flange of right shaft

heatPort

Type: HeatPort_a

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

Used in Examples (1)

DCMotorWithInputTorque

DocumentationExamples.Control

A simple model of a DC motor.