Search found 1653 matches

by David Parker
Fri Jul 26, 2024 6:55 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: simvascular.stanford.edu ftp server died forever????
Replies: 3
Views: 92

Re: simvascular.stanford.edu ftp server died forever????

Hello,

The old simvascular.stanford.edu server has had a major disk failure and has been shut down.

A new server has recently been set up but is not yet available for anonymous downloads.

What were you using the old server for?

Cheers,
Dave
by David Parker
Wed Jul 24, 2024 7:00 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: System get restarted multiple times during running the simulation
Replies: 6
Views: 178

Re: System get restarted multiple times during running the simulation

Hi Niloofar, The 0228_H_AO_COA model has 2,491,655 elements which is a bit large but it should run on a system with 64GB of memory, it will just take a long time to finish 7690 time steps. Are you able to run other applications using mpi? It is not very common for software to crash a computer. I am ...
by David Parker
Fri Jul 19, 2024 1:32 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Generating mesh for boundary layer in FSI
Replies: 1
Views: 98

Re: Generating mesh for boundary layer in FSI

Hi Amit, I don't know of anyone that has created an ALE mesh with a boundary layer using SV. You might could create two meshes, one with boundary layer out and another with boundary layer in. Selecting the Convert Boundary Layer to New Domain checkbox will generate a ModelRegionID Cell array for the...
by David Parker
Fri Jul 19, 2024 12:15 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: System get restarted multiple times during running the simulation
Replies: 6
Views: 178

Re: System get restarted multiple times during running the simulation

Hello, I'm not sure what might be going on here. Some of the VMR models are quite large so maybe the simulation is too much for your computer, although it seems to have a lot of memory, it does have 16 cores though they can be hyper-threading to get you 32 cores I guess. You are not running out of d...
by David Parker
Thu Jul 18, 2024 6:08 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Question about material model in svFSI
Replies: 3
Views: 122

Re: Question about material model in svFSI

Hi Aditya,

Yes, sorry, wrong spelling.

The HGO material model documentation does references the Gasser paper but you will need to look at the implementation details (there are two) to really understand what it does, run some tests, etc.

Dave
by David Parker
Thu Jul 18, 2024 5:26 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Question about material model in svFSI
Replies: 3
Views: 122

Re: Question about material model in svFSI

Hi Aditya, There is a GitHub Issue https://github.com/SimVascular/svFSI/issues/55 that seems to address decoupling. And there is code here https://github.com/SimVascular/svFSI/blob/7bdb74cdd517310d6bf32c0bb7d42072aeac8658/Code/Source/svFSI/MATMODELS.f#L363 that implements this for the HO material mo...
by David Parker
Thu Jul 18, 2024 5:06 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: System get restarted multiple times during running the simulation
Replies: 6
Views: 178

Re: System get restarted multiple times during running the simulation

Hi Niloofar, However, the system get restarted every 10 (more or less) steps. I don't know what the problem is. I would really appreciate it if you could help me with it. What do you mean the system gets restarted? Do you mean the computer crashes and reboots? How many cores are you using? Which mod...
by David Parker
Thu Jul 18, 2024 4:47 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Diffculty Opening Project
Replies: 2
Views: 120

Re: Diffculty Opening Project

Hi Stanley, This project is missing a .svproj file. Add a .svproj file containing <?xml version="1.0" encoding="UTF-8"?> <projectDescription version="1.0"> <images folder_name="Images"> <image name="0171SC" in_project="yes" path="0171SC.vti"/> </images> <paths folder_name="Paths"/> <segmentations fo...
by David Parker
Thu Jul 18, 2024 4:38 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Output conditions of the aorta
Replies: 3
Views: 216

Re: Output conditions of the aorta

The error.txt file you uploaded has the following line

Code: Select all

****** Error occurred in routine <genint  >
  Error code :tetsonly :        0
seems like your mesh is bad or there was a problem reading it.

Cheers,
Dave
by David Parker
Mon Jul 15, 2024 1:36 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Startup Crash: liborg_sv_gui_qt_application.dll cannot be found
Replies: 5
Views: 203

Re: Startup Crash: liborg_sv_gui_qt_application.dll cannot be found

I'm not sure how to use the Windows Registry but I see that is is mentioned in Stack Overflow as something that cause problems. I also think that there is a way to set environment variables like in Linux-like systems, you may also want to check that.

Cheers,
Dave