functionresolveDyade2
Transform second order tensor from frame 1 to frame 2
Extends from Modelica.Icons.Function (Icon for functions).
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
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Orientation | R | Orientation object to rotate frame 1 into frame 2 | |
| Real[3,3] | D1 | Second order tensor resolved in frame 1 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[3,3] | D2 | Second order tensor resolved in frame 2 |