Metadata-Version: 2.4
Name: airfoilgmesher
Version: 0.9.0
Summary: Python tools for airfoil geometry definition and Gmsh-based meshing
Author-email: Isaac <isaac.robledo.martin@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ipatazas/AirfoilGMesher
Project-URL: Repository, https://github.com/ipatazas/AirfoilGMesher
Project-URL: Issues, https://github.com/ipatazas/AirfoilGMesher/issues
Keywords: airfoil,gmsh,mesh,aerodynamics,cfd
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: gmsh
Requires-Dist: shapely
Requires-Dist: scipy
Requires-Dist: meshio
Requires-Dist: pillow
Dynamic: license-file

# AirfoilGMesher

Python tools for generating and meshing airfoil geometries with Gmsh.

## Installation

```bash
pip install airfoilgmesher
