Modelica.Mechanics.Rotational.Examples.Utilities

Utility components used by the example models

Information

Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).

Package Content

Name Description
Modelica.Mechanics.Rotational.Examples.Utilities.DirectInertia DirectInertia Input/output block of a direct inertia model
Modelica.Mechanics.Rotational.Examples.Utilities.InverseInertia InverseInertia Input/output block of an inverse inertia model
Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamper SpringDamper Input/output block of a spring/damper model
Modelica.Mechanics.Rotational.Examples.Utilities.Spring Spring Input/output block of a spring model
Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamperNoRelativeStates SpringDamperNoRelativeStates Linear 1D rotational spring and damper in parallel (phi and w are not used as states)

Modelica.Mechanics.Rotational.Examples.Utilities.DirectInertia Modelica.Mechanics.Rotational.Examples.Utilities.DirectInertia

Input/output block of a direct inertia model

Information

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Parameters

NameDescription
JMoment of inertia [kg.m2]

Connectors

NameDescription
tauDriveAccelerating torque acting at flange (= -flange.tau) [N.m]
phiInertia moves with angle phi due to torque tau [rad]
wInertia moves with speed w due to torque tau [rad/s]
aInertia moves with angular acceleration a due to torque tau [rad/s2]
tauTorque to drive the inertia [N.m]

Modelica.Mechanics.Rotational.Examples.Utilities.InverseInertia Modelica.Mechanics.Rotational.Examples.Utilities.InverseInertia

Input/output block of an inverse inertia model

Information

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Parameters

NameDescription
JMoment of inertia [kg.m2]

Connectors

NameDescription
phiAngle to drive the inertia [rad]
wSpeed to drive the inertia [rad/s]
aAngular acceleration to drive the inertia [rad/s2]
tauTorque needed to drive the flange according to phi, w, a [N.m]

Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamper Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamper

Input/output block of a spring/damper model

Information

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Parameters

NameDescription
cSpring constant [N.m/rad]
dDamping constant [N.m.s/rad]
phi_rel0Unstretched spring angle [rad]

Connectors

NameDescription
phi1Angle of left flange of force element [rad]
w1Speed to left flange of force element [rad/s]
tau1Torque generated by the force element [N.m]
phi2Angle of left flange of force element [rad]
w2Speed to left flange of force element [rad/s]
tau2Torque generated by the force element [N.m]

Modelica.Mechanics.Rotational.Examples.Utilities.Spring Modelica.Mechanics.Rotational.Examples.Utilities.Spring

Input/output block of a spring model

Information

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Parameters

NameDescription
cSpring constant [N.m/rad]
phi_rel0Unstretched spring angle [rad]

Connectors

NameDescription
phi1Angle of left flange of force element [rad]
tau1Torque generated by the force element [N.m]
phi2Angle of left flange of force element [rad]
tau2Torque generated by the force element [N.m]

Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamperNoRelativeStates Modelica.Mechanics.Rotational.Examples.Utilities.SpringDamperNoRelativeStates

Linear 1D rotational spring and damper in parallel (phi and w are not used as states)

Information

A spring and damper element connected in parallel. The component can be connected either between two inertias/gears to describe the shaft elasticity and damping, or between an inertia/gear and the housing (component Fixed), to describe a coupling of the element with the housing via a spring/damper.

This is the same element as Rotational.Components.SpringDamper but with the only difference, that the relative quantities are not used as states. If the relative states are potentially used as states, "a_rel = der(w_rel)" is present, and then exporting this model as FMU requires to also have the accelerations in the flanges as inputs, which is usually not desired for a force element.

Extends from Modelica.Mechanics.Rotational.Interfaces.PartialCompliant (Partial model for the compliant connection of two rotational 1-dim. shaft flanges), Modelica.Thermal.HeatTransfer.Interfaces.PartialElementaryConditionalHeatPortWithoutT (Partial model to include a conditional HeatPort in order to dissipate losses, used for textual modeling, i.e., for elementary models).

Parameters

NameDescription
cSpring constant [N.m/rad]
dDamping constant [N.m.s/rad]
phi_rel0Unstretched spring angle [rad]
useHeatPort=true, if heatPort is enabled
Initialization
phi_relRelative rotation angle (= flange_b.phi - flange_a.phi) [rad]

Connectors

NameDescription
flange_aLeft flange of compliant 1-dim. rotational component
flange_bRight flange of compliant 1-dim. rotational component
heatPortOptional port to which dissipated losses are transported in form of heat
Automatically generated Tue Apr 05 09:36:43 2016.