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:
Below is another example of multi-block mesh generated using multiple quad blocks:
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:
Below is a sample mesh generated, where the geometry is created using some helper methods available within this project.
and here is the mesh being used to solve convergent-divergent nozzle problem in a CFD solver.
Here is a mesh generated using geometry read from a file:
and here is a CFD solution for flow over a cylinder using the above mesh:
Here is another mesh generated using geometry from file:
and here is a CFD solution for compressible flow using the above mesh: