Skip to content

heySourabh/StructuredMeshGenerator2D

Repository files navigation

StructuredMeshGenerator2D

A structured mesh generator for creating 2D mesh using Transfinite Interpolation (TFI) method.

Below is an example of multi-block mesh generated using multiple geometry defining files:

Sample output

Below is another example of multi-block mesh generated using multiple quad blocks:

Sample output

and here is a solution produced by importing the above multi-block (unstructured) mesh in a CFD solver, which uses the boundary markers applied in this meshing code:

Sample output

Below is a sample mesh generated, where the geometry is created using some helper methods available within this project.

Sample output

and here is the mesh being used to solve convergent-divergent nozzle problem in a CFD solver.

Sample output

Here is a mesh generated using geometry read from a file:

Sample output

and here is a CFD solution for flow over a cylinder using the above mesh:

Sample output

Here is another mesh generated using geometry from file:

Sample output

and here is a CFD solution for compressible flow using the above mesh:

Sample output

About

A structured mesh generator using transfinite interpolation (TFI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published