Hello, I very much appreciate any help with the following problem.
I have some 2d data (x,y) that describes an airfoil, so I have the "countour" or edges of the 2d figure, and I want to get a discretization of the interior. I dont care if it is with quad or tria mesh, I just want get a set of points (nodes) wich are in the interior of the data.
Thanks

추가 답변 (1개)

KSSV
KSSV 2020년 7월 10일

0 개 추천

댓글 수: 5

Thanks, actually I already saw both links but i cant make it works. Grid generation seems to be a demostration when analytic expresion is known, in the other hand "transfinite interpolation" from the main TFI.m I just dont understand where put the x,y coordinates that I have.
Any suggest?
KSSV
KSSV 2020년 7월 10일
TRansfinite interpolation uses either four side or two poosite sides....you need to proved the points instead of those sides. Undertsand the code, it is striaght forward to replace it with your data.
Hello, I tried changing
xi = linspace(0.,1,m) ;
eta = linspace(0.,1.,n) ;
for my points xi=x; eta=y;
but when it plot the grid, actually it is not my airfoil shape.
Thanks for help.
KSSV
KSSV 2020년 7월 11일
편집: KSSV 2020년 7월 11일

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Airfoil tools에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by