.Modelica.Mechanics.MultiBody.Frames.resolveDyade2

Information

Syntax

D2 = Frames.resolveDyade2(R, D1);

Description

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.

See also

TransformationMatrices.resolveDyade2.

Interface

function resolveDyade2
  extends Modelica.Icons.Function;
  input Orientation R "Orientation object to rotate frame 1 into frame 2";
  input Real D1[3, 3] "Second order tensor resolved in frame 1";
  output Real D2[3, 3] "Second order tensor resolved in frame 2";
end resolveDyade2;

Generated at 2020-06-05T07:38:22Z by OpenModelica 1.16.0~dev-420-gc007a39