Hi,
This would be my proposal to explain the source of discrepancy between a Neo Hook material model and the elastic range of Plastic Material.
For comparison I have directly measure Young Modulus and Poisson Ration on my results.
1-Neo Hook material model is actually not suitable for high Young modulus models. The default compressibility value is triggered before it should be desired overriding the user input value.
The reason is explained in my previous post.
2-In a Neo Hookean material model, there is a close correspondence between the pairs (C10, D1) and (E , Nu). Changing D1 to itâs default value without adjusting C10 accordingly changes not only its equivalent Poisson ration but also itâs equivalent Young modulus. The model becomes much stiff.
3-Material defined directly as Plastic doesnât seem to show any issue.
Abstract of my measures on four cubes 1x1x1 with the following material parameters:
*MATERIAL,NAME=Plast
*ELASTIC,TYPE=ISOTROPIC
210000E6,0.3
*Plastic
210000E6,0.0
*DENSITY
7850
*MATERIAL,NAME=PlastIso
*ELASTIC,TYPE=ISOTROPIC
210000E6,0.475
*Plastic
210000E6,0.0
*DENSITY
7850
*MATERIAL,NAME=Neo
*HYPERELASTIC,NEO HOOKE
4.0384615385E+10,1.1428571429E-11
**(210000E6,0.3)
*DENSITY
7850
*MATERIAL,NAME=NeoIso
*HYPERELASTIC,NEO HOOKE
3.5593220339E+10,1.4285714286E-12
**(210000E6,0.475)
*DENSITY
7850
EDITED: Fixed Final Step Young Modulus value. I was using the wrong strain measure to compute it. Doesnât change the final conlcusion. Just confirms Young modulus remains âconstant along the computationâ as it should.