Search found 63 matches

by Vijay Vedula
Wed Oct 25, 2023 12:24 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Error simulating displacement
Replies: 4
Views: 630

Re: Error simulating displacement

I think there is a mismatch between the face names and intended boundary condition. For e.g., cara_lateral_1.vtp has a normal along y-direction and you named it as Y0, but cara_lateral_1sym.vtp has normal along x-direction, although you are assuming it to be along y-direction and applying displaceme...
by Vijay Vedula
Mon Oct 23, 2023 7:26 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: FSI ALE in a pipe made of 3 different materials
Replies: 4
Views: 617

Re: FSI ALE in a pipe made of 3 different materials

Hi, I have looked at your input file, and it appears that you are trying to do FSI in the pipe3D svFSI-Tests but using different wall properties. If yes, then one projection that you missed is between WALL1-outlet and WALL2-inlet. Instead of a projection, you are setting Dirichlet BCs with 'Zero out...
by Vijay Vedula
Fri Oct 20, 2023 12:06 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Difference between input flow rate and result flow rate
Replies: 5
Views: 844

Re: Difference between input flow rate and result flow rate

In principle, yes. You can apply General BC even if you have many data points, but the input file size will be large. Unless there is some reason for you to apply the exact profile, you may create a smooth interpolant that is periodic, e.g., by using Fourier modes. This will also reduce the total nu...
by Vijay Vedula
Thu Oct 19, 2023 1:53 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Error simulating displacement
Replies: 4
Views: 630

Re: Error simulating displacement

Can you post the case files on Drive or Dropbox? It is better to take a closer look at these before suggesting anything.

-- Vijay
by Vijay Vedula
Thu Oct 19, 2023 1:41 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Difference between input flow rate and result flow rate
Replies: 5
Views: 844

Re: Difference between input flow rate and result flow rate

You have a very steep rise and fall in the flow rates in your input file. The code uses Fourier modes internally to interpolate this prescribed flow rate at each time step. However, Fourier modes cannot capture such sharp gradients and will create a smoother profile, which is sometimes oscillatory. ...
by Vijay Vedula
Thu Oct 19, 2023 1:28 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: FSI ALE in a pipe made of 3 different materials
Replies: 4
Views: 617

Re: FSI ALE in a pipe made of 3 different materials

Are these multiple solid domains connected? Do they share a common boundary? If so, you don't have to create them as separate mesh entities, but only set Domain IDs for each of the domains where you would like to set different constitutive models. Can you post a picture of the problem you are trying...
by Vijay Vedula
Thu Oct 19, 2023 1:25 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: FSI ALE - mesh - shell element - materials
Replies: 1
Views: 287

Re: FSI ALE - mesh - shell element - materials

Hi Valentina, I don't think we add the feature to do FSI with shells. So you should simulate the membrane using a thin solid. To your other question regarding meshing, I am not clear if I understand it right. But, you're right that SimVascular only creates linear tetrahedral mesh elements. I am not ...
by Vijay Vedula
Mon Sep 25, 2023 5:39 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Electrophysiology modeling
Replies: 2
Views: 284

Re: Electrophysiology modeling

The dimensions of the diffusivity coefficient is [Length^2/Time] as indicated in the documentation

https://simvascular.github.io/documenta ... p-modeling
by Vijay Vedula
Wed Aug 09, 2023 1:39 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Generating a model with moving boundaries
Replies: 2
Views: 389

Re: Generating a model with moving boundaries

Hi Joanne, Usually, you need to perform registration, either a point-set registration or image-based registration, to extract nodal displacements and impose them to perform a prescribed-wall motion FSI simulation. Documentation on setting up such a simulation is provided here . Reg. the reference yo...
by Vijay Vedula
Wed Feb 22, 2023 2:16 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Remeshing error in fluid domain during FSI simulation
Replies: 5
Views: 789

Re: Remeshing error in fluid domain during FSI simulation

Hi Dave, Thanks, but usually the algorithm is designed in such a way that it should find all the nodes in a couple of passes. This case appears peculiar. Let me know if I can help in any way. One thing that is unclear to me is that although the baseline fluid mesh has only 11514 nodes (or ~44K eleme...