How to plot streamlines for a fea unstructured mesh with given u,v velocities?
6 ビュー (過去 30 日間)
古いコメントを表示
I have a unstructured mesh with node coordinates and respective u,v velocities. The streamline plot fucntion needs monotonic data, is there any other way to plot stream lines using unstructured mesh?
0 件のコメント
回答 (2 件)
darova
2021 年 6 月 5 日
Use griddata to create monotonic data
1 件のコメント
biot0p
2022 年 4 月 26 日
Typically meshes that come from complex geometries of FEA are actually unstructured, so griddata would not work in this case.
i found this link here, that plots steamlines from meshes, but one of the functions used (tsearch) is deprecated. It would be great if streamline simply had a way of plotting with meshes, like quiver does!
参考
カテゴリ
Help Center および File Exchange で Vector Fields についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!