Skip to content

Converts 2d/3d su2 grid into 2d/3d gmsh grid

Notifications You must be signed in to change notification settings

adongre279/su2gmsh

 
 

Repository files navigation

This code converts 2d/3d mesh in su2 format into 2d/3d msh format.

To run this code:

  1. Copy or move su2 file to be converted into su2gmsh directory.

  2. make

  3. ./su2gmsh dim su3filename_without_extension -- where dim --> dimension of grid (2 or 3)

Shortcomings/ Possible Improvements: Boundary tags are in the form of strings in su2 file. Source code may have to modify to account for string tags and generate respective gmsh integer tags.

About

Converts 2d/3d su2 grid into 2d/3d gmsh grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 97.2%
  • Makefile 2.8%