Search found 59 matches

by Martin Pfaller
Wed Mar 10, 2021 6:25 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: 1D Modeling VTK Export Option
Replies: 8
Views: 320

Re: 1D Modeling VTK Export Option

Hi Sohrab, You can specify the number of sampling points within a branch in SimVascular. That will sample the area at points inside the branch and not just at the inlet and outlet. This will translate to several 1D segments per vessel branch If you're using the GUI, inside the "SV 1D Simulation" plu...
by Martin Pfaller
Mon Mar 01, 2021 6:21 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: 1D Modeling VTK Export Option
Replies: 8
Views: 320

Re: 1D Modeling VTK Export Option

Hi Sohrab, Unfortunately, the conversion you're talking about happens inside svOneDSolver, so it won't work with your solver. I'm currently including a method to export 1D results to the centerline .vtp. You can check it out in my fork of SimVascular: https://github.com/mrp089/SimVascular/blob/maste...
by Martin Pfaller
Wed Feb 24, 2021 11:07 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Cannot Find sv1DSolver Package after successful Installation
Replies: 8
Views: 205

Re: Cannot Find sv1DSolver Package after successful Installation

Hi Hao, It seems like your command doesn't use your input file. It should be something like /usr/local/sv/oneDSolver/2019-07-09/bin/OneDSolver solver_hao.in Always save your input file as pure text (e.g. .txt). The .rtf file format contains additional information that the solver can't read. I replac...
by Martin Pfaller
Tue Feb 23, 2021 10:19 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Creation of centerlines in 1D simulation
Replies: 11
Views: 873

Re: Creation of centerlines in 1D simulation

You can convert the files in the GUI. Create a new 1D simulation, go to Convert Results, and enter the folder where the results are saved.

If you're using Linux or Mac OS, you can also download the svOneDSolver executable: https://simtk.org/projects/simvascular
by Martin Pfaller
Tue Feb 23, 2021 10:12 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Cannot Find sv1DSolver Package after successful Installation
Replies: 8
Views: 205

Re: Cannot Find sv1DSolver Package after successful Installation

Execute the command

Code: Select all

/usr/local/sv/oneDSolver/2019-07-09/bin/OneDSolver path_to_your_input_file
by Martin Pfaller
Fri Feb 12, 2021 8:51 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Creation of centerlines in 1D simulation
Replies: 11
Views: 873

Re: Creation of centerlines in 1D simulation

Hi Andrea,

I'm sorry for taking so long to get back to you. I ran the simulation files and for me they complete without error. I uploaded them here:

https://drive.google.com/file/d/1OYepx- ... sp=sharing

Are you using the current version of SimVascular?

Martin
by Martin Pfaller
Fri Feb 05, 2021 11:40 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: 1D simulations with pressure loss
Replies: 1
Views: 107

Re: 1D simulations with pressure loss

Hi Karen,

Unfortunately, these features are not tested right now. We plan to (re-)activate those in the future. If you need it urgently, you could have a look at the source code to track down the seg-fault:

https://github.com/SimVascular/svOneDSolver

Best
Martin
by Martin Pfaller
Fri Feb 05, 2021 11:24 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Simvascular compile under Ubuntu 20.04.1 LTS
Replies: 8
Views: 316

Re: Simvascular compile under Ubuntu 20.04.1 LTS

Unfortunately, I don't know any other 1D open source codes that incorporate pressure losses due to stenosis.