How to analytically validate a large deformation analysis?
How to analytically validate a large deformation analysis?
(OP)
Dear all,
I am involved in writing a 3D large deformation finite element code, that uses 8-noded brick, linear elastic elements ONLY. I need to validate my solution against a simple problem that is solved analytically. For example a long thin (3D) rod that is held and one end and somehow highly loaded at the other, such that there is large deformation in the rod. Does anybody have such a sample problem with an analytical solution?
Or anybody got any other suggestions?
Experimental testing isn’t really an option.
Kind Regards, and Happy New Year!
I am involved in writing a 3D large deformation finite element code, that uses 8-noded brick, linear elastic elements ONLY. I need to validate my solution against a simple problem that is solved analytically. For example a long thin (3D) rod that is held and one end and somehow highly loaded at the other, such that there is large deformation in the rod. Does anybody have such a sample problem with an analytical solution?
Or anybody got any other suggestions?
Experimental testing isn’t really an option.
Kind Regards, and Happy New Year!





RE: How to analytically validate a large deformation analysis?
You can google for the online documentation of ABAQUS.
It includes 2 manuals:
- ABAQUS Benchmarks Manual
- ABAQUS Verification Manual
where you can find typical verification problems.
For example: http://lcadm.rrzn.uni-hannover.de:2080/
RE: How to analytically validate a large deformation analysis?
prex
http://www.xcalcs.com
Online tools for structural design
RE: How to analytically validate a large deformation analysis?
RE: How to analytically validate a large deformation analysis?
RE: How to analytically validate a large deformation analysis?
Maybe if you told us the material you wanted to model? A rubber? A nonlinear viscoelastic material?
I might have a few large deformation analytical solutions to help you if the material type is the same.
RE: How to analytically validate a large deformation analysis?
Does this imply that my choice of element type will probably limit my large deformation modeling capabilities? certainly looking at figure 2.1.2-1 it appear so (apologies to anyone without access to the abaqus benchmark manual 6.5)
Dear Prost,
My FE solver is limited to 3D linear elastic 8 noded cube elements only, while this constitutive behavior is probably a very simplified version of any true material behavior under large deformations, it is what I am looking for, for the purposes of my project, and is what I need an analytical solution for. If you think you have any model + solution that may be of use, I would be most appreciative
RE: How to analytically validate a large deformation analysis?
The best analytic solutions are available for simple beam cases, usually cantilever beams with a distributed or point load.
The nesh density is an important factor of high deformation analysis, so make your mesh properly dense.
RE: How to analytically validate a large deformation analysis?
I've never heard that before. Are you telling me a Slinky doesn't operate in the elastic range? or a leaf spring? Because when we design springs we use geometrical non linearity, but assume materals are linear.
Cheers
Greg Locock
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: How to analytically validate a large deformation analysis?
The C3D8 elements won't give the correct result as they are linear and only one element is used through the thickness of the cantilever in their example, ie. for that element the stress is constant. In that case the element is overstiff, as they say. That doesn't mean to say the element is crap, it's just been used inappropriaitely.
In reality you'd be a fool to use only one element through the thickness for a bending problem.
As Greg points out, the problem is non-linear because of the large deformation, not because of material properties, which are linear.
corus
RE: How to analytically validate a large deformation analysis?
You can do a single element test for a start and so check some work conjugate stress and strain measures for large strains.
The 8-node brick element has unit dimensions. The stress-strain relation is linear.
One face is fixed and on the opposite one a displacement is applied in such a way we have a uniform tensile state of stress.
To validate the results we view the end reaction force, stress and strain states (for several strain measures if available) to a given displacement.
And we compare them to a very simple analytical solution.
You can check with an another test (cantilever under intermediate load for example) wether the components of the stress tensor (of the elements at the end of the beam) do not change as result of a rigid body rotation.
Regards,
Torpen
RE: How to analytically validate a large deformation analysis?