modelDirectMass
Input/output block of a direct 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.
The input force fDrive is applied on one side of a sliding mass
whereby the input force f is applied
on the other side of it.
See also
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Mass | m | 1 | Mass |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | fDrive | Accelerating force acting at flange (= -flange.f) | |
| Modelica.Blocks.Interfaces.RealOutput | s | Mass moves with position s due to force f | |
| Modelica.Blocks.Interfaces.RealOutput | v | Mass moves with speed v due to force f | |
| Modelica.Blocks.Interfaces.RealOutput | a | Mass moves with acceleration a due to force f | |
| Modelica.Blocks.Interfaces.RealInput | f | Force to drive the mass |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Translational.Components.Mass | mass | ||
| Modelica.Mechanics.Translational.Sources.Force | forceSource | ||
| Modelica.Mechanics.Translational.Components.GeneralForceToPositionAdaptor | forceToPosition |