ProductsAbaqus/StandardAbaqus/ExplicitAbaqus/CAE Common usages of cohesive contact behaviorCohesive contact can be used in a variety of workflows. Cohesive contact behavior often is one of many possible approaches to modeling interface behavior. Common usages of cohesive contact include:
These usages are discuss in more detail below. Modeling a permanently bonded interfaceIn it simplest form, cohesive contact can be used as an alternative to surface-based tie constraints (which are discussed in Mesh tie constraints) or other modeling methods. There is no need to specify stiffness or damage properties of the contact cohesive behavior in this case; you can allow Abaqus to assign default interfacial stiffness components. Bonded regions remain bonded throughout a simulation if cohesive damage characteristics are not specified. Unlike surface-based tie constraints, cohesive contact will not constrain rotational degrees of freedom. Modeling a permanently bonded interface as a type of contact behavior rather than as a surface-based tie constraint has the following advantages:
Modeling a bonded interface that may failSpecifying a damage model for the contact cohesive behavior allows for modeling of a bonded interface that may fail as a result of the loading. This modeling approach is an alternative to using cohesive elements or other element types that directly discretize the cohesive material for the simulation. Comparisons of cohesive-contact versus cohesive-element approaches are discussed below in High-level comparison of cohesive-element and cohesive-contact approaches. Approximating and modifying interface behavior while a finite element model is builtUsing different interface modeling strategies across different stages of building and refining a finite element model is sometimes a good strategy for improving your efficiency. For example, during an initial stage of a model build, you may choose to model interfaces as permanently bonded to enable more focus on noninterface modeling details. You can switch to more physically representative interface behavior (such as regular contact or bonded contact with the possibility of damage and failure) in later stages of the model build. The later stages often require more care to avoid unconstrained rigid body modes and other types of static instabilities. Analysts sometimes use surface-based tie constraints (Mesh tie constraints) in early stages of building a model and then switch to contact specifications as the model becomes more mature. An alternative is to specify cohesive contact behavior with a permanently bonded interface and default stiffness in the early stages, and then reassign a more realistic contact behavior as the model becomes more mature. This alternative of reassigning the contact behavior as the model matures, rather than switching from a constraint option to a contact option during the model evolution, may result in greater consistency across different stages of the model build. High-level comparison of cohesive-element and cohesive-contact approachesFigure 1 provides a high-level comparison of the cohesive-element and cohesive-contact modeling approaches. Both of these approaches are viable for many modeling situations. Figure 1. Schematic comparison of cohesive element and cohesive contact
approaches.
The formulae and laws that govern cohesive constitutive behavior are very similar for cohesive contact and cohesive elements. The similarities extend to the linear elastic traction-separation model, damage initiation criteria, and damage evolution laws. Constitutive behavior details for contact cohesive behavior are discussed later in this section, starting with Linear elastic traction-separation behavior. Constitutive behavior details for cohesive element are discussed in Defining the constitutive response of cohesive elements using a traction-separation description. It is important to recognize differences between the cohesive-contact and cohesive-element approaches, including the aspects discussed below. No cohesive contact thicknessCohesive material thickness cannot be introduced as a characteristic for cohesive contact but can be for cohesive elements. Surface thickness can be modified (Assigning surface properties) to account for cohesive material thickness. Since thickness effects are not considered for a cohesive property, material definitions used to describe traction-separation response for cohesive elements with thickness effects may not be directly reusable for cohesive contact. Tangential refinement of the interfaceConstitutive calculations are evaluated for cohesive contact and cohesive elements at the following locations:
Modeling with cohesive elements allows the possibility of different tangential mesh refinement for cohesive elements as compared to the mesh refinement of the adjacent bodies. Use of a more refined mesh for the cohesive elements may improve the resolution of spatial variations in the cohesive response, independent, to a degree, of the mesh refinement of the adjacent bodies. The cohesive element example in Figure 1 shows a slightly more refined mesh for the cohesive elements than the adjacent bodies. For the cohesive contact modeling approach, cohesive calculations are computed at contact constraint locations, which are primarily associated with slave nodes. The more refined surface of an interaction typically acts as the slave surface. Therefore, the resolution of spatial variations in the cohesive response is usually primarily associated with whichever adjacent body has the more refined surface. Interaction between cohesive properties and regular contact properties"Regular" contact behavior is in effect if the cohesive bond becomes fully damaged. Cohesive elements do not have an analogous behavior in this regard unless contact is defined between surfaces of the adhered parts in addition to having cohesive elements defined between the adhered parts. A surface interaction property definition containing cohesive specifications will also include noncohesive, mechanical contact specifications, such as discussed in Contact pressure-overclosure relationships and Frictional behavior. "Regular" contact-behavior aspects are sometimes partially in effect even before the cohesive has failed, as described below:
Nonmechanical interactions are ignored when surface-based cohesive behavior is defined. Interface versus element quantitiesThe table below compares how various simulation operations associated with cohesive modeling can be performed with the cohesive contact and cohesive element modeling approaches.
Specifying cohesive interface "material" behavior within a surface interaction property definitionCohesive interface "material" behavior is defined as part of a surface interaction property. Surface interaction properties are assigned to contact interactions as discussed in Defining the contact property model. Cohesive interface behavior includes stiffness characteristics associated with the bonded interface and characteristics governing any cohesive damage. Bonded-interface stiffness characteristics are assigned by default if these stiffness characteristics are not specified explicitly. The magnitudes of these default stiffness characteristics are similar to the magnitude of the default contact penalty stiffness. A damage model is not included in the cohesive material behavior unless damage characteristics are specified explicitly as part of the damage behavior definition. Input File Usage Use the following options to define cohesive behavior as part of a surface interaction definition: SURFACE INTERACTION COHESIVE BEHAVIOR Abaqus/CAE Usage Use the following option to define cohesive behavior as part of a surface interaction definition: Interaction module: contact property editor: Initial cohesive contact stateThe initial contact status as a function of position along a cohesive contact interface can fundamentally affect simulation results. Consider the example shown in Figure 2. The intent for this example is that the block is initially touching the wall with the cohesive status initialized to bonded. However, a small, unintended initial gap exists between the block and the wall in the initial configuration, so the contact status is initialized to "opened" or "inactive," and the cohesive status is initialized to unbonded by default. If there is no initial cohesive bonding in this example, the applied force will push the block away from the wall or perhaps, in a static analysis, a numerical issue will be reported by Abaqus/Standard due to unconstrained rigid-body motion of the block. User controls associated with the initial contact status (see Controlling initial contact status in Abaqus/Standard, Adjusting initial surface positions and specifying initial clearances in Abaqus/Standard contact pairs, and Controlling initial contact status for general contact in Abaqus/Explicit) can be used to ensure that the contact status will be properly initialized over various regions of an interface, such that interface stresses associated with cohesive contact will counter the applied force. Most user controls associated with the initial contact status are not specific to cohesive contact behavior. Figure 2. Block intended to be in cohesive contact with a rigid surface.
Consider the example shown in Figure 3, in which the cohesive status is intended to be initialized to bonded over much of the interface but should be initialized to unbonded over a specific portion of the interface. The desired initialization can be achieved by assigning zero initial clearance to the portion of the interface that should be initially bonded and very small positive initial clearance to the portion of the interface that should not be initially bonded, such as shown in the Abaqus/Standard input file example below. CONTACT INITIALIZATION DATA, NAME=TOUCHING, INITIAL CLEARANCE=0.0, SEARCH ABOVE=0.1 CONTACT INITIALIZATION DATA, NAME=SMALL_GAP, INITIAL CLEARANCE=1.E-7, SEARCH ABOVE=0.1 … CONTACT … CONTACT INITIALIZATION ASSIGNMENT BLOCK_SURF_BONDED_REGION, RIGID_SURF, TOUCHING BLOCK_SURF_UNBONDED_REGION, RIGID_SURF, SMALL_GAP Figure 3. Block intended to be initially bonded over a portion of an interface
with a rigid surface.
Limiting cohesive bonding to original contact constraintsThe most common usage of cohesive contact is for situations in which cohesive bonds exist at the beginning of a simulation. By default, Abaqus limits cohesive bonds to those that exist at the beginning of a simulation. Input File Usage Use either of the following options to limit cohesive behavior to original contact constraints: COHESIVE BEHAVIOR, COHERE=ORIGINAL CONTACTS COHESIVE BEHAVIOR, ELIGIBILITY=ORIGINAL CONTACTS Abaqus/CAE Usage Interaction module: contact property editor: : Only slave nodes initially in contact Limiting cohesive bonding to subset of original contact constraintsFor contact pairs in Abaqus/Standard you can specify as part of the cohesive behavior definition that only a subset of initially active contact constraints should have cohesive bonds. Initial strain-free adjustments to positions of slave nodes will be made, if necessary, to ensure they are initially in contact with the master surface. Similar behavior can be achieved with general contact by selectively assigning initialization controls to control which regions of the interface are initially in contact and limiting cohesive behavior to initially active contact constraints (see Initial cohesive contact state). Input File Usage Use both of the following options: INITIAL CONDITIONS, TYPE=CONTACT COHESIVE BEHAVIOR, ELIGIBILITY=SPECIFIED CONTACTS Abaqus/CAE Usage Interaction module: contact property editor: : Specify the bonding node set in the surface-to-surface (Standard) interaction Interaction module: interaction editor: Bonding tabbed page: Limit bonding to slave nodes in sub-set Cohesive rebonding upon repeated contactIn some situations it is desirable to allow cohesive rebonding each time contact is established, even for slave nodes previously involved in cohesive contact that have fully damaged and debonded. For such situations, you can indicate that cohesive rebonding can repeatedly occur at the same interface location. Input File Usage Use either of the following options to allow rebonding each time contact is reestablished: COHESIVE BEHAVIOR, COHERE=REPEATED CONTACTS COHESIVE BEHAVIOR, ELIGIBILITY=CURRENT CONTACTS, REPEATED CONTACTS Abaqus/CAE Usage Interaction module: contact property editor: : Allow cohesive behavior during repeated post-failure contacts Cohesive rebonding upon repeated contact limited to locations of initial cohesive bondsGeneral contact in Abaqus/Explicit and contact pairs in Abaqus/Standard allow cohesive bonding to be limited to originally active contact constraints with only these slave nodes to be eligible to rebond upon subsequent contact, and contact pairs in Abaqus/Standard allow this behavior for a subset of initially active contact constraints. Limiting cohesive bonding to first contact constraintsIt is sometimes desirable to establish cohesive bonds for initial contact constraints plus the first time an initially not-in-contact region comes into contact during a simulation. General contact in Abaqus/Explicit and contact pairs in Abaqus/Standard optionally support each slave node associated with interactions that are assigned a cohesive property to become bonded once (either initially or during a simulation). Simulation results with this option can be highly sensitive to the assignment of slave and master roles since the check for prior cohesive bonds at a location is done only for nodes acting as slave nodes. General contact in Abaqus/Standard allows cohesive behavior to be limited to initial contact constraints (see Limiting cohesive bonding to original contact constraints) and allows cohesive behavior for all new contact constraints (see Cohesive rebonding upon repeated contact) but does not support limiting cohesive behavior to first contact constraints. When cohesive contact behavior applies to contact that develops after the start of the simulation, cohesive effects are activated one increment after the contact constraint becomes active. Input File Usage Use either of the following options to limit cohesive bonding to first contact constraints: COHESIVE BEHAVIOR, COHERE=FIRST CONTACTS COHESIVE BEHAVIOR, ELIGIBILITY=CURRENT CONTACTS Abaqus/CAE Usage Interaction module: contact property editor: : Any slave nodes experiencing contact Master and slave roles and contact formulations associated with cohesive interactionsInteractions assigned a cohesive surface interaction property are modeled with pure master-slave roles in the contact formulation. The master and slave roles are established as follows:
Linear elastic traction-separation behaviorThe available traction-separation model in Abaqus assumes initially linear elastic behavior (see Defining elasticity in terms of tractions and separations for cohesive elements) followed by the initiation and evolution of damage. The elastic behavior is written in terms of an elastic constitutive matrix that relates the normal and shear stresses to the normal and shear separations across the interface. The nominal traction stress vector, , consists of three components (two components in two-dimensional problems): , , and (in three-dimensional problems) , which represent the normal (along the local 3-direction in three dimensions and along the local 2-direction in two dimensions) and the two shear tractions (along the local 1- and 2-directions in three dimensions and along the local 1-direction in two dimensions), respectively. The corresponding separations are denoted by , , and . The elastic behavior can then be written as Uncoupled traction-separation behaviorThe simplest specification of cohesive behavior generates contact penalties that enforce the cohesive constraint in both normal and tangential directions. By default, the normal and tangential stiffness components will not be coupled: pure normal separation by itself does not give rise to cohesive forces in the shear directions, and pure shear slip with zero normal separation does not give rise to any cohesive forces in the normal direction. For uncoupled traction-separation behavior, the terms , , and must be defined, as well as any dependencies on temperature or field variables. If these terms are not defined, Abaqus uses default contact penalties to model the traction-separation behavior. Input File Usage COHESIVE BEHAVIOR, TYPE=UNCOUPLED (default) Abaqus/CAE Usage Interaction module: contact property editor: : Specify stiffness coefficients: Uncoupled Coupled traction-separation behaviorIn its full generality, the elasticity matrix provides fully coupled behavior between all components of the traction vector and separation vector and can depend on temperature and/or field variables. All terms in the matrix must be defined for coupled traction-separation behavior. Input File Usage COHESIVE BEHAVIOR, TYPE=COUPLED Abaqus/CAE Usage Interaction module: contact property editor: : Specify stiffness coefficients: Coupled Cohesive behavior in the normal or shear direction onlyTo restrict the cohesive constraint to act along the contact normal direction only, define uncoupled cohesive behavior and specify zero values for the shear stiffness components, and . Alternatively, if only tangential cohesive constraints are to be enforced, the normal stiffness term, , can be set to zero, in which case the normal “separations” will not be constrained. Normal compressive forces are resisted as per the usual contact behavior. Damage modelingDamage modeling allows you to simulate the degradation and eventual failure of the bond between two cohesive surfaces. The failure mechanism consists of two ingredients: a damage initiation criterion and a damage evolution law. The initial response is assumed to be linear as discussed above. However, once a damage initiation criterion is met, damage can occur according to a user-defined damage evolution law. Figure 4 shows a typical traction-separation response with a failure mechanism. If the damage initiation criterion is specified without a corresponding damage evolution model, Abaqus evaluates the damage initiation criterion for output purposes only; there is no effect on the response of the cohesive surfaces (i.e., no damage will occur). Cohesive surfaces do not undergo damage under pure compression. Figure 4. Typical traction-separation response.
Damage of the traction-separation response for cohesive surfaces is defined within the same general framework used for conventional materials (see About progressive damage and failure), except the damage behavior is specified as part of the interaction properties for the surfaces. Multiple damage response mechanisms are not available for cohesive surfaces: cohesive surfaces can have only one damage initiation criterion and only one damage evolution law. Input File Usage Use the following options to define damage initiation and damage evolution for cohesive surfaces: SURFACE INTERACTION, NAME=name COHESIVE BEHAVIOR DAMAGE INITIATION DAMAGE EVOLUTION Abaqus/CAE Usage Interaction module: contact property editor: : Damage Initiation and Damage Evolution tabbed pages Damage initiationDamage initiation refers to the beginning of degradation of the cohesive response at a contact point. The process of degradation begins when the contact stresses and/or contact separations satisfy certain damage initiation criteria that you specify. Several damage initiation criteria are available and are discussed below. Each damage initiation criterion also has an output variable associated with it to indicate whether the criterion is met. A value of 1 or higher indicates that the initiation criterion has been met. Damage initiation criteria that do not have an associated evolution law affect only output. Thus, you can use these criteria to evaluate the propensity of the material to undergo damage without actually modeling the damage process (i.e., without actually specifying damage evolution). In the discussion below, , , and represent the peak values of the contact stress when the separation is either purely normal to the interface or purely in the first or the second shear direction, respectively. Likewise, , , and represent the peak values of the contact separation, when the separation is either purely along the contact normal or purely in the first or the second shear direction, respectively. The symbol used in the discussion below represents the Macaulay bracket with the usual interpretation. The Macaulay brackets are used to signify that a purely compressive displacement (i.e., a contact penetration) or a purely compressive stress state does not initiate damage. Maximum stress criterionDamage is assumed to initiate when the maximum contact stress ratio (as defined in the expression below) reaches a value of one. This criterion can be represented as Input File Usage DAMAGE INITIATION, CRITERION=MAXS Abaqus/CAE Usage Interaction module: contact property editor: : Initiation tabbed page: Criterion: Maximum nominal stress Maximum separation criterionDamage is assumed to initiate when the maximum separation ratio (as defined in the expression below) reaches a value of one. This criterion can be represented as Input File Usage DAMAGE INITIATION, CRITERION=MAXU Abaqus/CAE Usage Interaction module: contact property editor: : Initiation tabbed page: Criterion: Maximum separation Quadratic stress criterionDamage is assumed to initiate when a quadratic interaction function involving the contact stress ratios (as defined in the expression below) reaches a value of one. This criterion can be represented as Input File Usage DAMAGE INITIATION, CRITERION=QUADS Abaqus/CAE Usage Interaction module: contact property editor: : Initiation tabbed page: Criterion: Quadratic traction Quadratic separation criterionDamage is assumed to initiate when a quadratic interaction function involving the separation ratios (as defined in the expression below) reaches a value of one. This criterion can be represented as Input File Usage DAMAGE INITIATION, CRITERION=QUADU Abaqus/CAE Usage Interaction module: contact property editor: : Initiation tabbed page: Criterion: Quadratic separation Damage evolutionThe damage evolution law describes the rate at which the cohesive stiffness is degraded once the corresponding initiation criterion is reached. The general framework for describing the evolution of damage in bulk materials (as opposed to interfaces modeled using cohesive surfaces) is described in Damage evolution and element removal for ductile metals. Conceptually, similar ideas apply for describing damage evolution in cohesive surfaces. A scalar damage variable, D, represents the overall damage at the contact point. It initially has a value of 0. If damage evolution is modeled, D monotonically evolves from 0 to 1 upon further loading after the initiation of damage. The contact stress components are affected by the damage according to where , , and are the contact stress components predicted by the elastic traction-separation behavior for the current separations without damage. To describe the evolution of damage under a combination of normal and shear separations across the interface, it is useful to introduce an effective separation (Camanho and Davila, 2002) defined as While this formula was originally applied to damage evolution in cohesive elements, it can be reinterpreted in terms of contact separations for cohesive surface behavior, as discussed above (see High-level comparison of cohesive-element and cohesive-contact approaches). Mixed-mode definitionThe relative proportions of normal and shear separations at a contact point define the mode mix at the point. Abaqus uses three measures of mode mix, two that are based on energies and one that is based on tractions. You can choose one of these measures when you specify the mode dependence of the damage evolution process. Denoting by , , and the work done by the tractions and their conjugate separations in the normal, first, and second shear directions, respectively, and defining , the mode-mix definitions based on energies are as follows: Clearly, only two of the three quantities defined above are independent. It is also useful to define the quantity to denote the portion of the total work done by the shear traction and the corresponding separation components. As discussed later, Abaqus requires that you specify material properties related to damage evolution as functions of (or, equivalently, ) and . Abaqus computes the energy quantities described above either based on the current state of deformation (nonaccumulative measure of energy) or based on the deformation history (accumulative measure of energy) at an integration point. The former approach, available only in Abaqus/Standard, is useful in mixed-mode simulations where the primary energy dissipation mechanism is associated with the creation of new surfaces due to failure in the cohesive zone. Such problems are typically adequately described utilizing the methods of linear elastic fracture mechanics. The latter approach provides an alternate way of defining the mode-mix and may be useful in situations where other significant dissipation mechanisms also govern the overall structural response. The corresponding definitions of the mode mix based on traction components are given by where is a measure of the effective shear traction. The angular measures used in the above definition (before they are normalized by the factor ) are illustrated in Figure 5. Figure 5. Mode-mix measures based on traction.
Input File Usage Use the following option to use the mode-mix definition based on nonaccumulated energies (available only in Abaqus/Standard): DAMAGE EVOLUTION, MODE MIX RATIO=ENERGY Use the following option to use the mode-mix definition based on accumulated energies: DAMAGE EVOLUTION, MODE MIX RATIO=ACCUMULATED ENERGY Use the following option to use the mode-mix definition based on tractions: DAMAGE EVOLUTION, MODE MIX RATIO=TRACTION Abaqus/CAE Usage Use the following option in Abaqus/Standard to use the mode-mix definition based on nonaccumulated energies: Interaction module: contact property editor: : Evolution tabbed page: toggle on Specify mixed-mode behavior: Mode mix ratio: Energy Use the following option in Abaqus/Explicit to use the mode-mix definition based on accumulated energies: Interaction module: contact property editor: : Evolution tabbed page: toggle on Specify mixed-mode behavior: Mode mix ratio: Energy Specifying a mode-mix definition based on accumulated energies in Abaqus/Standard is not supported in Abaqus/CAE. Use the following option to use the mode-mix definition based on tractions: Interaction module: contact property editor: : Evolution tabbed page: toggle on Specify mixed-mode behavior: Mode mix ratio: Traction Comparison of mixed-mode definitionsThe mode-mix ratios defined in terms of energies and tractions can be quite different in general. The following example illustrates this point. In terms of energies a separation in the purely normal direction is one for which and , irrespective of the values of the normal and the shear tractions. In particular, for coupled traction-separation behavior both the normal and shear tractions may be nonzero for a purely normal separation. For this case the definition of mode mix based on energies would indicate a purely normal separation, while the definition based on tractions would suggest a mix of both normal and shear separation. When the mode mix is defined based on accumulated energies, an artificial path-dependence may be introduced in the mixed-mode behavior that may not be consistent, for example, with predictions that are based on linear elastic fracture mechanics. Therefore, if an interface is first loaded purely in the normal deformation mode, unloaded, and subsequently loaded in a purely shear deformation mode, the mode-mix ratios based on accumulated energies at the end of the above deformation path evaluate to (assuming the shear deformation to be in the local-1 direction only) and . On the other hand, the mode-mix ratios based on nonaccumulated energies evaluate to and at the end of the above deformation path. Damage evolution definitionThere are two components to the definition of damage evolution. The first component involves specifying either the effective separation at complete failure, , relative to the effective separation at the initiation of damage, ; or the energy dissipated due to failure, (see Figure 6). The second component to the definition of damage evolution is the specification of the nature of the evolution of the damage variable, D, between initiation of damage and final failure. This can be done by either defining linear or exponential softening laws or specifying D directly as a tabular function of the effective separation relative to the effective separation at damage initiation. The data described above will in general be functions of the mode mix, temperature, and/or field variables. Figure 6. Linear damage evolution.
Figure 7 is a schematic representation of the dependence of damage initiation and evolution on the mode mix for a traction-separation response with isotropic shear behavior. The figure shows the traction on the vertical axis and the magnitudes of the normal and the shear separations along the two horizontal axes. The unshaded triangles in the two vertical coordinate planes represent the response under pure normal and pure shear separation, respectively. All intermediate vertical planes (that contain the vertical axis) represent the damage response under mixed-mode conditions with different mode mixes. The dependence of the damage evolution data on the mode mix can be defined either in tabular form or, in the case of an energy-based definition, analytically. The manner in which the damage evolution data are specified as a function of the mode mix is discussed later in this section. Figure 7. Illustration of mixed-mode response in cohesive interactions.
Unloading subsequent to damage initiation is always assumed to occur linearly toward the origin of the traction-separation plane, as shown in Figure 6. Reloading subsequent to unloading also occurs along the same linear path until the softening envelope (line AB) is reached. Once the softening envelope is reached, further reloading follows this envelope as indicated by the arrow in Figure 6. Evolution based on effective separationYou specify the quantity (i.e., the effective separation at complete failure, , relative to the effective separation at damage initiation, , as shown in Figure 6) as a tabular function of the mode mix, temperature, and/or field variables. In addition, you also choose either a linear or an exponential softening law that defines the detailed evolution (between initiation and complete failure) of the damage variable, D, as a function of the effective separation beyond damage initiation. Alternatively, instead of using linear or exponential softening, you can specify the damage variable, D, directly as a tabular function of the effective separation after the initiation of damage, ; mode mix; temperature; and/or field variables. Linear damage evolutionFor linear softening (see Figure 6) Abaqus uses an evolution of the damage variable, D, that reduces (in the case of damage evolution under a constant mode mix, temperature, and field variables) to the following expression: In the preceding expression and in all later references, refers to the maximum value of the effective separation attained during the loading history. The assumption of a constant mode mix at a contact point between initiation of damage and final failure is customary for problems involving monotonic damage (or monotonic fracture). Input File Usage Use the following option to specify linear damage evolution: DAMAGE EVOLUTION, TYPE=DISPLACEMENT, SOFTENING=LINEAR Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Displacement: Softening: Linear Exponential damage evolutionFor exponential softening (see Figure 8) Abaqus uses an evolution of the damage variable, D, that reduces (in the case of damage evolution under a constant mode mix, temperature, and field variables) to In the expression above is a nondimensional parameter that defines the rate of damage evolution and is the exponential function. Figure 8. Exponential damage evolution.
Input File Usage Use the following option to specify exponential softening: DAMAGE EVOLUTION, TYPE=DISPLACEMENT, SOFTENING=EXPONENTIAL Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Displacement: Softening: Exponential Tabular damage evolutionFor tabular softening you define the evolution of D directly in tabular form. D must be specified as a function of the effective separation relative to the effective separation at initiation, mode mix, temperature, and/or field variables. Input File Usage Use the following option to define the damage variable directly in tabular form: DAMAGE EVOLUTION, TYPE=DISPLACEMENT, SOFTENING=TABULAR Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Displacement: Softening: Tabular Evolution based on energyDamage evolution can be defined based on the energy that is dissipated as a result of the damage process, also called the fracture energy. The fracture energy is equal to the area under the traction-separation curve (see Figure 6). You specify the fracture energy as a property of the cohesive interaction and choose either a linear or an exponential softening behavior. Abaqus ensures that the area under the linear or the exponential damaged response is equal to the fracture energy. The dependence of the fracture energy on the mode mix can be specified either directly in tabular form or by using analytical forms as described below. When the analytical forms are used, the mode-mix ratio is assumed to be defined in terms of energies. Tabular formThe simplest way to define the dependence of the fracture energy is to specify it directly as a function of the mode mix in tabular form. Input File Usage Use the following option to specify fracture energy as a function of the mode mix in tabular form: DAMAGE EVOLUTION, TYPE=ENERGY, MIXED MODE BEHAVIOR=TABULAR Abaqus/CAE Usage Interaction module: contact property editor: Contact: : Evolution tabbed page: Type: Energy: toggle on Specify mixed mode behavior: Tabular Power law formThe dependence of the fracture energy on the mode mix can be defined based on a power law fracture criterion. The power law criterion states that failure under mixed-mode conditions is governed by a power law interaction of the energies required to cause failure in the individual (normal and two shear) modes. It is given by The mixed-mode fracture energy when the above condition is satisfied. In other words, You specify the quantities , , and , which refer to the critical fracture energies required to cause failure in the normal, the first, and the second shear directions, respectively. Input File Usage Use the following option to define the fracture energy as a function of the mode mix using the analytical power law fracture criterion: DAMAGE EVOLUTION, TYPE=ENERGY, MIXED MODE BEHAVIOR=POWER LAW, POWER= Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Energy: toggle on Specify mixed mode behavior: Power law: Benzeggagh-Kenane (BK) formThe Benzeggagh-Kenane fracture criterion (Benzeggagh and Kenane, 1996) is particularly useful when the critical fracture energies during separation purely along the first and the second shear directions are the same; i.e., . It is given by where , , and is a cohesive property parameter. You specify , , and . Input File Usage Use the following option to define the fracture energy as a function of the mode mix using the analytical BK fracture criterion: DAMAGE EVOLUTION, TYPE=ENERGY, MIXED MODE BEHAVIOR=BK, POWER= Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Energy: toggle on Specify mixed mode behavior: Benzeggagh-Kenane: Linear damage evolutionFor linear softening (see Figure 6) Abaqus uses an evolution of the damage variable, D, that reduces to where with as the effective traction at damage initiation. refers to the maximum value of the effective separation attained during the loading history. Input File Usage Use the following option to specify linear damage evolution: DAMAGE EVOLUTION, TYPE=ENERGY, SOFTENING=LINEAR Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Energy: Softening: Linear Exponential damage evolutionFor exponential softening Abaqus uses an evolution of the damage variable, D, that reduces to In the expression above and are the effective traction and separation, respectively. is the elastic energy at damage initiation. In this case the traction might not drop immediately after damage initiation, which is different from what is seen in Figure 8. Input File Usage Use the following option to specify exponential softening: DAMAGE EVOLUTION, TYPE=ENERGY, SOFTENING=EXPONENTIAL Abaqus/CAE Usage Interaction module: contact property editor: : Evolution tabbed page: Type: Energy: Softening: Exponential Defining damage evolution data as a tabular function of mode mixAs discussed earlier, the data defining the evolution of damage at the cohesive interface can be tabular functions of the mode mix. The manner in which this dependence must be defined in Abaqus is outlined below for mode-mix definitions based on energy and traction, respectively. In the following discussion it is assumed that the evolution is defined in terms of energy. Similar observations can also be made for evolution definitions based on effective separation. Mode mix based on energyFor an energy-based definition of mode mix, in the most general case of a three-dimensional state of separation with anisotropic shear behavior the fracture energy, , must be defined as a function of and . The quantity is a measure of the fraction of the total separation that is shear, while is a measure of the fraction of the total shear separation that is in the second shear direction. Figure 9 shows a schematic of the fracture energy versus mode-mix behavior. Figure 9. Fracture energy as a function of mode mix.
The limiting cases of pure normal and pure shear separations in the first and second shear directions are denoted in Figure 9 by , , and , respectively. The lines labeled “Modes n-s,” “Modes n-t,” and “Modes s-t” show the transition in behavior between the pure normal and the pure shear in the first direction, pure normal and pure shear in the second direction, and pure shears in the first and second directions, respectively. In general, must be specified as a function of at various fixed values of . In the discussion that follows we refer to a data set of versus corresponding to a fixed as a “data block.” The following guidelines are useful in defining the fracture energy as a function of the mode mix:
Mode mix based on tractionThe fracture energy needs to be specified in tabular form of versus and . Thus, needs to be specified as a function of at various fixed values of . A “data block” in this case corresponds to a set of data for versus , at a fixed value of . In each “data block” may vary from 0 (purely normal separation) to 1 (purely shear separation). An important restriction is that each data block must specify the same value of the fracture energy for . This restriction ensures that the energy required for fracture as the traction vector approaches the normal direction does not depend on the orientation of the projection of the traction vector on the shear plane (see Figure 5). Viscous regularization in Abaqus/StandardModels exhibiting various forms of softening behavior and stiffness degradation often lead to severe convergence difficulties in Abaqus/Standard. Viscous regularization of the constitutive equations defining surface-based cohesive behavior can be used to overcome some of these convergence difficulties. This technique is also applicable to cohesive elements, fastener damage, and the concrete material model in Abaqus/Standard. Viscous regularization damping causes the tangent stiffness matrix that defines the contact stresses to be positive for sufficiently small time increments. The approximate amount of energy associated with viscous regularization over the whole model is included in the output variable ALLCD. Input File Usage DAMAGE STABILIZATION Abaqus/CAE Usage Interaction module: contact property editor: : Stabilization tabbed page: Viscosity coefficient Virtual Crack Closure Technique in Abaqus/ExplicitIn Abaqus/Explicit, the surface-based cohesive behavior framework can be used to model brittle crack propagation problems based on linear elastic fracture mechanics principles. The Virtual Crack Closure Technique (VCCT) fracture criterion can be used to model crack propagation in initially partially bonded surfaces. A detailed discussion of this topic can be found in Crack propagation analysis. The VCCT fracture criterion cannot be combined with a damage-based surface behavior of the traction-separation response. However, you can use a surface-based VCCT fracture criterion in conjunction with cohesive elements. VCCT could model brittle failure/crack propagation while the cohesive elements could model other aspects of the bonded interface such as stitches. Input File Usage Use the following options to enforce cohesive behavior subsequent to maximum degradation: COHESIVE BEHAVIOR FRACTURE CRITERION, TYPE= VCCT OutputIn addition to the standard output identifiers available in Abaqus (Abaqus/Standard output variable identifiers and Abaqus/Explicit output variable identifiers), the following variables have special meaning for cohesive surfaces with traction-separation behavior:
For the variables above that indicate whether a certain damage initiation criterion has been satisfied or not, a value that is less than 1.0 indicates that the criterion has not been satisfied, while a value of 1.0 indicates that the criterion has been satisfied. If damage evolution is specified for this criterion, the maximum value of this variable does not exceed 1.0. References
|