Deformable Wall Simulations

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Florian Gartner
Posts: 12
Joined: Tue Dec 12, 2023 7:13 am

Deformable Wall Simulations

Post by Florian Gartner » Wed May 29, 2024 11:24 am

Dear Simvascular Team,

I have a principle question regarding deformable wall simulations:

Say I have an MRI image from which I extract a vessel's geometry and the image was taken during diastole. The geometry that we see on the image then corresponds to the geometry of the vessel when the vessel wall experiences a diastolic pressure of ~80mmHg.

Now if we do a deformable wall simulation, a resulting pressure of 80mmHg would nonetheless deform the vessel's geometry and further expand its diameter. This means the deformation in the simulation will always be larger than the actual deformation in the patient, wouldn't it?

Or is there some way to 'calibrate' the model to some fixed pressure value at which the image was taken?

I originally thought this might be done by the pressure parameter specified in the deformable wall parameters section, but it seems that this pressure value only serves for initialization purposes but not to 'calibrate' the model in the sense described here. Is there some other way such calibration can be achieved?

Thank you for your help!
Cheers, Flo

User avatar
Weiguang Yang
Posts: 110
Joined: Mon Apr 07, 2008 2:17 pm

Re: Deformable Wall Simulations

Post by Weiguang Yang » Wed May 29, 2024 1:34 pm

If you use svFSI, there is an example that "prestresses" the geometry to match the reference geometry based on medical images. Please see https://github.com/SimVascular/svFSI-Te ... _prestress

If you use svSolver's coupled momentum method, the presolver needs a pressure to solve a hydrostatic problem in which the model is "inflated" to get non-zero displacement. Yes, if you apply the resulting displacements to the model based on the medical image, it will be bigger that the geometry based on your MRI. After the CMM simulation is done, you can consider subtracting the displacements by the initial displacements (t=0). Thus the displacements are values relative to the initial geometry. I hope these help.
Best

User avatar
Florian Gartner
Posts: 12
Joined: Tue Dec 12, 2023 7:13 am

Re: Deformable Wall Simulations

Post by Florian Gartner » Thu May 30, 2024 8:46 am

Hi Weiguang,
Thank you very much for your quick response and the link to the svFSI project!
Performing the simulation with svSolver's CMM and then subtracting the initial displacements in the post-processing step is also a good idea, but I think the expanded geometry would also impact the fluid dynamics during the simulation. I think that in critical situations, e.g. in the case of a severe stenosis, this could have a significant effect on the simulated pressure differences and the flow properties, which one would like to assess with the simulation?

I still had another idea: Would it also be possible to calibrate the pressure by setting the distal pressure in the resistance- or RCR boundary conditions of all the outlets to the negative pressure value at which the image was taken? For example, if the image was taken during diastole at a pressure of 80mmHg, can I just set the distal pressure to -80mmHg and then, during post-processing, add 80mmHg to the obtained pressure results? Changing the distal pressure should just shift the pressure values by a constant but otherwise not affect the hemodynamics, right? In this way, one could ensure that, during diastole, the simulation should have a pressure around zero and thus the wall should not deform considerably. Only during systole, when the pressure is higher, the wall would deform. Do you think this works in the intended way or is there a flaw in this consideration?

User avatar
Weiguang Yang
Posts: 110
Joined: Mon Apr 07, 2008 2:17 pm

Re: Deformable Wall Simulations

Post by Weiguang Yang » Thu May 30, 2024 12:05 pm

For CMM, the assumption is that because of a small deformation, say <10% change relative to the diameter during the cycle, the mesh is stationary. i.e. the coordinates of the mesh nodes remain unchanged but the traction forces on the wall nodes change. In a severe stenosis, allowing a deformable wall will reduce the pressure gradient significantly compared to the rigid wall result.

Adding a constant pressure to your pressure field won't change the velocity for Navier-Stokes. It is true for a rigid wall case. When the boundary is not rigid, this additional pressure theoretically will deform the wall resulting in differences.

Ideally, if you can estimate a stress free configuration from the diastolic image and inflate it to the diastolic pressure using other methods/codes, then the resulting displacement could be a "real" displacement written into the restart file at t=0 for starting CMM.

In addition, svFSIplus has a CMM implementation as well. It has a prestress case. You can test it and see if it works better. To be honest, I don't have much experience using it.

https://github.com/SimVascular/svFSIplu ... mm/pipe_3d

POST REPLY