D1 = Frames.resolveDyade1(R, D2);
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.
TransformationMatrices.resolveDyade1.
function resolveDyade1 extends Modelica.Icons.Function; input Orientation R "Orientation object to rotate frame 1 into frame 2"; input Real D2[3, 3] "Second order tensor resolved in frame 2"; output Real D1[3, 3] "Second order tensor resolved in frame 1"; end resolveDyade1;