How to plot streamlines for a fea unstructured mesh with given u,v velocities?

8 visualizaciones (últimos 30 días)
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?

Respuestas (2)

SALAH ALRABEEI
SALAH ALRABEEI el 5 de Jun. de 2021
% try
quiver(x,y,u,v)

darova
darova el 5 de Jun. de 2021
Use griddata to create monotonic data
  1 comentario
biot0p
biot0p el 26 de Abr. de 2022
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!

Iniciar sesión para comentar.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by