TensorDyadics Annotated
TensorDyadics Annotated
• Dyadic
where,
• The matrix of components of the unit dyadic is the identity matrix in any axis
system (assuming the basis is orthogonal unit vectors)
• Note: Unit Dyadic is not the same as Dyad
Vector Triple Product
• Known identity:
where,
• The components of the rotation tensor in either the initial or rotated frame give
you the direction cosine matrix (or its transpose)
Higher Order Tensors
• Not as easy to represent as planar matrices – you represent them as arrays in n
dimensions
• Not as easy to write dot products as just positioning to the left or right only for
dot products along the first or last index
• We thus use index notation to do most of the work
• Example: Material Stiffness Tensor is a 4 th order tensor and thus the components
of the stiffness can be represented as a 3 x 3 x 3 x 3 array in a given axis system.
• You can easily transform the tensor to be represented in another axis system using the tensor
transformation equation – for example, it is common in structural analysis of composites to
prescribe the stiffness in the material frame but then transform it to the structural analysis
frame during analysis.