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

Weitere Antworten (1)

KSSV
KSSV am 10 Jul. 2020

0 Stimmen

5 Kommentare

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 am 10 Jul. 2020
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 am 11 Jul. 2020
Bearbeitet: KSSV am 11 Jul. 2020

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Airfoil tools finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by