Show HN: Olelo Foil - NACA Airfoil Sim
11–20 of 21 posts
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#12Earlier quoted context omitted.
Also, it looks like you might have a bug in generating the airfoil shape. An airfoil like the 8412, while extreme, is well-defined and constructible from NACA-style combination of thickness and camber forms; but you show it as having a "kink" on the bottom surface, which is definitely not correct.
841220 is interesting, if you want to see what a borg cube aerodynamics might look like.
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#13Unless you're planning to resolve the boundary layer and model separation (good luck...), you'd probably be better off using panel methods than NS. Look at XFoil or JavaFoil for available implementations.
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#14Unless you're planning to resolve the boundary layer and model separation (good luck...), you'd probably be better off using panel methods than NS. Look at XFoil or JavaFoil for available implementations.
Also, it looks like you might have a bug in generating the airfoil shape. An airfoil like the 8412, while extreme, is well-defined and constructible from NACA-style combination of thickness and camber forms; but you show it as having a "kink" on the bottom surface, which is definitely not correct.
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#15Seafloor LOD (infinite terrain generator): https://github.com/kanakawai-maui/seafloor-lod
Olelo Honua (free LLM-enabled translation tool): https://www.olelohonua.com/
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#16Earlier quoted context omitted.
Also, it looks like you might have a bug in generating the airfoil shape. An airfoil like the 8412, while extreme, is well-defined and constructible from NACA-style combination of thickness and camber forms; but you show it as having a "kink" on the bottom surface, which is definitely not correct.
841220 is interesting, if you want to see what a borg cube aerodynamics might look like.
There are three major families of procedurally-defined NACA airfoils -- four-digit like the 2412, five-digit like the 23012, and the 6-series like the 64A012.
It looks like this site only expects the four-digit form, and is mis-parsing anything other than that -- which is a pity, because one of the uses of a tool like this is to get a sense of /why/ the 23012 is similar CLmax to the 2412, but with lower moment and a more sudden stall. If nothing else, input validation is necessary!
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#17Earlier quoted context omitted.
Also, it looks like you might have a bug in generating the airfoil shape. An airfoil like the 8412, while extreme, is well-defined and constructible from NACA-style combination of thickness and camber forms; but you show it as having a "kink" on the bottom surface, which is definitely not correct.
Good catch - I'll look into fixing this. thanks!
If the goal is to allow a user to compare the properties of different airfoils, there's a lot to get right to make sure they actually know what airfoils they're comparing. The alternative is to allow airfoil selection from one of these sites [1][2], which also allow a link to provide comparative analysis.
[1] https://m-selig.ae.illinois.edu/ads/coord_database.html [2] https://bigfoil.com/
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#18Earlier quoted context omitted.
841220 is interesting, if you want to see what a borg cube aerodynamics might look like.
841220 is, sadly, not a legal NACA airfoil designator. There are three major families of procedurally-defined NACA airfoils -- four-digit like the 2412, five-digit like the 23012, and the 6-series like the 64A012. It looks like this site only expects the four-digit form, and is mis-parsing anything other than that -- which is a pity, because one of the uses of a tool like this is to get a sense of /why/ the 23012 is…
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#19Unless you're planning to resolve the boundary layer and model separation (good luck...), you'd probably be better off using panel methods than NS. Look at XFoil or JavaFoil for available implementations.
Also, it looks like you might have a bug in generating the airfoil shape. An airfoil like the 8412, while extreme, is well-defined and constructible from NACA-style combination of thickness and camber forms; but you show it as having a "kink" on the bottom surface, which is definitely not correct.
Re: Show HN: Olelo Foil - NACA Airfoil Sim
#20https://en.wikipedia.org/wiki/Kline–Fogleman_airfoil
I experiment with these airfoil designs and it would be very nice to have a smooth way to see the various efficiencies/inefficiencies of various dimensions of KFM airfoil.