Basic Information

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Ranjan kumar
Posts: 9
Joined: Fri Aug 25, 2023 12:56 am

Basic Information

Post by Ranjan kumar » Mon Apr 15, 2024 9:52 pm

Hi,
I just want to know do simvascular consider gravity/or not while simulating.

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

Re: Basic Information

Post by David Parker » Tue Apr 16, 2024 10:01 am

Hello,

I'll assume you are referring to the SImVascular svSolver. Gravity is not explicitly included but you can add it as a body force.

Cheers,
Dave

User avatar
Hong Tang
Posts: 1
Joined: Sat Dec 10, 2022 7:47 am

Re: Basic Information

Post by Hong Tang » Sun Nov 10, 2024 8:13 pm

Hi, David

thank you for your work. I wish to do simulation with gravity. The guide documentation said a user-defined body force can be specified through the e3source.f Fortran subroutine. However, I didn't find any access to edit e3source.f. Could you please give me any indication? thanks a lot!

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

Re: Basic Information

Post by David Parker » Tue Nov 12, 2024 11:33 am

Hello,

It seems that the e3source.f file is the code that you would write to implement a custom body force. However, there is no documentation describing how to use this.

I recommend using the svFSIplus solver (see https://simvascular.github.io/documenta ... iplus.html). It has a Add_BF parameter that allows prescribing a nodally-dependent body force that varies in space and optionally in time (see https://github.com/SimVascular/svFSIplu ... d_solution).

Cheers,
Dave

POST REPLY