Hey all,
I am doing the simulation of compression of an O-Ring using the Neo Hooke compression model.
The O-Ring is compressed for 2.4 mm between 2 parallel flat plates.
Because of revolutionary geometrical characteristics and symmetry, compression model is a 2D axisymmetric model:
The yellow nodes at diameter are the reaction force nodes.
The problem is that the experiment result of the compression show a max force of 1400? but the fem model shows just a force of around 10N
I am not being able to figure out what I am missing out, so that the forces from simulation are so much lesser than the actual experiment. Would be great if someone could help with that.
SInce the model is a 2D asymmetric model, do the forces have to be integrated along the circumference after the simulation ?
( I set the displacement in INP file to be half of the actual compression in experiment, since the fem geometry is half cross section of the actual.)
This is the input file:
*****************************************************
** Material properties definitions
*****************************************************
*MATERIAL, NAME = metal
*ELASTIC
**youngs modulus in N/m2
2.1e11, 0.3
*MATERIAL, NAME=rubber
*HYPERELASTIC, Neo Hooke
1.6273, 0
*****************************************************
** Geometry-material assignments
*****************************************************
*SOLID SECTION, ELSET = Eoring_com, MATERIAL = rubber
*SOLID SECTION, ELSET = Eplate, MATERIAL = metal
*****************************************************
** Constraints and homogenous boundary conditions
*****************************************************
*BOUNDARY
Nplate, 1
*INCLUDE, INPUT = symm_y_2.bou
*****************************************************
** Contact definitions
*****************************************************
*SURFACE INTERACTION, NAME = compression
*SURFACE BEHAVIOR, PRESSURE-OVERCLOSURE = linear
200,0.00639,1e-3
*CONTACT PAIR, INTERACTION = compression, TYPE = node to surface
Scontact_oring, Scontact_plate
*FRICTION
0.9, 0.055
*****************************************************
** Time sequence definitions
*****************************************************
*TIME POINTS, NAME = sampling, GENERATE
0,1, 0.02
*****************************************************
** STEPS
*****************************************************
*STEP, NLGEOM, INC =200
*STATIC
0.1,1,,1e30
*BOUNDARY
Nplate, 2,,-0.934
*NODE FILE, OUTPUT = 2D
U
*EL FILE
S
*node print, nset=Nreaction_com,time points=sampling, totals = yes
**node print, nset=Nreaction_com, totals = yes
RF
*CONTACT FILE
CDIS, cstr
*END STEP