modelInverseMass
Input/output block of an inverse mass model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
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
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Mass | m | 1 | Mass |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | s | Position to drive the mass | |
| Modelica.Blocks.Interfaces.RealInput | v | Speed to drive the mass | |
| Modelica.Blocks.Interfaces.RealInput | a | Acceleration to drive the mass | |
| Modelica.Blocks.Interfaces.RealOutput | f | Force needed to drive the flange according to s, v, a |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Translational.Components.Mass | mass | ||
| Modelica.Mechanics.Translational.Components.GeneralPositionToForceAdaptor | positionToForce |