MarkH123
Mechanical
- Mar 10, 2010
- 2
Hi guys,
I am writing my own MATLAB code for 2D linear quadrilateral finite elements. The code is complete and when I compare the values of nodal displacement I get from a problem with the values from the same problem in ABAQUS, they are the exact same for Plane Stress problems but different for Plane Strain problems!
As far as I can see the only difference in the formulation is the material stiffness matrix which I have inputted correctly and tested by hand for plane strain. Is there anywhere else I could be going wrong? The type of element I use for plane stress in abaqus is CPS4 and for plane strain CPE4. Does ABAQUS formulte plane strain in a different manner?
Any help would be greatly appreciated.
Mark.
I am writing my own MATLAB code for 2D linear quadrilateral finite elements. The code is complete and when I compare the values of nodal displacement I get from a problem with the values from the same problem in ABAQUS, they are the exact same for Plane Stress problems but different for Plane Strain problems!
As far as I can see the only difference in the formulation is the material stiffness matrix which I have inputted correctly and tested by hand for plane strain. Is there anywhere else I could be going wrong? The type of element I use for plane stress in abaqus is CPS4 and for plane strain CPE4. Does ABAQUS formulte plane strain in a different manner?
Any help would be greatly appreciated.
Mark.