svFSI tutorial CMM 01-pipe_RCR

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
pawan pal
Posts: 18
Joined: Wed Jun 07, 2023 12:21 am

svFSI tutorial CMM 01-pipe_RCR

Post by pawan pal » Fri Nov 22, 2024 6:10 am

Hello Sir,

I am working on the svFSI tutorial CMM 01-pipe_RCR, and I encountered some issues. In the tutorial, the file B_NS_Energy_flux_flux.txt is already provided in the 24-procs folder. However, when I run the same svFSI simulation on my laptop using a single processor (1-procs), this file is not generated after completing the simulation.

Additionally, the tutorial provides a Python script (calcMeanPressTrac.py) for generating the file rigid_wall_mean_traction.vtp (available at https://github.com/SimVascular/svFSI-Te ... R/01-rigid.). Unfortunately, when I attempt to run this script, it throws an error.

Do I need to learn Python to debug and use the script, or is there another way to generate the rigid_wall_mean_traction.vtp file that is required for the next step in the CMM 01-inflate tutorial?

Thank you for your guidance.

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

Re: svFSI tutorial CMM 01-pipe_RCR

Post by David Parker » Mon Nov 25, 2024 11:30 am

Hello,

It is not clear how the B_NS*.txt files are created. You can write an Energy_flux quantity for CMM.

The Pythom script is hard-coded to process VTU files in the 24-procs/vtuFiles directory and other parameters. It is not clear what it even does, not comments in the script and no description in the svFSI-Tests CMM what it might do.

Note that the svFSI solver is no longer supported. We are focusing on the svFSIplus solver and are in the process of writing a User Guide for it.

Cheers,
Dave

User avatar
pawan pal
Posts: 18
Joined: Wed Jun 07, 2023 12:21 am

Re: svFSI tutorial CMM 01-pipe_RCR

Post by pawan pal » Sun Dec 01, 2024 7:23 am

Hello David sir,

Thank you for your response and for clarifying the focus on the svFSIplus solver.

Could you please guide me on where I can obtain svFSIplus and is it working on Ubuntu 20.04.6 LTS? Additionally, any preliminary documentation or tips would be greatly appreciated.

Thank you again for your assistance!

Best regards,
pawan

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

Re: svFSI tutorial CMM 01-pipe_RCR

Post by David Parker » Tue Dec 03, 2024 11:47 am

Hi Pawan,

You can download an Ubuntu 20 svFSIplus installer from SimTK.

The documentation is here https://simvascular.github.io/documenta ... iplus.html.

Cheers,
Dave

POST REPLY