Translational Speed
Forced movement of a flange according to a reference speed
Description
Equations
Variables
Connections
Parameters
Modelica Standard Library
The Translational Speed (or Speed) component generates a forced translational speed according to an input signal, vref
The Exact boolean parameter determine how vref is used:
When Exact is true, vref is used as-is. The input signal must be differentiable.
When Exact is false (the default), vref is filtered and the derivative of the filtered curve is used to compute the reference acceleration of the flange. This derivative is not computed by numerical differentiation but rather by a first-order filter. The critical frequency (cut-off frequency) of the filter is defined by the parameter fcrit, which should be higher than the essential low frequencies in the signal.
The Use Support Flange boolean parameter enables a support flange on the housing. When true (checked) the support flange must be connected in the drawing. When false the component is internally fixed to ground.
{a=0,v=vrefExacta=vref−v⁢vcrit,a=v.otherwise
wcrit=2⁢π⁢fcrit
v=s.
if Use Support Flange then fsupport=−f
s=sflange−{ssupportUse Support0otherwise
Name
Units
Modelica ID
a
ms2
Acceleration of flange with respect to support
fsupport
N
Force acting at support
support.f
s
m
Distance between flange and support
sflange
Position of flange
flange.s
ssupport
Position of support
support.s
v
ms
Velocity of flange with respect to support
flange
Flange of component
support
Conditional Support Flange
vref
Real input; reference speed in ms
v_ref
Default
Exact
false
True (checked) means the reference position is treated exactly
exact
fcrit
50
Hz
Critical frequency of input signal when exact is set to false
f_crit
Use Support Flange
True (checked) enables support flange
useSupport
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
1-D Mechanical Overview
Translational Motion Drivers
Download Help Document