HGO material parameters

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

HGO material parameters

Post by Sara Zambon » Wed Apr 06, 2022 3:57 am

Hello everyone,
i wanted to have a feedback on HGO (decoupled) material parameter settings:

As I set:
HGO-{
a4: / b4: / a6: / b6:
kappa: (k=0) }


Is the parameter mu appearing in the formulation (see figure) derived from "Elasticity modulus" (E) and "Poisson ratio" keywords so that mu=E/(2*(1+poisson))? That is, is mu=shear modulus of the isotropic material matrix ?

Thank you! :)
Attachments
Screenshot from 2022-04-06 12-43-40.png
HGO - decoupled
Screenshot from 2022-04-06 12-43-40.png (39.54 KiB) Viewed 599 times

User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: HGO material parameters

Post by David Parker » Thu Apr 07, 2022 12:17 pm

Hi Sara,

You are correct, the parameter mu=E/(2*(1+poisson)) is used in the HGO material model. See lines 2398 and 2467 in https://github.com/SimVascular/svFSI/bl ... EADFILES.f.

These values are later used at line 190 in https://github.com/SimVascular/svFSI/bl ... ATMODELS.f

Cheers,
Dave

User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

Re: HGO material parameters

Post by Sara Zambon » Thu Apr 14, 2022 6:48 am

Thank you really much! :)
Another thing: is there a way in svFSI to set (some or all) the solver parameters available in svsolver (see figure)?
For example Residual criteria, residual control, step construction, ...

as far as I know, the available settings are:

Add equation: FSI {
Coupled: ...
Min iterations: ..
Max iterations: ....
Tolerance: ...
.....}

Tnx!
Attachments
Screenshot from 2022-04-14 15-46-23.png
Screenshot from 2022-04-14 15-46-23.png (61.61 KiB) Viewed 514 times

User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: HGO material parameters

Post by David Parker » Fri Apr 15, 2022 11:01 am

Hi Sara,

All of the parameters used by svFSI are documented here https://github.com/SimVascular/svFSI/bl ... master.inp.

Cheers,
Dave

User avatar
Sara Zambon
Posts: 14
Joined: Fri Nov 08, 2019 2:08 am

Re: HGO material parameters

Post by Sara Zambon » Mon Apr 25, 2022 4:26 am

Ok, so there are only the abovementioned ones :) thanks

One last little question:
How are the "Def_Grad" array components saved? ( in struct simulations results for example)
Just to make sure the corresponding components are linked to the right array positions
(see figure)

Thank you!
Image1.png
Image1.png (45.57 KiB) Viewed 478 times

User avatar
David Parker
Posts: 1696
Joined: Tue Aug 23, 2005 2:43 pm

Re: HGO material parameters

Post by David Parker » Mon Apr 25, 2022 1:30 pm

Hi Sara,

Looking at the svFSI code in POST.f it seems that Def_Grad data is output by row: 0,1,2 / 3,4,5 / 6,7,8.

Cheers,
Dave

POST REPLY