Mathematical Modelling of Plasticity: Plasticity in 3D Stress State
Strain Decomposition and Incremental Behaviour in Multi-axial Stress States with Isotropic Hardening (No Bauschinger Effect)
The three functions that were presented in the previous section can be extended to cover a multi-axial stress state.
Multi-axial Von Mises Yield Function
The introduction of the multi-axial yield function dates back to the early years of the twentieth century with various researchers conducting experiments on the yielding of metals. As it was observed that metals are, in general, linear elastic isotropic materials and that yielding occurs independently of the hydrostatic stress, it was proposed that the material would start yielding once the deviatoric component of the elastic strain energy stored inside the material reaches a critical state. The expression for the deviatoric strain energy is equal to:
Where, the von Mises stress, denoted by , is an invariant of the deviatoric stress tensor. The “critical” value at which the material starts to yield can be obtained from a uniaxial state of stress experiment. In the uniaxial state of stress, is equal to and yielding will occur once . Thus, the critical strain energy at the onset of yield is equal to:
Thus, in a state of stress described by a Cauchy stress matrix , the yield function can be defined as follows:
In this relationship, describes the state of the stress inside the material while gives the maximum value that can attain before yielding. is presented as in the stress based failure criteria section. Similar to the uniaxial case, if , then the material is exhibiting elastic deformations while if then, the material is about to exhibit plastic strain. The three dimensional version of the consistency condition presented above has the following form:
In other words, the rates of change of the stress components are related to the rate of change of the equivalent plastic strain . The incremental form of the consistency condition is such that . This implies that as the stress changes, the yield function should not change and should also be equal to 0. Thus:
The incremental form of the consistency condition in a multi-axial state of stress relates the increment in the increase in the applied stress represented by to the incremental change of the yield stress of the material, or the increment in the applied stress components to the increment in the accumulated plastic strain parameter . The backward Euler integration scheme is recommended for better accuracy of the results.
As shown in the stress based failure criteria section, if a coordinate system is chosen such that stress matrix is diagonal and the only possible nonzero components are , , and , then the von Mises yield function is represented in the stress space by a cylinder whose axis is the line representing the hydrostatic stress states (). To show this, we will investigate the the relationship:
after a coordinate transformation into the new coordinate system , , and . Obviously, represents the line of the hydrostatic stress while and are perpendicular to that line. The coordinate transformation matrix into the new coordinate system has the form:
A point with coordinates will have coordinates in the new coordinate system such that:
By replacing , , and in the yield surface relationship with the coordinates , , and :
Suggesting that in this new coordinate system, the relationship represents a cylinder whose axis is the vector and whose radius is .
View Mathematica Code
Q = {{1/Sqrt[3], 1/Sqrt[3], 1/Sqrt[3]}, {1/Sqrt[2], -1/Sqrt[2], 0}, {1/Sqrt[6], 1/Sqrt[6], -2/Sqrt[6]}}; a = {a1, a2, a3}; s = Transpose[Q].a; s // MatrixForm Print["2*Sigma_y="] FullSimplify[(s[[1]] - s[[2]])^2 + (s[[2]] - s[[3]])^2 + (s[[1]] - s[[3]])^2]
View Python Code
from sympy import sqrt,Matrix,simplify import sympy as sp a1,a2,a3 = sp.symbols("a_1 a_2 a_3") Q = Matrix([[1/sqrt(3),1/sqrt(3),1/sqrt(3)], [1/sqrt(2),-1/sqrt(2),0], [1/sqrt(6),1/sqrt(6),-2/sqrt(6)]]) a = Matrix([a1, a2, a3]) s = Q.T*a; display("\u03C3 =",s) display("2*\u03C3_y=") simplify((s[0]-s[1])**2+(s[1]-s[2])**2+(s[0]-s[2])**2)
Another method to find the radius of the cylinder is by realizing that the stress state represented by the vector in Figure 7 with the components , lies on the surface of the cylinder. The unit vector representing the hydrostatic direction can be obtained by normalizing the vector as follows:
The radius of the cylinder is given by the norm of the vector as follows:
Multi-axial TRESCA Yield Function
Another yield function that predicts similar results is that given by the maximum shear stress as described in the stress based failure criteria section. The Tresca Yield function predicts that a material will yield when the maximum shear stress reaches a critical value :
The “critical” value can be obtained from a uniaxial state of stress experiment. In the uniaxial state of stress, is equal to . Thus, in a state of stress described by a Cauchy stress matrix , the Tresca yield function can be defined as follows:
This yield function is represented graphically in the stress space of the principal stresses by a hexagon. Computational algorithms that use the von Mises yield criterion and those that use the Tresca yield criterion predict almost the same behaviour. While the von Mises yield criterion has a smoother curvature, the Tresca yield criterion may be easier for hand calculations. In general, when viewed on the plane perpendicular to the hydrostatic stress, the differences are practically negligible (Figure 8).
Isotropic Hardening Rule
In a multi-axial state of loading, the isotropic hardening rule predicts that the radius of the von Mises circle will change according to the relationship given between and . Usually, additional plastic strain (or plastic energy dissipation) applied to the material results in an increase in the radius of the von Mises circle (Figure 9).
Multi-axial Flow Rule
The last ingredient of incremental plasticity is to find the rate of change of the plastic strain components associated with the rate of change of the stress components that is causing plastic flow. Experimental evidence suggest that the rates of the change of the plastic strain components are directly proportional to the applied deviatoric stress components as follows:
i.e.,
The incremental form predicts that the increments in the plastic strain components are directly proportional to the deviatoric stress components in a material as follows:
i.e.,
This observation conforms with the isochoric nature of the plastic deformation (why?). Notice that there is an inherent difference between the calculations of the plastic strain components and the elastic strain components. The increments of the elastic strain components are directly proportional to the increments in the stress components, while the plastic strain components, as observed from experiments, are directly proportional to the components of the deviatoric stress tensor.
In order to be able to compute the plastic strain components associated with a plastic flow instant, the constant of proportionality or needs to be computed and then multiplied by the respective deviatoric stress component. This constant of proportionality can be obtained from energy considerations by assuming that the energy that goes into plastic deformation in a general state of stress is equal to the energy that goes into plastic deformation in a uniaxial state of stress. In a uniaxial state of the stress, the rate of the energy that is dissipated during the plastification of the material is equal to which is equal to . The energy dissipated during the plasticification of the material in a general state of stress is equal to . Assuming that the energy dissipated in the plastification process in a general state of stress is equal to that in a uniaxial state of stress results in the following:
Replacing the plastic strain components with the deviatoric stress components and the constant of proportionality results in the following expression:
However, since and since , the stress components can be replaced with the deviatoric components as follows:
Note that by definition, the von Mises stress is equal to:
Thus, the relationship between and is as follows:
Therefore, the plastic strain components can be calculated by integrating the following differential equations functions in :
The equivalent plastic strain is always positive and is a measure of the history of loading of the material. The term “equivalent plastic strain” is similar to the term “equivalent stress” that is used to denote . In addition, the rate of the “equivalent plastic strain” can be related to the rates of the plastic strain components with a relationship similar in form to that between and the deviatoric stress components:
Therefore:
The above relationship can be written in the following incremental form:
Associated Flow Rule
The assumption that the incremental plastic strain components are directly proportional to the deviatoric stress components resulted in the final expression (as shown above):
It has been suggested in the early twentieth century that, similar to the existence of an “Elastic Potential Energy Function” from which the stress components and the elastic strain components are derived, the plastic strain components can also be derived from a “Plastic Potential Function” where:
Careful investigation of the above expression in comparison with the previous expression for the incremental plastic strain components suggests that can be taken to be the yield function . In this case:
Bonus Exercise: Show the following relation:
The term “associated flow rule” is used to signify that the plastic strain components are derived from the yield function and thus, the flow rule is associated with the yield function. Associated flow rules are usually used for metal plasticity, while for plasticity of other materials, the incremental plastic strain components could be derived from different functions that are not associated with the yield function. In the latter case, the flow rule is termed: “non-associated flow rule”. Associated flow rules in metals that are derived from the von Mises or the Tresca yield surfaces predict zero volumetric plastic strain, however, in soils and many other materials, plasticity is associated with a change in volume and different “plastic potential” functions are utilized.
The Normality Rule
Consider a smooth function such that . With 9 independent components, can also be viewed as an element of a 9 dimensional vector space. The function can then be considered as a smooth scalar valued function . The gradient of with respect to its variables is denoted by and is defined as a vector field in with components (See the section on the gradient of scalar fields). The direction pointing towards constant in can be obtained as the unit vector along which the directional derivative is equal to zero:
Thus, the vector is normal to the vectors pointing in the direction of constant . If is taken to be the yield function defined on the nine dimensional Euclidean vector space of the nine stress components (termed the stress space), then the vector is perpendicular to the direction of constant in the stress space. Since is constant () on the yield surface, then is normal to the yield surface. The incremental plastic strain components can also be considered to be elements of a nine dimensional Euclidean vector space and the associated flow rule asserts that the nine dimensional vector with components is linearly dependent on (parallel to) as:
Thus, the nine dimensional vector can also be viewed as normal (perpendicular) to the yield surface and thus, the associated flow rule leads to the normality rule. In a three dimensional vector space of the principal stresses of , the components of are perpendicular to the yield surface (Figure 10).
See Example 1 in the examples and exercises page for a detailed example of an isotropic hardening material model.