HI, I simulated aorta as follows.
It seems that the output of sim-vascular gives value at each meshes node.
I want a velocity at cartesian (regular, rectangle) grid (256*256* Z). (outside of aorta = 0 , inside of aorta = Vxyz )
Is there any way to generate this kind of value? Not a value at each nodes (irregular mesh grid).
Thank you.
CELL output as regular grid
- sekeun kim
- Posts: 3
- Joined: Sun Mar 24, 2019 7:49 pm
CELL output as regular grid
- Attachments
-
- 2019-06-17 20;18;15.PNG (100.64 KiB) Viewed 119 times
- David Parker
- Posts: 1719
- Joined: Tue Aug 23, 2005 2:43 pm
Re: CELL output as regular grid
Hi Sekeun,
This is a pretty specialize application, projecting a unstructured grid to a structured grid, SimVascualar does not have such an operation.
You can use VTK to do this using the vtkSelectEnclosedPoints class.
Cheers,
Dave
This is a pretty specialize application, projecting a unstructured grid to a structured grid, SimVascualar does not have such an operation.
You can use VTK to do this using the vtkSelectEnclosedPoints class.
Cheers,
Dave