eX-Mech / pipeMeshNek

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Fortran 93.2%Language:Python 3.9%Language:MATLAB 1.5%Language:Makefile 1.4%