Defining the material and section properties

You can define the material and section properties.

Context:

The circuit board is assumed to be made of a PCB elastic material with a Young's modulus of 45 × 109 Pa and a Poisson's ratio of 0.3. The mass density of the board is 500 kg/m3.

Define a material named PCB with these properties.

The foam packaging material will be modeled using the crushable foam plasticity model. The elastic properties of the packaging include a Young's modulus of 3 × 106 Pa and a Poisson's ratio of 0.0. The material density of the packaging is 100 kg/m3. Define a material named Foam with these properties; do not close the material editor.

The yield surface of a crushable foam in the p–q (pressure stress-Mises equivalent stress) plane is illustrated in Figure 1.

Figure 1. Crushable foam model: yield surface in the p–q plane.

The initial yield behavior is governed by the ratio of initial yield stress in uniaxial compression to initial yield stress in hydrostatic compression, σc0/pc0, and the ratio of yield stress in hydrostatic tension to initial yield stress in hydrostatic compression, pt/pc0. In this problem we have chosen the first data item to be 1.1 and the second data item (which is given as a positive value) to be 0.1.

Hardening effects are also included in the material model definition. Table 1 summarizes the yield stress–plastic strain data.

Table 1. Yield stress–plastic strain data for the crushable foam model.
Yield stress in uniaxial compression (Pa) Plastic strain
0.22000E6 0.0
0.24651E6 0.1
0.27294E6 0.2
0.29902E6 0.3
0.32455E6 0.4
0.34935E6 0.5
0.37326E6 0.6
0.39617E6 0.7
0.41801E6 0.8
0.43872E6 0.9
0.45827E6 1.0
0.49384E6 1.2
0.52484E6 1.4
0.55153E6 1.6
0.57431E6 1.8
0.59359E6 2.0
0.62936E6 2.5
0.65199E6 3.0
0.68334E6 5.0
0.68833E6 10.0

The crushable foam hardening model follows the curve shown in Figure 2.

Figure 2. Foam hardening material data.

For your convenience, the hardening data are available in a text file named drop-test-foam.txt. Enter the following command at the operating system prompt to use the Abaqus fetch utility to copy the file to your local directory:

abaqus fetch job=drop*.txt

In the material editor, select MechanicalPlasticityCrushable Foam. Enter the yield stress ratios given above. Click Suboptions, and select Foam Hardening. Select the first cell in the suboption editor, and click mouse button 3. From the menu that appears, select Read from File. Select the file named drop-test-foam.txt to read the hardening data shown in Table 1.

Define a homogeneous shell section named BoardSection that refers to the material PCB. Specify a thickness of 0.002 m, and assign this section definition to the part Board. Define a homogeneous solid section named FoamSection that refers to the material Foam. Assign this section definition to the part Packaging.

For the circuit board it is most meaningful to output stress results in the longitudinal and lateral directions, aligned with the edges of the board. Therefore, you need to specify a local material orientation for the circuit board mesh.

  1. Double-click Board underneath the Parts container in the Model Tree.

  2. To define a datum coordinate system for the orientation:

    1. From the main menu bar, select ToolsDatum.
    2. Select CSYS as the type and 2 lines as the method.
    3. In the Create Datum CSYS dialog box that appears, select a rectangular coordinate system and click Continue.
    4. In the viewport, select the bottom horizontal edge of the board to be the local x-axis and the right vertical edge of the board to lie in the X–Y plane.

      The datum coordinate system appears in yellow in the viewport.

  3. From the main menu bar of the Property module, select AssignMaterial Orientation. In the viewport select the circuit board. Select the datum coordinate system as the coordinate system. In the material orientation editor select Axis 3 as the shell surface normal and None as the additional rotation about that axis.

    The material orientation appears on the board in the viewport.