BasicRelativeAngularVelocity

Basic sensor to measure relative angular velocity

    BasicRelativeAngularVelocity

Library

Modelica/Mechanics/MultiBody/Sensors/Internal

Description

This basic sensor is aimed to be used within advanced sensors wherethe relative angular velocity between frame_a and frame_b should be determined.This vector is provided at the output signal connector w_rel.

Via parameter resolveInFrame it is defined, in which framethe angular velocity is resolved:

resolveInFrame =
Types.ResolveInFrameAB.
Meaning
world Resolve vector in world frame
frame_a Resolve vector in frame_a
frame_b Resolve vector in frame_b
frame_resolve Resolve vector in frame_resolve

In this basic sensor model, the connector frame_resolveis always enabled and must be connected.If resolveInFrame = Types.ResolveInFrameAB.frame_resolve, the vector w_rel isresolved in the frame to which frame_resolve is connected.

Example

If resolveInFrame = Types.ResolveInFrameAB.frame_a, the output vector iscomputed as:

// Relative orientation object from frame_a to frame_bR_rel = MultiBody.Frames.relativeRotation(frame_a.R, frame_b.R);// Angular velocity resolved in frame_aw_rel = MultiBody.Frames.angularVelocity1(R_rel);

Parameters

BasicRelativeAngularVelocity_0

NameLabelDescriptionData TypeValid Values

mo_resolveInFrame

resolveInFrame

Frame in which output vector w_rel is resolved (world, frame_a, frame_b, or frame_resolve)

Structure

mo_resolveInFrame/choice1

Modelica.Mechanics.MultiBody.Types.ResolveInFrameAB.world

Number

0
1

mo_resolveInFrame/choice2

Modelica.Mechanics.MultiBody.Types.ResolveInFrameAB.frame_a

Number

0
1

mo_resolveInFrame/choice3

Modelica.Mechanics.MultiBody.Types.ResolveInFrameAB.frame_b

Number

0
1

mo_resolveInFrame/choice4

Modelica.Mechanics.MultiBody.Types.ResolveInFrameAB.frame_resolve

Number

0
1

BasicRelativeAngularVelocity_1

NameLabelDescriptionData TypeValid Values

mo__nmodifiers

Number of Modifiers

Specifies the number of modifiers

Number

mo__modifiers

Modifiers

Add new modifier

Structure

mo__modifiers/varname

Variable name

Cell of strings

'R_rel'

mo__modifiers/attribute

Attribute

Cell of strings

'start'
'fixed'

mo__modifiers/value

Value

Ports

NameTypeDescriptionIO TypeNumber

frame_a

implicit

Coordinate system a (measurement is between frame_a and frame_b)

input

1

frame_b

implicit

Coordinate system b (measurement is between frame_a and frame_b)

output

1

frame_resolve

implicit

Coordinate system in which vector is optionally resolved

output

2

w_rel

implicit

Relative angular velocity vector

output

3

See Also