chiefenne / PyAero

PyAero is an open-source airfoil contour analysis and CFD meshing tool.
MIT License
171 stars 31 forks source link

add fluent export and api modules. #29

Closed sn1979c closed 2 years ago

sn1979c commented 2 years ago
  1. add fluent export function.

  2. in file api, remove gui to make it easier that meshing foils and exporting meshes by outside scripts. This helps a lot when I do airfoil optimization. you can test it by run api/LoadBatch.py.

Maybe you would like to merge some of these codes.

chiefenne commented 2 years ago

Interesting work. I'll also consider this probably when I have more time. Sooner or later I will rewrite the whole code, as there are a lot of things to be improved. Would be interested to see some results of your investigations.

sn1979c commented 2 years ago

Looking forward to further progress when you have time. I will update the progress of my project on my page in the future.