Skip to content
/ flo2d Public

Automatically exported from code.google.com/p/flo2d

Notifications You must be signed in to change notification settings

hjxy2012/flo2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid file format

<No of points>   <No of triangles>   <No of boundary edges>
1    x1    y1
.    .     .
.    .     .
.    .     .
.    .     .
1    a1    b1   c1
.    .     .    .
.    .     .    .
.    .     .    .
.    .     .    .
.    .     .    .
1    a1    b1   typ1
.    .     .    .
.    .     .    .
.    .     .    .

Node numbering starts from one (fortran style)

In each triangle, the nodes (a1,b1,c1) are ordered counter-clockwise.

For each boundary edge, when you move from node a1 to node b1, the computational domain lies to your left.

Boundary edge types:

Solid wall = 3
farfield   = 5

About

Automatically exported from code.google.com/p/flo2d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published