WSS calculations directly from SimVascular

Provides a system for patient-specific cardiovascular modeling and simulation.
User avatar
David Parker
Posts: 1679
Joined: Tue Aug 23, 2005 2:43 pm

Re: WSS calculations directly from SimVascular

Post by David Parker » Wed May 29, 2019 9:57 pm

Hi Ati,

I have written a couple of programs to read and select SV results.

The read-results program (https://github.com/ktbolt/cardiovascula ... ts/c%2B%2B) is used to read an SV .vtp or .vtu file and print the mesh and simulation results.

The select-results program (https://github.com/ktbolt/cardiovascula ... -results/c++/) is used to interactively select and display results for a .vtp file.

You will need to download the source and build and executable using CMake. You will also need to have VTK installed. Give them a try!

A vtp file only contains elements (triangles) for the the mesh surface with results for the surface nodes.

Cheers,
Dave

POST REPLY