Creation of centerlines in 1D simulation

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

Re: Creation of centerlines in 1D simulation

Post by David Parker » Mon Nov 01, 2021 12:11 pm

Hi Charlie,

The SV GUI allows you to select sources and targets however you want from the faces defined for your model but I'm not sure if this will still work for your case, depends on the model topology.

The Python API allows you to set the source and target points using a node ID so you could select a point from a path as a target. See https://github.com/ktbolt/SimVascular-T ... erlines.py.

The other thing you could do is to create two models, one with and one without the graft, create centerlines for them and then merge the centerlines. I'm not sure how to merge centerlines though, need to ask Martin about that.

Cheers,
Dave

User avatar
Charlie Bright
Posts: 30
Joined: Mon Jan 27, 2020 3:49 am

Re: Creation of centerlines in 1D simulation

Post by Charlie Bright » Wed Nov 03, 2021 3:45 am

Hi Dave,

Thanks for your suggestions!
I'll have a play with generating multiple centrelines using the node IDs and merging them, that sounds like it could do the trick.
I think I've seen some other forum posts talking about how to do this so I'll give it a read.

Best wishes,
Charlie

POST REPLY