WOLFRAM SYSTEM MODELER
resolveDyade2Transform second order tensor from frame 1 to frame 2 |
SystemModel["Modelica.Mechanics.MultiBody.Frames.resolveDyade2"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
D2 = Frames.resolveDyade2(R, D1);
The function call Frames.Dyade2(R12, D1)
returns the second order tensor D
resolved in frame 2 (= D2) from its representation in frame 1 (= D1) using the
orientation object R12 that describes the orientation to rotate frame 1 into frame 2.
R |
Type: Orientation Description: Orientation object to rotate frame 1 into frame 2 |
---|---|
D1 |
Type: Real[3,3] Description: Second order tensor resolved in frame 1 |
D2 |
Type: Real[3,3] Description: Second order tensor resolved in frame 2 |
---|