Processing math: 100%
Skip to content

Shape functions

This chapter describes the shape functions for the finite elements.

Understanding shape function notations

The notations used in shape functions are listed below:

  • u: displacement in x (or s) direction.
  • v: displacement in y (or t) direction.
  • w: displacement in z (or s) direction.
  • θx: Rotation about x direction.
  • θy: Rotation about y direction.
  • θz: Rotation about z direction.
  • Ax: x-component of vector magnetic potential.
  • Ay: y-component of vector magnetic potential.
  • Az: z-component of vector magnetic potential.
  • C: Concentration.
  • P: Pressure.
  • T: Temperature.
  • V: Electric potential or source current.
  • For the shell element, the u and v represent in-plane motions, and w denotes the out-of-plane motion.

3D shell elements

This section describes the shape functions for 3D shell elements that are applied in the WELSIM application.

3-Node triangle

The shape functions for the 3-node triangular shell elements are:

u=u0L0+u1L1+u2L2
v=v0L0+v1L1+v2L2
w=w0L0+w1L1+w2L2
Ax=Ax0L0+Ax1L1+Ax2L2
Ay=Ay0L0+Ay1L1+Ay2L2
Az=Az0L0+Az1L1+Az2L2
T=T0L0+T1L1+T2L2
V=V0L0+V1L1+V2L2

6-Node triangle

The shape functions for the 6-node triangular shell elements are:

u=u0(2L01)L0+u1(2L11)L1+u2(2L21)L2+u3(4L0L1)+u4(4L1L2)+u5(4L2L0)
v=v0(2L01)L0+v1(2L11)L1+v2(2L21)L2+v3(4L0L1)+v4(4L1L2)+v5(4L2L0)
w=w0(2L01)L0+w1(2L11)L1+w2(2L21)L2+w3(4L0L1)+w4(4L1L2)+w5(4L2L0)

3D solid elements

This section describes the shape functions for the 3D solid elements that are applied in the WELSIM application.

4-Node tetrahedra

The 4-node tetrahedra is also called liner tetrahedra element. The shape functions are:

u=u0L0+u1L1+u2L2+u3L3
v=v0L0+v1L1+v2L2+v3L3
w=w0L0+w1L1+w2L2+w3L3

10-Node tetrahedra

The 10-node tetrahedra is also called bilinear tetrahedra element. The shape functions are:

u=u0(2L01)L0+u1(2L11)L1+u2(2L21)L2+u3(2L31)L3+4u4L0L1+u5L1L2+u6L0L2+u7L0L3+u8L1L3+u9L2L3
v=...(analogous to u)
w=...(analogous to u)