uniform tension of a rubber specimen
Last updated
Last updated
In this page, a rubber specimen is modelled using solid elements and Mooney-Rivlin material.
Only a quarter of the specimen is modelled considering symmetry. The geometry can be seen as follows. The model can be downloaded. uniform-tension-of-a-rubber-specimen.zip
The node and element information can be seen in node.supan
and element.supan
, the mesh is generated by ABAQUS, it is easy to adapt ABAQUS input file to be used here. C3D8
element with full integration and nonlinear geometry is used.
After loading nodes and elements, a MooneyRivlin
material is defined with , and . This is a regularized version of Mooney-Rivlin model that allows a certain degree of dilatation. The parameter used in ABAQUS is the inverse of bulk modulus so that means fully incompressible. The displacement of magnitude of along axis is applied on the free end. A static step with an initial step size of is used. With fixed_step_size
off, the algorithm automatically scale step size based on convergence performance.
To generate the node groups to be used to apply boundary conditions, here the generatebyplane
command is used.
Now BCs and loads can be applied.
Setup steps and perform the analysis.