WOLFRAM SYSTEM MODELER

PartialTwoFlangesAndSupport

Partial model for a component with two rotational 1-dim. shaft flanges and a support used for graphical modeling, i.e., the model is build up by drag-and-drop from elementary components

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.Rotational.Interfaces.PartialTwoFlangesAndSupport"]
Out[1]:=

Information

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

This is a 1-dim. rotational component with two flanges and a support/housing. It is used e.g., to build up parts of a drive train graphically consisting of several components.

If useSupport=true, the support connector is conditionally enabled and needs to be connected.
If useSupport=false, the support connector is conditionally disabled and instead the component is internally fixed to ground.

Parameters (1)

useSupport

Value: false

Type: Boolean

Description: = true, if support flange enabled, otherwise implicitly grounded

Connectors (4)

flange_a

Type: Flange_a

Description: Flange of left shaft

flange_b

Type: Flange_b

Description: Flange of right shaft

support

Type: Support

Description: Support/housing of component

internalSupport

Type: Support

Description: Internal support/housing of component (either connected to support, if useSupport=true, or connected to fixed, if useSupport=false)

Components (1)

fixed

Type: Fixed

Description: Fixed support/housing, if not useSupport

Extended by (1)

Gearbox

Modelica.Mechanics.Rotational.Components

Realistic model of a gearbox (based on LossyGear)