Free-Edge Stresses in a Laminate
Material Properties
Layer material stiffness properties are entered in the same format used by MaterialMinds`laminate. The difference is that 3-dimensional properties must be used.
The following property list has the order ![]()
,
,
,
,
,
,
,
,
].
ThermProp is a list of thermal properties {alpha1, alpha2}.
Note: A hybrid laminate can be defined by nesting multiple materials together (note the double bracket, even for a single material). These properties have been used in several studies of the edge stress phenomena.
of
Laminate
Create a 0/90 laminate.
As with the laminate package, the format is {{angle1, matl1, h1},{angle2, matl2, h2},...}. Angles must be in radians. Unlike other packages, edgeStress assumes that the laminate is symmetric. Therefore, only half the laminate is entered. The first layer is on the outside surface, the last is adjacent to the centerline.
Because only a single case is needed, edgeSolve is placed directly in the case function. Twelve terms are assumed. The applied mechanical strain is 10^-6.
Plot the 33 component of stress along the centerline (z=0).
The plot goes from y=0 to y=2, with 50 evaluation points. The y coordinate is normalized by the total thickness.
Note: Most references normalize the y coordinate by 2h.
of
Laminate
The same solution vector is used to evaluate
(or
using contracted notations). The number of evaluation points is increased because stress gradient is very large near the edge (y=0).
The stress evaluation is at the 0/90 interface (z=0.25).
would be zero at the centerline.
at Free-Edge of
Laminate
It is visually appealing to plot the z coordinate on the vertical axis, and stress as the horizontal axis. verticalPlot is a convenient method to reverse the normal axes for a list plot.
Using the function to recreate one of the curves from Figure 4.
Average
in
Laminate Taken Over Interval y/h=0 to y/h=16
The interlaminar stresses in a laminate can be singular at the free edge. The method used in this package cannot represent a singularity. The peak edge stress will continue to change as the number of terms in the approximation series is increased. However, the average stress, taken over a small distance near the edge will converge with a finite number of terms. The average stress has also been suggested as a failure prediction method.
For thicker laminates, it is convenient to use the utility homoStackDeg from the laminate package. This allows one to enter a list of angles in degrees.
The function returns a stack definition list in standard form. All of the layers of 0.1 in. thick.
Perform the solve with 20 terms.Evaluate for an applied axial strain of 10^-6.
Plot the average stress. To compute the average, the stress is integrated from y=0 to y=1/16 (one ply thickness in from the edge).
Average
in
Laminate resulting from thermal stress, assuming ΔT=-200F.
The code can also handle the effects of residual thermal stress. The thermal property list included thermal expansion coefficients.
Using the stored solution, create a case for zero mechanical strain, and a -200F temperature change from the stress-free condition.
Plot the average 33 stress.
This is different than the reference paper, but I now believe the original calculation was incorrect.
Created by Mathematica (March 7, 2004)