Dear all, I’m trying to model multilayer soil in abaqus. To use the SaniSand umat in model I use the following parameters but no plastic strain at all. The unit […]
Hi Everybody, I would like to ask an error problem where I am getting while using Plaxis 3D tunnel V 1.2. Previously I was using the software with Windows 7 […]
Hi, I am doing Plane strain 2D simulation of GRPS embankment in ABAQUS, i encountered a problem that results of with geogrid and without geogrid both are showing same deflection. […]
hi, every one i have problem with fortran format my abaqus is 6.14 and this version accept (.for) format for fortran but some subroutines are in (.f ) format is […]
Dear all, I’m using the UMAT file in which the hypoplastic model for thermal cycles is implemented. In the Abaqus input file I have added the two lines necessary to […]
Dear Prof David / SOil model community, I am performing coupled consolidation analysis for deep excavation in clay using HP clay model in Plaxis 3D. Performing the undrained analysis, the […]
Hi All, Tochnog Professional now has an EasyTochnog extension, see http://www.tochnogprofessional.nl/easy_tochnog/page.php. With simple input data like pile diameter, pile length, slope geometry, sheet pile data, etc. a complete Tochnog Professional […]
Use total plastic strain and Cauchy for 3D
strain=sqrt(0.5*(pe11-pem)^2+0.5*(pe22-pem)^2+0.5*(pe33-pem)^2+pe12^2+pe23^2+pe13^2)
pem=(pe11+pe22+pe33)/3
for explixit pe23=array(5) and pe13=array(6)
for implicit pe23=array(6!) and pe13=array(5!)*
for plainstrain: pe13 and pe23 do not exist
*
for explicit vgetvrm gives you e12,e23,e13
for implicit you maybe get y12,y13,y23: you have to check this
Comments are closed.
Use total plastic strain and Cauchy for 3D
strain=sqrt(0.5*(pe11-pem)^2+0.5*(pe22-pem)^2+0.5*(pe33-pem)^2+pe12^2+pe23^2+pe13^2)
pem=(pe11+pe22+pe33)/3
for explixit pe23=array(5) and pe13=array(6)
for implicit pe23=array(6!) and pe13=array(5!)*
for plainstrain: pe13 and pe23 do not exist
*
for explicit vgetvrm gives you e12,e23,e13
for implicit you maybe get y12,y13,y23: you have to check this