Format of input files for foam geometric analysis


Filename (case sensitive)
Line(s)
Data
Type
Line format
vertex_coord.dat
1
Nv = Number of vertices
Integer
2 --- (Nv + 1)
iv ; x(iv) ; y(iv); b(iv)
Integer; Real; Real; integer
Free
cell_coord.dat
1
Nc = Number of cells
Integer
2 --- (Nc + 1)
ic ; x(ic) ; y(ic)
Integer; Real; Real
Free
vertex_vertex.dat
1 --- Nv
iv ; iv1 ; iv2 ; iv3
All Integers
(4(I3,1x))
cell-vertex.dat
1 --- Nc
ic ; iv1 ; iv2 ; ... ; iv14
All Integers
(15(I3,1x))


Comments


Back to my Research interests page