functionresolveDyade1

Transform second order tensor from frame 2 to frame 1

Extends from Modelica.Icons.Function (Icon for functions).

Information

Syntax

D1 = TransformationMatrices.resolveDyade1(T, D2);

Description

This function returns the second order tensor D resolved in frame 1 (= D1) from its representation in frame 2 (= D2) using the transformation matrix T that describes the orientation to rotate frame 1 into frame 2.

See also

Frames.resolveDyade1.

Inputs

TypeNameDefaultDescription
TransformationMatrices.OrientationTOrientation object to rotate frame 1 into frame 2
Real[3,3]D2Second order tensor resolved in frame 2

Outputs

TypeNameDefaultDescription
Real[3,3]D1Second order tensor resolved in frame 1