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
2020 年 7 月 10 日
0 投票
5 件のコメント
José Daniel Hoyos Giraldo
2020 年 7 月 10 日
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.
José Daniel Hoyos Giraldo
2020 年 7 月 10 日
José Daniel Hoyos Giraldo
2020 年 7 月 10 日
You can use this package, the best you can do. https://in.mathworks.com/matlabcentral/fileexchange/25555-mesh2d-delaunay-based-unstructured-mesh-generation
カテゴリ
ヘルプ センター および File Exchange で Airfoil tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!