When I try to run the code inside SimVascular using the python console, Simvascular crashes and closes suddenly.
What can be the problem?
Thanks,
Ione
Search found 5 matches
- Thu Nov 14, 2024 2:20 am
- Forum: SimVascular: Cardiovascular Modeling and Simulation Application
- Topic: Writing input file for ROM with Python API not working
- Replies: 4
- Views: 248
- Thu Nov 14, 2024 2:03 am
- Forum: SimVascular: Cardiovascular Modeling and Simulation Application
- Topic: Writing input file for ROM with Python API not working
- Replies: 4
- Views: 248
Re: Writing input file for ROM with Python API not working
Hi, thanks for your answer. Yes I'm runnig the script in the Windows power shell using this command: sv.bat --python -- script.py But I'm not sure wheter this is a problem or not since my collegues are using the same command to run different scripts for the mesh generation and everthing works fine. ...
- Wed Nov 13, 2024 9:02 am
- Forum: SimVascular: Cardiovascular Modeling and Simulation Application
- Topic: Writing input file for ROM with Python API not working
- Replies: 4
- Views: 248
Writing input file for ROM with Python API not working
Hi, I have this code that is a combination of two codes that i found in the git hub repository. First i want to extract the centerline of a given geometry, then i want to buid a 0d model. This is code: import os from pathlib import Path import sv import sys import vtk patient_id = 'AORTA-013' ## Set...
- Thu Jun 20, 2024 5:36 am
- Forum: SimVascular: Cardiovascular Modeling and Simulation Application
- Topic: CMM simulation with variable hyperelastic anisotropi wall material properties
- Replies: 3
- Views: 701
Re: CMM simulation with variable hyperelastic anisotropi wall material properties
Hi thanks for your answer, so is it possible to define different domains also if I am using the CMM method? Because reading the svFSI_master.inp file it seems that different domains can be defined only if the ALE method is used. In the CMM instruction I found this instead: MM" or "Coupled Momentum" ...
- Tue Jun 18, 2024 6:48 am
- Forum: SimVascular: Cardiovascular Modeling and Simulation Application
- Topic: CMM simulation with variable hyperelastic anisotropi wall material properties
- Replies: 3
- Views: 701
CMM simulation with variable hyperelastic anisotropi wall material properties
Hi everyone, I'm working on a project and I want to perform an FSI (CMM) simulation of the aorta. I would like to set hyperelastic and anisotropic wall material properties, particularly using the Holzafell-Gasser-Odegn costituitive model with two families of fiber. I would like to set different cons...