A convenient program produces airfoil structural meshes and exports them in a variety of formats.<br>
The meshing code is extracted from [PyAero](https://github.com/chiefenne/PyAero)
![mesh zoom](./assert/mesh_zoom.gif "mesh")<br>
# Install
1.
```
pip install foilmesh
```
2.
```
git clone https://github.com/Zcaic/Foilmesh.git
cd Foilmesh && pip install .
```
# usage
```
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()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Zcaic/Foilmesh",
"name": "FoilMesh",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": "",
"keywords": "aerodynamics cfd airfoil grid mesh",
"author": "Zcaic",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/81/ca/2b2459490a22c78bd526870b54eb3e62d0e9a98665e4dc0cf9ec1dced16a/FoilMesh-0.0.8.tar.gz",
"platform": null,
"description": "A convenient program produces airfoil structural meshes and exports them in a variety of formats.<br>\r\nThe meshing code is extracted from [PyAero](https://github.com/chiefenne/PyAero)\r\n![mesh zoom](./assert/mesh_zoom.gif \"mesh\")<br>\r\n\r\n# Install\r\n1. \r\n ```\r\n pip install foilmesh\r\n ```\r\n2.\r\n ```\r\n git clone https://github.com/Zcaic/Foilmesh.git\r\n cd Foilmesh && pip install .\r\n ```\r\n\r\n# usage\r\n```\r\nimport foilmesh as fm\r\n\r\naf = fm.Airfoil(name=\"myairfoil\")\r\n# af.control.Airfoil_data=np.array([[1.00,0.95],[0.89565,0.777]])\r\naf.readControl(\"./example.json\")\r\naf.StructureMesh()\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "FoilMesh is a tool to mesh airfoil structural grid",
"version": "0.0.8",
"project_urls": {
"Homepage": "https://github.com/Zcaic/Foilmesh"
},
"split_keywords": [
"aerodynamics",
"cfd",
"airfoil",
"grid",
"mesh"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "866c576a4e1ac7a02f17a81fe1ef523ac5e5270a11a0ed691e867d1818474abf",
"md5": "af45a50808026dd1f6f2728d980435df",
"sha256": "2af6dc5b63d32803a10b054de0c4934f6bdbac4b04fdc10c2fef27d1e468bd78"
},
"downloads": -1,
"filename": "FoilMesh-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af45a50808026dd1f6f2728d980435df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 197584,
"upload_time": "2023-08-15T20:33:32",
"upload_time_iso_8601": "2023-08-15T20:33:32.697620Z",
"url": "https://files.pythonhosted.org/packages/86/6c/576a4e1ac7a02f17a81fe1ef523ac5e5270a11a0ed691e867d1818474abf/FoilMesh-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "81ca2b2459490a22c78bd526870b54eb3e62d0e9a98665e4dc0cf9ec1dced16a",
"md5": "e249ec52efc64585954664f461fbfb86",
"sha256": "f63a2f29717943dbf03d072b2a5a15f9d37bf417a8a5a0021ed2d354678623f0"
},
"downloads": -1,
"filename": "FoilMesh-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "e249ec52efc64585954664f461fbfb86",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 154132,
"upload_time": "2023-08-15T20:33:34",
"upload_time_iso_8601": "2023-08-15T20:33:34.539768Z",
"url": "https://files.pythonhosted.org/packages/81/ca/2b2459490a22c78bd526870b54eb3e62d0e9a98665e4dc0cf9ec1dced16a/FoilMesh-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-15 20:33:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Zcaic",
"github_project": "Foilmesh",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "foilmesh"
}