Link Search Menu Expand Document
Theory Manual Version 3.4
 Chapter 2: Continuum Mechanics Up Chapter 2: Continuum Mechanics Section 2.2: The Directional Derivative 

2.1 Vectors and Tensors

It is assumed that the reader is familiar with the concepts of vectors and tensors. This section summarizes the notation and some useful relations that will be used throughout the manual.
Vectors are denoted by small, bold letters, e.g. v. Their components will be denoted by   , where, unless otherwise stated, Latin under scripts such as or will range from 1 to 3. In matrix form a vector will be represented as a column vector and its transpose as a row vector: The following products are defined between vectors. Assume u, v are vectors. Also note that the Einstein summation convention is used throughout this manual [46].
The dot or scalar product: The cross product: The vector outer product: Note that vectors are also known as first order tensors. Scalars are known as zero order tensors. The outer product, defined by equation (2.1-4), is a second order tensor.
Second order tensors are denoted by bold, capital letters, e.g. . Some exceptions will be made to remain consistent with the literature. For instance, the Cauchy stress tensor is denoted by . However, the nature of the objects will always be clear from the context. The following operations on tensors are defined. Assume and are second-order tensors.
The double contraction or tensor inner product is defined as: The trace is defined as: Here is the second order identity tensor with components .
In general the components of tensors will change under a change of coordinate system. Nevertheless, certain intrinsic quantities associated with them will remain invariant under such a transformation. The scalar product between two vectors is such an example. The double contraction between two second-order tensors is another example. The following set of invariants for second-order tensors is commonly used: A tensor is called symmetric if it is equal to its transpose: A tensor is called anti-symmetric if it is equal to the negative of its transpose: Any second order tensor can be written as the sum of a symmetric tensor and an anti-symmetric tensor : where Also note that for any tensor the following holds: With any anti-symmetric tensor a dual vector can be associated such that, where the second order tensor is defined as, A second order tensor is called orthogonal if .
In the implementation of the FE method it is often convenient to write symmetric second-order tensors using Voigt notation. In this notation the components of a 2 order symmetric tensor are arranged as a column vector: Higher order tensors will be denoted by bold, capital, script symbols, e.g. . An example of a third-order tensor is the permutation tensor , whose components are 1 for an even permutation of , -1 for an odd permutation of and zero otherwise. The permutation symbol is useful for expressing the cross-product of two vectors in index notation: An example of a fourth-order tensor is the elasticity tensor which, in linear elasticity theory, relates the small strain tensor and the Cauchy stress tensor .
Higher order tensors can be constructed from second order tensors in a similar way as second order tensors can be constructed from vectors. If and are second order tensors, then the following fourth order tensors can be defind by requiring that the following must hold for any second order tensor : The Cartesian component forms of the operators , , and are defined as follows: The fourth order identity tensors are defined as: where and . The components are given by:
 Chapter 2: Continuum Mechanics Up Chapter 2: Continuum Mechanics Section 2.2: The Directional Derivative