You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've stumped all LLMs so I thought I'd try here. I'm trying to export the surface of a fluid dynamics simulation using SURFACE cells and write_mesh_to_vtk. As I understand it, I need to use some sort of cube marching function to grab the TYPE_I cells and generate a mesh, which I understand the write_mesh_to_vtk function will write to disk.
It's not clear if I should write a series of meshes to disk, or extract the meshes from the exported VTKs using ParaView. Any ideas? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've stumped all LLMs so I thought I'd try here. I'm trying to export the surface of a fluid dynamics simulation using SURFACE cells and write_mesh_to_vtk. As I understand it, I need to use some sort of cube marching function to grab the TYPE_I cells and generate a mesh, which I understand the write_mesh_to_vtk function will write to disk.
It's not clear if I should write a series of meshes to disk, or extract the meshes from the exported VTKs using ParaView. Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions