Dear I want to connect remote sensors to my engineering software Plaxis FEM 3D. Some days ago I was able to connect the python to the Plaxis FEM 3D, but […]
The 2014 Masin hypoplasticity for clays has been implemented in Tochnog Professional under guidance of Dr. David Masin. This implementation includes structure, intergranular strains and visco effects. Extensions to the […]
I am using the mesh-to-mesh solution mapping with MCC model. The element type used is CPE8RP. My initial analysis runs without any issue and when the deformations reach a certain […]
Hi, I have a question regarding local, material-level convergence tolerances in FE software, particularly Abaqus and Plaxis. I have experience using Abaqus but not much familiar with Plaxis. As shown […]
Dear all, I recently conducted a numerical simulation of pile-soil interaction. I digged a vertical hole and insert the pile into that with general contact. Due to many reasons, I […]
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