Chapter 14: FENSAP-ICE File Formats

Most of the FENSAP-ICE solvers are based on the Finite Element Method. In FEM, the element, not the node, is the basic building block of the grid and the table of connectivity of the nodes to the elements is its most important feature. FEM supports a great variety of element types. Fortunately, the simplest linear elements are ideal for fluid dynamics applications. The table below shows the characteristics of the four types of linear elements supported by FENSAP-ICE.

Table 14.1: Elements

Element geometryFace numberNode OrderingNode layout

4-node tetrahedron

ielgeom = 2

12-3-4  
21-4-3
31-2-4
41-3-2

5-node pyramid

ielgeom = 5

11-4-3-2  
21-2-5
32-3-5
43-4-5
54-1-5

6-node prism

ielgeom = 3

12-3-6-5  
23-1-4-6
31-2-5-4
41-3-2
54-5-6

8-node brick

ielgeom = 1

11-4-3-2  
21-5-8-4
34-8-7-3
42-3-7-6
51-2-6-5
65-6-7-8