stress tensor from coupled momentum method

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Pier Giuseppe Ledda
Posts: 2
Joined: Fri Jan 14, 2022 1:55 pm

stress tensor from coupled momentum method

Post by Pier Giuseppe Ledda » Fri Jul 08, 2022 1:45 am

Hi everyone,

I am familiarizing with SimVascular, in particular with the deformable wall model implemented with the Coupled Momentum Method.

I had a look at the outputs and I noticed that the stress tensor of the solid vessel is not an output of the simulation, while the displacement field as well as the tractions acting on the vessel walls are present.

I was wondering if there is a way to extract the stress tensor.

Thank you in advance for your answer,

Best regards,

PG Ledda

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

Re: stress tensor from coupled momentum method

Post by Weiguang Yang » Mon Jul 11, 2022 4:47 pm

Maybe you can do it in the post-processing. Since the wall nodal velocity is available, apply the membrane linear constitutive relationship to get the wall stress tensor:
\sigma=C:\epsilon,
where C is the material stiffness tensor and \epsilon is the strain rate tensor. See eqns 32-35 in Figueroa et al. CMAME, 2006.
For each vtu output file, use the unstructured gradient filter in paraview or paraview.simple python module can help with the calculation.
This is an idea off the top of my head. Hope it helps.

User avatar
Pier Giuseppe Ledda
Posts: 2
Joined: Fri Jan 14, 2022 1:55 pm

Re: stress tensor from coupled momentum method

Post by Pier Giuseppe Ledda » Fri Jul 15, 2022 12:34 am

Dear Weiguang,

thank you for your suggestion. I implemented it in Paraview and the results look reasonable.

Best regards,

PG

POST REPLY