WOLFRAM SYSTEM MODELER

resolveDyade1

Transform second order tensor from frame 2 to frame 1

Wolfram Language

In[1]:=
SystemModel["Modelica.Mechanics.MultiBody.Frames.resolveDyade1"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Syntax

D1 = Frames.resolveDyade1(R, D2);

Description

The function call Frames.Dyade1(R12, D2) returns the second order tensor D resolved in frame 1 (= D1) from its representation in frame 2 (= D2) using the orientation object R12 that describes the orientation to rotate frame 1 into frame 2.

See also

TransformationMatrices.resolveDyade1.

Syntax

D1 = resolveDyade1(R, D2)

Inputs (2)

R

Type: Orientation

Description: Orientation object to rotate frame 1 into frame 2

D2

Type: Real[3,3]

Description: Second order tensor resolved in frame 2

Outputs (1)

D1

Type: Real[3,3]

Description: Second order tensor resolved in frame 1