How to plot streamlines for a fea unstructured mesh with given u,v velocities?
8 次查看(过去 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!