WOLFRAM SYSTEM MODELER
TorqueToAngleAdaptorSignal adaptor for a Rotational flange with angle, speed, and acceleration as outputs and torque as input (especially useful for FMUs) |
SystemModel["Modelica.Mechanics.Rotational.Components.TorqueToAngleAdaptor"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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 torque as input and angle, angular velocity and angular acceleration as output signals.
use_w |
Value: true Type: Boolean Description: = true, enable the output connector w (angular velocity) |
---|---|
use_a |
Value: true Type: Boolean Description: = true, enable the output connector a (angular acceleration) |
flange |
Type: Flange_a Description: One-dimensional rotational flange of a shaft (filled circle icon) |
|
---|---|---|
phi |
Type: RealOutput Description: Flange moves with angle phi due to torque tau |
|
w |
Type: RealOutput Description: Flange moves with speed w due to torque tau |
|
a |
Type: RealOutput Description: Flange moves with angular acceleration a due to torque tau |
|
tau |
Type: RealInput Description: Torque to drive the flange |
|
w_internal |
Type: RealInput Description: Needed to connect to conditional connector w |
|
a_internal |
Type: RealInput Description: Needed to connect to conditional connector a |
Modelica.Mechanics.Rotational.Examples.Utilities Input/output block of a direct inertia model |