WOLFRAM SYSTEM MODELER

InverseMass

Input/output block of an inverse mass model

Diagram

Wolfram Language

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

Information

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

A translational component with pure signal interface which can be applied for a FMU (Functional Mock-up Unit) exchange. Based on the kinematic inputs applied on a sliding mass the output force f is returned.

See also

DirectMass.

Parameters (1)

m

Value: 1

Type: Mass (kg)

Description: Mass

Connectors (4)

s

Type: RealInput

Description: Position to drive the mass

v

Type: RealInput

Description: Speed to drive the mass

a

Type: RealInput

Description: Acceleration to drive the mass

f

Type: RealOutput

Description: Force needed to drive the flange according to s, v, a

Components (2)

mass

Type: Mass

Description: Sliding mass with inertia

positionToForce

Type: GeneralPositionToForceAdaptor

Description: Signal adaptor for a Translational flange with force as output and position, speed and acceleration as input (especially useful for FMUs)