The bounding box method relies on a changing boundary to select cohesive edges. At periodic intervals during the simulation, the bounding box method calculates the farthest extents of all failing cohesive elements within the domain. Where a failing element is defined as one whose strength parameter is below the initial value, but has not yet reached zero. The initial bounding box is the increased slightly and all non-cohesive edges within this new box are made cohesive.
As a test of the bounding box method, we have selected the mode I crack problem
presented in Figure 4.15. We apply an applied velocity of
along the left and right boundaries. The bulk material is PMMA with
a Young's modulus
, Poisson's Ratio
, and density
. The cohesive elements have a maximum stress
, initial strength parameter
and
a normal and tangential critical separations of
. The domain is meshed into
nodes,
edges, and
volumetric elements. The resulting
critical time step for the problem is reduced to
.
Using a Pentium III, 600 MHz, 750Mb RAM processor, running
Mandrake Linux 7.2, the simulations were
run for
time steps - or approximately
seconds.For the reference
simulation, cohesive elements are present everywhere in the domain from time
. The bounding box simulation requires only a few initial cohesive elements in
the vicinity of the crack tip, so that failure can begin.
The selection test
occurs every
time steps at which time the bounding box is scaled up by
characteristic
lengths in each of the principal directions. Both the selection interval and scaling
factors can be selected to best fit a given problem. Decreasing
the selection interval increases the frequency of the bounding box selections, which results
in an increased computational time as well as an increase in cohesive insertions.
The size of the scaling factor is directly proportional to the number
of new cohesive elements that will be inserted during each bounding box selection cycle.
As a result, if this scaling factor is large, the domain can become quickly filled
with cohesive elements.
The timing results for the bounding box selection case are presented in
Table 4.5 for the cohesive and internal force subroutines,
the main solution code and the total simulation. From this table we can see that
the bounding box method saves nearly
of the time needed to solve the
mode I crack problem. A major portion of the savings is due to the decreased
number of internal force calculations,
which saved approximately
of the total time.
This can be seen in Figure 4.16, where
the number of cohesive elements present in the domain was very limited for
most of the simulation. The major influx of new cohesive elements occurred
at approximately the same time as the main crack began to form. These new
cohesive elements extended the cohesive failure zone allowing for the
formation and propagation of this crack. Figure 4.17
shows the growth in the crack length occurring at nearly three quarters
of the way through the simulation - immediately after the cohesive element
insertions. This figure also shows how well the bounding box selection method
was able to track the crack tip distance
over time.
The final solutions, at time
, for both
the reference case as well as the bounding box selection case are presented
in Figures 4.18 and 4.19. In both figures,
the non-cohesive edges are represented by thin lines, while the cohesive
edges or elements are dark. Any failing cohesive elements are represented by
a dashed bold line, and completely failed ones are bold.
In the bounding box selection case, we can see that the
part of the upper region is free of cohesive elements. In addition, the final solution
appears to have many more failing cohesive elements, both near the crack
itself, as well as in fringe regions. This is most likely the result of
the oscillations that occur as a part of the insertion. Since the bounding
box method selects new cohesive elements based on any neighboring
cohesive elements, certain regions may be under high stress although have
no existing cohesive elements in their vicinity. As a result, when a
cohesive element is finally inserted into one of these regions, even pre-stretching
is not able to compensate well for the high stresses already present.
|
|