CELL output as regular grid

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
sekeun kim
Posts: 3
Joined: Sun Mar 24, 2019 7:49 pm

CELL output as regular grid

Post by sekeun kim » Mon Jun 17, 2019 4:19 am

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.
Attachments
2019-06-17 20;18;15.PNG
2019-06-17 20;18;15.PNG (100.64 KiB) Viewed 105 times

User avatar
David Parker
Posts: 1677
Joined: Tue Aug 23, 2005 2:43 pm

Re: CELL output as regular grid

Post by David Parker » Mon Jun 17, 2019 8:28 am

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

POST REPLY