Dicretization from countour nodes 2D.

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

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?
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.

请先登录,再进行评论。

类别

帮助中心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