Linear Brick Shape Functions

Shape functions define the geometry of an element in its computational (intrinsic) domain. As was seen in Finite Element Formulation, physical coordinates are transformed into simpler computational intrinsic coordinates so that integration of values is numerically more efficient.


Figure 1. Node Brick Element

Where, r ξ , s η , and t ζ .

The shape functions of an 8 node brick element, shown in Figure 1, are given by:(1)
Φ 1 = 1 8 ( 1 ξ ) ( 1 η ) ( 1 ζ )
(2)
Φ 2 = 1 8 ( 1 ξ ) ( 1 η ) ( 1 + ζ )
(3)
Φ 3 = 1 8 ( 1 + ξ ) ( 1 η ) ( 1 + ζ )
(4)
Φ 4 = 1 8 ( 1 + ξ ) ( 1 η ) ( 1 ζ )
(5)
Φ 5 = 1 8 ( 1 ξ ) ( 1 + η ) ( 1 ζ )
(6)
Φ 6 = 1 8 ( 1 ξ ) ( 1 + η ) ( 1 + ζ )
(7)
Φ 7 = 1 8 ( 1 + ξ ) ( 1 + η ) ( 1 + ζ )
(8)
Φ 8 = 1 8 ( 1 + ξ ) ( 1 + η ) ( 1 ζ )
The element velocity field is related by:(9)
v i = I = 1 8 Φ I . v i I

Where, v i I are the nodal velocities.