Page 1 of 1
Basic Information
Posted: Mon Apr 15, 2024 9:52 pm
by ranjan15sept
Hi,
I just want to know do simvascular consider gravity/or not while simulating.
Re: Basic Information
Posted: Tue Apr 16, 2024 10:01 am
by davep
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
Re: Basic Information
Posted: Sun Nov 10, 2024 8:13 pm
by tanghongbme
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!
Re: Basic Information
Posted: Tue Nov 12, 2024 11:33 am
by davep
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