altaka
Mechanical
- Nov 2, 2021
- 2
I am doing elastic analysis of large deformations on Abaqus Student Edition 2021.
When I set the input file to output E and LE and looked at the result, the values of E and LE are slightly different.
Since there is no plastic strain, I thought that the values of E and LE would match. What is the cause of this?
The input file used is shown below.
* node, nset = nodes
1, 0.0, 0.0
2, 1.0, 1.0
3, 0.0, 2.0
* element, type = cps3, elset = elems
1, 1, 2, 3
* material, name = mat
* elastic
210.0, 0.3
** hyperelastic
** 0.1, 0.1, 0.1
* solid section, elset = elems, material = mat
1.0
* boundary
1, 1, 2
3, 1, 2
* step, nlgeom
* static, direct
1.0, 1.0
* CONTROLS, PARAMETERS = FIELD
1.e2, 1.e2,
* cload
2, 1, 50
* el print, elset = elems
E, LE
* output, field
* element output, elset = elems, variable = preselect
* node output, nset = nodes, variable = preselect
* matrix generate, stiffness
* element matrix output, elset = elems, stiffness = yes, outputfile = user
* end step
Thank you in advance.
When I set the input file to output E and LE and looked at the result, the values of E and LE are slightly different.
Since there is no plastic strain, I thought that the values of E and LE would match. What is the cause of this?
The input file used is shown below.
* node, nset = nodes
1, 0.0, 0.0
2, 1.0, 1.0
3, 0.0, 2.0
* element, type = cps3, elset = elems
1, 1, 2, 3
* material, name = mat
* elastic
210.0, 0.3
** hyperelastic
** 0.1, 0.1, 0.1
* solid section, elset = elems, material = mat
1.0
* boundary
1, 1, 2
3, 1, 2
* step, nlgeom
* static, direct
1.0, 1.0
* CONTROLS, PARAMETERS = FIELD
1.e2, 1.e2,
* cload
2, 1, 50
* el print, elset = elems
E, LE
* output, field
* element output, elset = elems, variable = preselect
* node output, nset = nodes, variable = preselect
* matrix generate, stiffness
* element matrix output, elset = elems, stiffness = yes, outputfile = user
* end step
Thank you in advance.