Dynamique Abaqus Tutorial
Dynamique Abaqus Tutorial
Dynamique Abaqus Tutorial
Problem description
The armor plate has a thickness of 10 mm and is assumed to be semi-infinite in size compared to the projectile. This is accomplished by using CIN3D8 infinite elements around the perimeter of the plate. The plate is modeled using 4480 C3D8R elements. The armor plate material has Young's modulus of 206.8 GPa, Poisson's ratio of 0.3, density of 7800 kg/m3, yield stress of 1220 MPa, and a constant hardening slope of 1220 MPa. The material definition also includes a shear failure model, which causes Abaqus/Explicit to remove elements from the mesh as they fail. Failure is assumed to occur at an equivalent plastic strain of 100%, at which point the element is removed from the model instantaneously. (The value of the failure strain is chosen somewhat arbitrarily; it is not intended to model any particular material.) The sphere has a diameter of 20 mm and is assumed to be rigid, with a mass corresponding to a uniform material with a density of 37240 kg/m3. The rotary inertia of the sphere is not needed in the model because we assume there is no friction between the sphere and the plate. Boundary conditions are applied to constrain the motion of the sphere in the y-direction. Two approaches for modeling the surface of the sphere are tested: using an analytical rigid surface and using R3D4 rigid elements. Analytical rigid surfaces are the preferred means for representing simple rigid geometries such as this in terms of both accuracy and computational performance. However, more complex three-dimensional surface geometries that occur in practice must be modeled with surfaces formed by element faces. Results for the faceted representations are presented here. The element formulation for the C3D8R elements is modified with the *SECTION CONTROLS option. The advocated formulation for this problem uses the CENTROID kinematic formulation and the COMBINED hourglass control. Additional combinations of kinematic formulation and hourglass control are included for comparison. Only half of the plate is modeled, using appropriate symmetry boundary conditions in the x z plane. The model is shown in Figure 2.1.31. The complete sphere is modeled for visualization purposes. There are 17094 degrees of freedom in the model. Since elements in the plate will fail and be removed from the model, nodes in the interior of the plate will be exposed to contact with the surface of the rigid sphere. Thus, contact must be modeled between the surface of the sphere, defined as an element-based surface using the *SURFACE, TYPE=ELEMENT option, and a node-based surface that contains all of the nodes in the plate within a radius of 20 mm of the point of impact, defined with the *SURFACE, TYPE=NODE option. (See Eroding projectile impacting eroding plate, Section 2.1.4, for an example in which element-based surfaces are used to model erosion.) In the primary input files the *CONTACT PAIR option is used to define contact between the surface of the sphere and any of the nodes contained in the node set. Input files that use the general contact algorithm (*CONTACT and suboptions) are also provided.
under the sphere. In Figure 2.1.33 the plate has been perforated and the projectile is still in contact with the edge of the hole. In Figure 2.1.34 the projectile has exited the plate and is moving away with a constant velocity. Figure 2.1.35 and Figure 2.1.36 show the history of the projectile's velocity (Table 2.1.31 shows the analysis options used to obtain these results). The results show close agreement. In Figure 2.1.32 through Figure 2.1.34 the failed elements have been eliminated by creating a display group in Abaqus/CAE that contains only the active elements.
Input files
pl3d_erode_ccs.inp Model using the CENTROID kinematic and COMBINED hourglass section control options. pl3d_erode_ccs_gcont.inp Model using the CENTROID kinematic and COMBINED hourglass section control options and the general contact capability. pl3d_erode_ces.inp Model using the CENTROID kinematic and ENHANCED hourglass section control options. pl3d_erode_ces_gcont.inp Model using the CENTROID kinematic and ENHANCED hourglass section control options and the general contact capability. sphere_n.inp External file referenced in this input. sphere_e.inp External file referenced in this input. pl3d_erode.inp Model using the default section controls. pl3d_erode_gcont.inp Model using the default section controls and the general contact capability. pl3d_erode_ale.inp Model using the default section controls and the *ADAPTIVE MESH option. pl3d_erode_ocs.inp Model using the ORTHOGONAL kinematic and COMBINED hourglass section control options. pl3d_erode_ocs_gcont.inp Model using the ORTHOGONAL kinematic and COMBINED hourglass section control options and the general contact capability. pl3d_erode_oes.inp Model using the ORTHOGONAL kinematic and ENHANCED hourglass section control options. pl3d_erode_oes_gcont.inp Model using the ORTHOGONAL kinematic and ENHANCED hourglass section control options and the general contact capability. pl3d_erode_anl.inp Model using an analytical rigid surface and the default section controls.
Table
Table 2.1.31 Analysis options tested. Analysis File Relative CPU Time Section Controls pl3d_erode pl3d_erode_ocs pl3d_erode_oes 1.0 0.86 0.88 Kinematic Hourglass average relax orthogonal combined orthogonal enhanced
2
Figures
Figure 2.1.31 Undeformed mesh. Figure 2.1.35 Vertical component of the projectile velocity.
Figure 2.1.32 Deformed shape at 10 microseconds (analysis using the CENTROID kinematic and COMBINED hourglass section control options).
Figure 2.1.33 Deformed shape at 30 microseconds (analysis using the CENTROID kinematic and COMBINED hourglass section control options).
Figure 2.1.34 Deformed shape at 40 microseconds (analysis using the CENTROID kinematic and COMBINED hourglass section control options).
Problem description
The undeformed mesh is shown in Figure 2.1.41. The armor plate has a thickness of 3 mm. A relatively small rectangular region of the plate is modeled for simplicity, with fully fixed boundary conditions specified on three cutting planes and y-axis symmetry specified on one cutting plane. The projectile, which is 10 mm in length and has a radius of 1 mm, has an initial speed of 2000 m/sec. The cylindrical axis of the projectile is 20 from perpendicular to the plate, and the initial velocity of the projectile is aligned with its cylindrical axis. Half of the projectile is modeled, with y-axis symmetry specified on the cutting plane. The plate and projectile material properties are identical, with Young's modulus of 210 GPa, Poisson's ratio of 0.3, and density of 7800 kg/m3. The yield stress of the material is specified as a function of the equivalent plastic strain at different equivalent plastic strain rates. The material definition also includes failure models with progressive damage, which causes Abaqus/Explicit to remove elements from the mesh as they fail. Both the ductile and shear initiation criteria are used: the ductile criterion is specified in terms of the plastic strain at the onset of damage as a tabular function of the stress triaxiality; the shear criterion is specified in terms of the plastic strain at the onset of damage as a tabular function of the shear stress ratio. The damage evolution energy is assumed to be 500 N/m. During the analysis elements from both bodies fail, which calls for the use of element-based surfaces that can adapt to the exposed surfaces of the current non-failed elements. The general contact algorithm supports element-based surfaces that evolve in this manner (whereas the contact pair algorithm does not). To model eroding contact, the user must include in the contact domain all surface faces that may become exposed during the analysis, including faces that are originally in the interior of bodies, which requires the use of the INTERIOR face identifier on a data line of the *SURFACE option. Only the interior faces that are expected to participate in contact are included in the contact domain in this analysis to minimize the memory use (including interior faces for all elements in the model would more than double the memory use). The NODAL EROSION parameter is set to NO on the *CONTACT CONTROLS ASSIGNMENT option (which corresponds to the default setting), so contact nodes will still take part in the contact calculations even after all of the surrounding elements have failed. These nodes act as free-floating point masses that can experience contact with the active contact faces. For comparison purposes, the analysis is also conducted with NODAL EROSION=YES, which causes the nodes to be removed from the contact calculations once all surrounding elements have failed (and can result in computational savings). The momentum transfer associated with freeflying nodes is expected to be significant in this example, so nodal erosion is not recommended.
compares total kinetic energy histories for the analyses conducted with and without nodal erosion, respectively. Approximately 32% of the initial kinetic energy is absorbed by the impact for the model without nodal erosion; whereas approximately 26% of the initial kinetic energy is absorbed for the model with nodal erosion.
Input files
erode_material.inp External file referenced in this input (material definition). erode_proj_and_plate.inp Model of impact of eroding projectile into eroding plate without nodal erosion. erode_proj_and_plate2.inp Model of impact of eroding projectile into eroding plate with nodal erosion.
Figures
Figure 2.1.41 Undeformed mesh.
Problem description
The units used in this analysis are referred to as c.g. sec. Using these units, length is given in centimeters (cm), mass in grams (gm), and time is measured in microseconds ( sec). The stresses have units of mega bars (M bar). These units are commonly used in shock wave physics applications because the pressures tend to have values on the order of unity. In this example problem two concentric pipes have the annulus between them filled with high explosive (HE). The inside radius of the inner pipe is 10 mm. The inside radius of the outer pipe is 20 mm. Both pipes are steel with a wall thickness of 2 mm. Each pipe is modeled with 6 elements in the radial direction, while the HE is modeled with 24 elements in the radial direction. The steel pipe is an elastic, perfectly plastic material with Young's modulus of 221.1 GPa (2.211 M bar), Poisson's ratio of 0.279, yield strength of 430 MPa (.0043 M bar), and density of 7846 kg/m3 (7.846 gm/cm3). The explosive material is modeled using the JWL equation of state with detonation wave speed = 7596 m/sec (.7596 cm/microsecond), A = 520.6 GPa (5.206 M bar), B = 5.3 GPa (0.053 M bar), R1 = 4.1, R2 = 1.2, = .35, density = 1900 kg/m3 (1.9 gm/cm3), and initial specific energy = 3.63 Joule/kg (0.0363 T erg/gm). The tension cutoff pressure is assumed to be zero and is specified using the *TENSILE FAILURE option. Refer to Equation of state, Section 18.9.1 of the Abaqus Analysis User's Manual, for a description of this material model. The explosive material is detonated at four points around the circumference of the cylinder. Because of the symmetry in this problem, only one-eighth of the pipe is modeled. Figure 2.1.81 shows the original geometry and the location of the detonation point for the model. A transformed coordinate system is used to define the symmetry conditions along the sloping boundary. The interface between the explosive material and the steel is modeled with NO SEPARATION contact that allows for relative slip without separation between the two materials. This analysis is run in two steps to reduce the amount of output written to the output database file. In the early part of the analysis, the deformations are not of much interest. Hence, the first step has a duration of 6 sec. After 6 sec the deformations are becoming significant. The second step has a duration of 1.5 sec. This analysis is run as both a two-dimensional case using CPE4R elements and as a threedimensional case using C3D8R elements. In the three-dimensional case the displacements are constrained to be zero in the out-of-plane direction.
Input files
eoscyl2d.inp Two-dimensional case. eoscyl3d.inp Three-dimensional case.
Figures
Figure 2.1.81 Original geometry. Figure 2.1.84 Deformed configuration after 7.0 sec with undeformed configuration superimposed.
Figure 2.1.82 Deformed configuration after 6.0 sec with undeformed configuration superimposed.
Figure 2.1.85 Deformed configuration after 7.5 sec with undeformed configuration superimposed.
Figure 2.1.83 Deformed configuration after 6.5 sec with undeformed configuration superimposed.
Problem description
The model geometry is depicted in Figure 2.1.131. A cylindrical rod, measuring 32.4 3.2 mm, impacts a rigid wall with an initial velocity of =340 m/sec. The wall is perpendicular to the x z plane and makes an angle of 30 with the xy plane. The half-symmetric finite element model is shown in Figure 2.1.132. Symmetry boundary conditions are applied at the y=0 plane. The rod is meshed with CAX4R elements, and the wall is modeled as an analytical rigid surface using the *SURFACE, TYPE=CYLINDER option in conjunction with the *RIGID BODY option. Coulomb friction is assumed between the rod and the wall, with a friction coefficient of 0.2. The analysis is performed for a period of 120 microseconds. The rod is modeled as a Johnson-Cook, elastic-plastic material with a Young's modulus of 124 GPa, a Poisson's ratio of 0.34, and a density of 8960 kg/m 3. The Johnson-Cook model is appropriate for modeling high-rate impacts involving metals. The Johnson-Cook material parameters are taken from Johnson and Cook (1985) in which the following constants are used: 90 MPa, 0.31, 1.09, 0.025, and 1 s1. Furthermore, the melting temperature is 1058C, and the transition temperature is 25C. Adiabatic conditions are assumed with a heat fraction of 50%. The specific heat of the material is 383 J/KgC, and the thermal expansion coefficient is 0.00005C1.
Adaptive meshing
A single adaptive mesh domain that incorporates the entire rod is defined. Symmetry boundary conditions are defined as Lagrangian surfaces (the default), and contact surfaces are defined as sliding contact surfaces (the default). Because the impact phenomenon modeled in this example is an extremely dynamic event with large changes in geometry occurring over a relatively small number of increments, it is necessary to increase the frequency and intensity of adaptive meshing. The frequency value is reduced to 1 increment from a default value of 10, and the number of mesh sweeps used to smooth the mesh is increased to 3 from the default value of 1. The default values are used for all other adaptive mesh controls.
Input files
ale_rodimpac_inclined.inp Analysis using adaptive meshing. ale_rodimpac_inclined_nodelem.inp External file referenced by this analysis.
8
Reference
Johnson, G. R., and W. H. Cook, Fracture Characteristics of Three Metals Subjected to Various Strains, Strain Rates, Temperatures and Pressures, Engineering Fracture Mechanics, 21, pp. 3148, 1985.
Figures
Figure 2.1.131 Model geometry. Figure 2.1.134 Deformed configuration at 80 microseconds.
Figure 2.1.136 Time history of kinetic and internal energies of the rod.