I played around with APC2BEM like you set and compared it to a optical 3D scan I found somewhere (I forgot but a quick search will get you there) of the APC 8X8E.
I found the best match to be when I did the following:
rake = apc[:,7] # RAKE(Z) (IN)
axial = -rake/R
sweep = apc[:,6] # SWEEP(Y) (IN)
# NOTE: SWEEP IS DEFINED WITH (MOLD) LE PARTING LINE.
tangential = -sweep/R
I also had some problems with the script i think maybe due to a change in structure of the table and white lines in the APC files. I forked the repo here:
https://github.com/JoepdeBoer/APC2BEM.git and made a pull request to the original.
Results keep in mind the scan was roughly transformed as datum and axis did not line up , additionally I want everything in meters not inches and just used the scaling a few times on the stl to make it the right size and lastly I did not put the right sections in.
Really cool that APC provides this data and together with windtunnel data of
UIUC :https://m-selig.ae.illinois.edu/props/propDB.html can do quick validation studies. I will only have time to some validation but maybe after october when my thesis is done will run them all. If anyone is intrested.
Op zondag 26 april 2026 om 20:25:58 UTC+2 schreef Rob McDonald: