|
From: | David Danan |
Subject: | Re: [Getfem-users] Hyperelastic law Benchmark |
Date: | Thu, 22 Jun 2017 12:27:23 +0200 |
Therefore, thanks a lot for providing your notes here, it is very helpful...And it seems to actually work just fine! There is no visible difference between the deformed configuration given by Getfem and the reference solution with this modification.However, your second remark was spot on because the paper actually said it explicitly:I followed your suggestion and tried your _expression_ (which seems perfectly correct to me) and the deformation was, as far as i could tell, identical to the one in the Results_nosym.png.So far, i didn't even think about using the high level generic assembly language for this (and it's a shame given how easy it is to use in this configuration).Dear Kostas,first, thank you for your very fast answer.
"Please note that in all problems the direction of the pressure boundary condition changes with the deformed surface orientation, and its magnitude scales with the deformed area."Once again, thank you!David.2017-06-14 17:52 GMT+02:00 Konstantinos Poulios <address@hidden>:KostasBRIt doesn't seem to be explicitly stated in the paper but since it is about cardiovascular simulation I guess that applying the pressure as a follower load is the standard thing to do, so I am providing you here with my notes on follower loads:So if your p is the actual blood pressure you need the upper right case of the table with q=-p. If at some point you also need shear stresses from the fluid you can also use the second row of the table.On Wed, Jun 14, 2017 at 4:57 PM, Konstantinos Poulios <address@hidden> wrote:KostasI hope I got the _expression_ from the paper right. Can you give it a try?with C,bf,bfs and bt scalar parameters defined with md.add_initialized_scalar_datayou have to callIn principle you should be able to provide GetFEM with your energy density function and let GetFEM do the necessary derivations.Dear DavidHave you tried the high level generic assembly language for this?
Instead of
getfem::add_finite_strain_elasticity_brick(...)
getfem::add_nonlinear_generic_assembly_brick
(md, mim, "0.5*C*(exp([[bf,bfs,bfs],[bfs,bt,bt],[bfs,bt,bt]]:(Green_La grangian(Grad_u+Id(3)).*Green_ Lagrangian(Grad_u+Id(3))))-1)" ); (...). Then the other question is how the applied surface pressure p is distributed, if it is a follower load you need a more complex _expression_ than
"-Pressure*Normal.Test_u"Because "Normal" is in the undeformed configuration.BROn Wed, Jun 14, 2017 at 3:58 PM, David Danan <address@hidden> wrote:-the first use the symmetry of the Green-Lagrange strain tensor to simplify the strain energy functionThere are 3 problems, for now i am working on the first one that is to say the deformation of a 3D rectangular beam clamped on one side and with a pressure applied to the bottom face.Dear Getfem users,i am trying to implement a new hyperelastic law and, in order to validate my results, i am using the following Benchmark
http://rspa.royalsocietypublishing.org/content/471/2184/2015 0641#sec-15
While the deformed configuration given by Getfem is relatively close to the reference(s) solution(s) provided by the benchmark, a visible difference between them still remains and i don't understand where it comes from.The material is governed by a transversely isotropic constitutive law with an incompressibility constraint, often used in cardiac modelling, where the strain energy function is a function of the components of the Green–Lagrange strain tensor E.I tried 2 differents implementations of this law:-The second does not (ergo it is necessary to write the 9 components of the second piola Kirchhoff stress tensor and the 81 components of the fourth order tensor)
Please find enclosed
-the comparison in the first case: Results.png
-the comparison in the second case: Results_nosym.png (slightly better results but 15 times as slow as the first version)
-the python program used to compute the derivative and second derivative of the strain energy function in the first case.-the implementation of the laws in getfem_nonlinear_elasticity.cc and getfem_nonlinear_elasticity.h-The program Guccione.cc and Guccione.param used to produce these very pictures
in both pictures, the reference solution is in grey.
The computation uses Q2/Q1 elements (displacement/lagrange multiplier), since there is no restrictions regarding these aspects.
I have tried with a quasi-incompressibility condition instead of the Lagrangian multiplier: same result (which was to be expected).I have also tried with other meshes (more or less refined) used by other teams but in vain.
Could someone have a look and provide some advices regarding this case/tell me what i am doing wrong?Thanks a lot.Yours sincerely,David.
Ellipsoid.cc
Description: Binary data
Ellipsoid.param
Description: Binary data
simula_S.msh
Description: Mesh model
cardioid.msh
Description: Mesh model
[Prev in Thread] | Current Thread | [Next in Thread] |