A convenient program produces airfoil structural meshes and exports them in a variety of formats.
-
pip install foilmesh
-
git clone https://github.com/Zcaic/Foilmesh.git cd Foilmesh && pip install .
import foilmesh as fm
af = fm.Airfoil(name="myairfoil")
# af.control.Airfoil_data=np.array([[1.00,0.95],[0.89565,0.777]])
af.readControl("./example.json")
af.StructureMesh()