Skip to content

f90 software for the creation of a nek5000 .rea file with a good mesh for a straight pipe

Notifications You must be signed in to change notification settings

oanaoana/pipeMeshNek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeMeshNek

f90 program for the creation of a nek5000 .rea file for the creation of a good mesh for a straight pipe

The software generates a mesh based on the parameters in the file INPUTgeometry. One example file is provided.

Both a 2D and a 3D mesh are generated in base2d.rea and base.rea respectively.

Testing:

The created mesh can be visualised by running the python script plotMesh.py. The script directly reads the .rea file base2d.rea and can be run simply by executing

python plotMesh.py

The pymech suite (automatically fetched) is used for reading the .rea file.

About

f90 software for the creation of a nek5000 .rea file with a good mesh for a straight pipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 93.4%
  • Python 3.7%
  • MATLAB 1.5%
  • Makefile 1.4%