Trying to Run different airfoil (Naca0018) Instead of the airfoilopt(Naca0012) #145
-
Hello, Because the the coordinates I am trying to work with are direcrtly from the uiuc, seling format which seem to be giving me an error and impossible to mesh. and when i try to visualize I would like to know or understand how this can be done for any other airfoil or any other closed geometry curves? https://github.com/mdolab/MACH-Aero/blob/main/tutorial/airfoilopt/mesh/n0012.dat I would really appreciate asistance with this issue! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, the issue here seems related to either a spurious point, an open curve, or both. You should convert the original coordinates to the format you correctly identified in the |
Beta Was this translation helpful? Give feedback.
Hello, the issue here seems related to either a spurious point, an open curve, or both. You should convert the original coordinates to the format you correctly identified in the
.dat
file, otherwise pyHyp will fail. Try preFoil to fix the airfoil coordinates (can that handle UIUC formatting @akleb ?). It includes a NACA airfoil generator as well. Otherwise, if preFoil does not fit your needs and you only have to work on a few airfoils, you can manually (or write a short script to) edit the .dat files.