modelAngleToTorqueAdaptor

Signal adaptor for a Rotational flange with torque as output and angle, speed, and optionally acceleration as inputs (especially useful for FMUs)
Diagram of AngleToTorqueAdaptor

Information

Adaptor between a flange connector and a signal representation of the flange. This component is used to provide a pure signal interface around a Rotational model and export this model in form of an input/output block, especially as FMU (Functional Mock-up Unit). Examples of the usage of this adaptor are provided in Rotational.Examples.GenerationOfFMUs. This adaptor has angle, angular velocity and angular acceleration as input signals and torque as output signal. Note, the input signals must be consistent to each other (w=der(phi), a=der(w)).

Parameters

TypeNameDefaultDescription
Booleanuse_wtrue= true, enable the input connector w (angular velocity)
Booleanuse_atrue= true, enable the input connector a (angular acceleration)

Connectors

TypeNameDefaultDescription
Modelica.Mechanics.Rotational.Interfaces.Flange_bflange
Modelica.Blocks.Interfaces.RealInputphiAngle to drive the flange
Modelica.Blocks.Interfaces.RealInputwSpeed to drive the flange (w=der(phi) required)
Modelica.Blocks.Interfaces.RealInputaAngular acceleration to drive the flange (a = der(w) required)
Modelica.Blocks.Interfaces.RealOutputtauTorque needed to drive the flange according to phi, w, a

Contents

NameDescription
Move_phiprotectedForced movement of a flange according to an angle signal
Move_wprotectedForced movement of a flange according to an angle and speed signal