7.5 Example: cargo crane—dynamic loading

This example uses the same cargo crane that you analyzed in Example: cargo crane, Section 6.4, but you have now been asked to investigate what happens when a load of 10 kN is dropped onto the lifting hook for 0.2 seconds. The connections at points A, B, C, and D (see Figure 7–5) can only withstand a maximum pull-out force of 100 kN. You have to decide whether or not any of these connections will break.

Figure 7–5 Cargo crane.

The short duration of the loading means that inertia effects are likely to be important, making dynamic analysis essential. You are not given any information regarding the damping of the structure. Since there are bolted connections between the trusses and the cross bracing, the energy absorption caused by frictional effects is likely to be significant. Based on experience, you therefore choose 5% of critical damping in each mode.

The magnitude of the applied load versus time is shown in Figure 7–6.

Figure 7–6 Load-time characteristic.

A Python script is provided in Cargo crane – dynamic loading, Section A.5. When this script is run through ABAQUS/CAE, it creates the complete analysis model for this problem. Run this script if you encounter difficulties following the instructions given below or if you wish to check your work. Instructions on how to fetch and run the script are given in Appendix A, Example Files.”

If you do not have access to ABAQUS/CAE or another preprocessor, the input file required for this problem can be created manually, as discussed in Example: cargo crane—dynamic loading, Section 9.5 of Getting Started with ABAQUS/Standard: Keywords Version.


7.5.1 Modifications to the model

Open the model database file Crane.cae, and copy the Static model to a model named Dynamic. The dynamic analysis model is basically the same as the static analysis model, except for the modifications described below.

Material

In dynamic simulations the density of every material must be specified so that the mass matrix can be formed. The steel in the crane has a density of 7800 kg/m3.

In this model the material properties were specified as part of the section definition. Thus, you will need to edit the BracingSection and MainMemberSection section definitions to specify the density. In the Section material density field of the Edit Beam Section dialog box, enter a value of 7800 for each section definition.

Note:  If material data are defined independently of the section properties, the density is included by editing the material definition and selecting GeneralDensity in the Edit Material dialog box.

Steps

The step definitions that are used for the dynamic analysis are substantially different from those used in the static analysis. Therefore, the static step created previously will be replaced by two new steps.

The first step in the dynamic analysis calculates the natural frequencies and mode shapes of the structure. The second step then uses these data to calculate the transient (modal) dynamic response of the hoist. In this analysis we will assume that everything is linear. If you want to model any nonlinearities in this simulation, direct integration of the equations of motion using the implicit dynamic procedure must be performed instead. See Nonlinear dynamics, Section 7.9.2, for further details.

ABAQUS/Standard offers the Lanczos and the subspace iteration eigenvalue extraction methods. The Lanczos method is generally faster when a large number of eigenmodes is required for a system with many degrees of freedom. The subspace iteration method may be faster when only a few (less than 20) eigenmodes are needed.

We use the Lanczos eigensolver in this analysis and request the first 30 eigenvalues. Instead of specifying the number of modes required, it is also possible to specify the minimum and maximum frequencies of interest so that the step will complete once ABAQUS/Standard has found all of the eigenvalues inside the specified range. A shift point may also be specified so that eigenvalues nearest the shift point will be extracted. By default, no minimum or maximum frequency or shift is used. If the structure is not constrained against rigid body modes, the shift value should be set to a small negative value to remove numerical problems associated with rigid body motion.

To replace the static step with a frequency extraction step:

  1. In the Model Tree, expand the Steps container. Then, click mouse button 3 on the step named Tip Load and select Replace from the menu that appears. In the Replace Step dialog box, select Frequency from the list of available Linear perturbation procedures.

    Model attributes that cannot be converted will be deleted. In this case the concentrated loads are deleted because they cannot be used in a frequency extraction step. However, the boundary conditions and output requests associated with the static step are inherited by the frequency extraction step.

  2. In the Basic tabbed page of the Edit Step dialog box, enter the step description First 30 modes; accept the Lanczos eigensolver option; and request the first 30 eigenvalues.

  3. Rename the step to Extract Frequencies.

In structural dynamic analysis the response is usually associated with the lower modes. However, enough modes should be extracted to provide a good representation of the dynamic response of the structure. One way of checking that a sufficient number of eigenvalues has been extracted is to look at the total effective mass in each degree of freedom, which indicates how much of the mass is active in each direction of the extracted modes. The effective masses are tabulated in the data file under the eigenvalue output. Ideally, the sum of the modal effective masses for each mode in each direction should be at least 90% of the total mass. See Effect of the number of modes, Section 7.6, for more information.

The modal dynamics procedure will be used to perform the transient dynamic analysis. The transient response will be based on all the modes extracted in the first analysis step; 5% of critical damping should be used in all 30 modes.

To create a transient modal dynamics step:

  1. In the Model Tree, double-click the Steps container to create a new step. Select Modal dynamics from the list of available Linear perturbation procedures, and name the step Transient modal dynamics. Insert the step after the frequency extraction step defined above.

  2. In the Basic tabbed page of the Edit Step dialog box, enter the description Simulation of Load Dropped on Crane and specify a time period of 0.5 and a time increment of 0.005. In dynamic analysis time is a real, physical quantity.

  3. In the Damping tabbed page of the Edit Step dialog box, specify direct modal damping and enter a critical damping fraction of 0.05 for modes 1 through 30.

    The eigenmodes used in a mode-based dynamic procedure must be specified if modal damping is used. By default, ABAQUS/CAE automatically selects all available eigenmodes. You may use the Keywords Editor, however, to edit the *SELECT EIGENMODES block if you wish to change the default selection. In this problem, accept the default selection.

Output

Using the Field Output Requests Manager, modify the field output requests for the Extract Frequencies step so that the Preselected defaults are selected. By default, ABAQUS/Standard writes the mode shapes to the output database (.odb) file so that they can be plotted using the Visualization module. The nodal displacements for each mode shape are normalized so that the maximum displacement is unity. Thus, these results, and the corresponding stresses and strains, are not physically meaningful: they should be used only for relative comparisons.

Dynamic analyses usually require many more increments than static analyses to complete. As a consequence, the volume of output from dynamic analyses can be very large, and you should control the output requests to keep the output files to a reasonable size. In this example you will request output of the deformed shape to the output database file at the end of every fifth increment. There will be 100 increments in the step (0.5/0.005); therefore, there will be 20 frames of field output.

In addition, you will write the displacements at the loaded end of the model (for example, set Tip-a) and the reaction forces at the fixed end (set Attach) as history data to the output database file every increment so that a higher resolution of these data will be available. In dynamic analyses we are also concerned about the energy distribution in the model and what form the energy takes. Kinetic energy is present in the model as a result of the motion of the mass; strain energy is present as a result of the displacement of the structure; energy is also dissipated through damping. By default, whole model energies are written as history data to the .odb file for the modal dynamic procedure. For this analysis you will restrict the energy output to the kinetic, internal, and viscous dissipation energies.

To request output for the transient modal dynamics analysis step:

  1. Open the Field Output Requests Manager. Select the cell labeled Created that appears in the column labeled Transient modal dynamics (you may need to enlarge the column to see the complete step name).

  2. Edit the field output request so that only the nodal displacements are written to the .odb file every 5 increments.

  3. Open the History Output Requests Manager. Edit the default output request so that only ALLIE, ALLKE, and ALLVD are written after every increment. In addition, create two new output requests in the step labeled Transient modal dynamics. In the first write the displacements (translations only) for the set Tip-a after every increment; in the second, the reaction forces (not the moments) for the set Attach after every increment.

Loads and boundary conditions

The boundary conditions are the same as for the static analysis. Since these were retained during the step replacement operation, no new boundary conditions need to be defined.

Apply a concentrated point load to the tip of the crane. The magnitude of this concentrated load is time dependent, as illustrated in Figure 7–6. The time dependence of the load can be defined using an amplitude curve. The actual magnitude of the load applied at any point in time is obtained by multiplying the magnitude of the load (–10,000 N) by the value of the amplitude curve at that time.

To specify a time-dependent load:

  1. Begin by defining an amplitude. In the Model Tree, double-click the Amplitudes container. Name the amplitude Bounce, and choose the type Tabular. Enter the data shown in Table 7–1 in the Edit Amplitude dialog box. Accept the default selection of Step time as the time span, and specify 0.25 as the smoothing parameter value.

    Tip:  Use mouse button 3 to access the table options.

    Table 7–1 Amplitude curve data.

    Time (sec)Amplitude
    0.00.0
    0.011.0
    0.21.0
    0.210.0

  2. Now define the load. In the Model Tree, double-click the Loads container. Apply the load in the Transient modal dynamics step, name the load Dyn load, and choose Concentrated force as the load type. Apply the load to set Tip-b. The equation constraint defined previously between sets Tip-a and Tip-b means that the load will be carried equally by both halves of the crane.

  3. In the Edit Load dialog box, enter a value for CF2 of -1.E4, and choose Bounce for the amplitude.

In this example the structure has no initial velocities or accelerations, which is the default. However, if you wanted to define initial velocities, you could do so by selecting Predefined FieldCreate from the main menu bar and assigning initial translational velocities to selected regions of the model in the initial step. You would also have to edit the definition of the modal dynamics step to use initial conditions.

Running the analysis

Create a job named DynCrane with the following description: 3-D model of light-service cargo crane dynamic analysis.

Save your model in a model database file, and submit the job for analysis. Monitor the solution progress; correct any modeling errors that are detected and investigate the cause of any warning messages, taking action as necessary.


7.5.2 Results

The Job Monitor gives a brief summary of the automatic time incrementation used in the analysis for each increment. The information is written as soon as the increment is completed, so that you can monitor the analysis as it is running. This facility is useful in large, complex problems. The information given in the Job Monitor is the same as that given in the status file (DynCrane.sta).

Examine the Job Monitor and the printed output data file (DynCrane.dat) to evaluate the analysis results.

Job monitor

In the Job Monitor, the first column shows the step number and the second column gives the increment number. The sixth column shows the number of iterations ABAQUS/Standard needed to obtain a converged solution in each increment. Looking at the contents of the Job Monitor, we can see that the time increment associated with the single increment in Step 1 is very small. This step uses no time, because time is not relevant in a frequency extraction procedure.

The output for Step 2 shows that the time increment size is constant throughout the step and that each increment requires only one iteration. The bottom of the Job Monitor is shown in Figure 7–7.

Figure 7–7 Bottom of the Job Monitor: cargo crane dynamic analysis.

Data file

The primary results for Step 1 are the extracted eigenvalues, participation factors, and effective mass, as shown below.

                              E I G E N V A L U E    O U T P U T     

 MODE NO    EIGENVALUE       FREQUENCY           GENERALIZED MASS  COMPOSITE MODAL DAMPING            
                        (RAD/TIME) (CYCLES/TIME)

       1       1773.4     42.112     6.7023       151.93           0.0000    
       2       7016.7     83.766     13.332       30.208           0.0000    
       3       7647.5     87.450     13.918       90.345           0.0000    
       4       22987.     151.61     24.130       252.17           0.0000    
       5       24700.     157.16     25.013       273.36           0.0000    
       6       34712.     186.31     29.652       487.27           0.0000    
       7       42845.     206.99     32.944       1139.8           0.0000    
       8       46444.     215.51     34.299       85.936           0.0000    
       9       47430.     217.79     34.662       2610.9           0.0000    
      10       56036.     236.72     37.675       3580.3           0.0000    
....
      25    2.25686E+05   475.06     75.609       202.12           0.0000    
      26    2.42412E+05   492.35     78.360       126.41           0.0000    
      27    2.84018E+05   532.93     84.819       1256.1           0.0000    
      28    2.92348E+05   540.69     86.054       336.34           0.0000    
      29    3.13943E+05   560.31     89.175       272.67           0.0000    
      30    3.64727E+05   603.93     96.118       65.292           0.0000    
The highest frequency extracted is 96 Hz. The period associated with this frequency is 0.0104 seconds, which is comparable to the fixed time increment of 0.005 seconds. There is no point in extracting modes whose period is substantially smaller than the time increment used. Conversely, the time increment must be capable of resolving the highest frequencies of interest.

The column for generalized mass lists the mass of a single degree of freedom system associated with that mode.

The table of participation factors indicates the predominant degrees of freedom in which the modes act. The results indicate, for example, that mode 1 acts predominantly in the 3-direction.

          P A R T I C I P A T I O N   F A C T O R S

 MODE NO    X-COMPONENT    Y-COMPONENT    Z-COMPONENT    X-ROTATION     Y-ROTATION     Z-ROTATION 

       1     -6.06611E-04   -6.17846E-03     1.4284        0.71334        -6.0252       -3.38734E-02
       2      0.18479       -0.25762        8.04301E-04    1.70806E-03   -6.15987E-03    -1.6874    
       3     -0.17449         1.5525        4.88060E-03   -8.03914E-03    3.24474E-02     9.2788    
       4     -1.10288E-04   -9.12856E-03    8.21115E-02    0.21879         1.2205       -2.82304E-02
       5     -3.92511E-03    2.12067E-03   -2.99941E-02   -0.59355         1.7728       -1.93294E-02
       6      3.71231E-02   -0.35739        6.34629E-03   -1.77381E-02    1.01840E-02   -0.96546    
       7     -2.47517E-03   -1.52583E-03    6.01662E-02    4.72640E-02   -0.29009       -6.46649E-04
       8     -7.01103E-02    2.45133E-02    0.72679        0.49783        -3.8886        7.06104E-02
       9      3.57881E-02   -2.40304E-02    2.20008E-02    1.46460E-02   -0.12632       -1.18373E-03
      10      3.47216E-02    4.06095E-02    1.94440E-02    1.09047E-02   -6.72486E-02    3.81865E-02
....
      25     -8.00997E-02   -0.20489       -3.86578E-02    4.74085E-02   -2.62898E-02   -0.17853    
      26     -2.47967E-02   -0.36498        4.43500E-02   -2.04280E-02   -1.17456E-02   -0.19930    
      27      1.69496E-02    2.49522E-02    2.25007E-02   -1.01110E-02   -4.29291E-02    2.77497E-02
      28      4.67055E-02    2.75454E-02   -0.11807        5.13236E-02    0.24074        1.94160E-05
      29      9.82993E-03   -3.65247E-03    4.59371E-03   -3.11985E-03   -1.55431E-02   -2.79420E-03
      30      4.79583E-02    1.81564E-02    0.13183       -2.17841E-02   -0.35222       -1.81434E-02
The table of effective mass indicates the amount of mass active in each degree of freedom for any one mode. The results indicate that the first mode with significant mass in the 2-direction is mode 3. The total modal effective mass in the 2-direction is 378.25 kg.
                    E F F E C T I V E   M A S S

 MODE NO    X-COMPONENT    Y-COMPONENT    Z-COMPONENT    X-ROTATION     Y-ROTATION     Z-ROTATION 

       1      5.59061E-05    5.79961E-03     309.98         77.310         5515.4        0.17432    
       2       1.0315         2.0049        1.95415E-05    8.81308E-05    1.14621E-03     86.009    
       3       2.7507         217.75        2.15204E-03    5.83880E-03    9.51184E-02     7778.4    
       4      3.06725E-06    2.10134E-02     1.7002         12.071         375.67        0.20097    
       5      4.21159E-03    1.22938E-03    0.24593         96.308         859.13        0.10214    
       6      0.67152         62.238        1.96249E-02    0.15331        5.05369E-02     454.19    
       7      6.98316E-03    2.65372E-03     4.1262         2.5463         95.918        4.76627E-04
       8      0.42241        5.16390E-02     45.393         21.298         1299.5        0.42846    
       9       3.3440         1.5077         1.2638        0.56005         41.664        3.65846E-03
      10       4.3164         5.9044         1.3536        0.42575         16.192         5.2209    
....
      25       1.2968         8.4852        0.30205        0.45428        0.13970         6.4420    
      26      7.77276E-02     16.839        0.24864        5.27518E-02    1.74397E-02     5.0211    
      27      0.36087        0.78207        0.63595        0.12841         2.3149        0.96727    
      28      0.73370        0.25520         4.6889        0.88597         19.494        1.26795E-07
      29      2.63470E-02    3.63750E-03    5.75383E-03    2.65397E-03    6.58723E-02    2.12885E-03
      30      0.15017        2.15240E-02     1.1347        3.09842E-02     8.1001        2.14931E-02

 TOTAL         22.179         378.25         373.65         269.75         8348.1         8518.0    
The total mass of the model is given earlier in the data file and is 414.34 kg.

To ensure that enough modes have been used, the total effective mass in each direction should be a large proportion of the mass of the model (say 90%). However, some of the mass of the model is associated with nodes that are constrained. This constrained mass is approximately one-quarter of the mass of all the elements attached to the constrained nodes, which, in this case, is approximately 28 kg. Therefore, the mass of the model that is able to move is 385 kg. The effective mass in the x-, y-, and z-directions is 6%, 98%, and 97%, respectively, of the mass that can move. The total effective mass in the 2- and 3-directions is well above the 90% recommended earlier; the total effective mass in the 1-direction is much lower. However, since the loading is applied in the 2-direction, the response in the 1-direction is not significant.

The data file does not contain any results for the modal dynamics step, because all of the data file output requests were suppressed.


7.5.3 Postprocessing

Enter the Visualization module, and open the output database file DynCrane.odb.

Plotting mode shapes

You can visualize the deformation mode associated with a given natural frequency by plotting the mode shape associated with that frequency.

To select a mode and plot the corresponding mode shape:

  1. In the context bar, click the frame selector tool .

    The Frame Selector dialog box appears. Drag the bottom corner of the dialog box to enlarge it so that both step names are clearly visible.

  2. Drag the frame slider to select frame 1 in the Extract Frequencies step. This is the first eigenmode.

  3. From the main menu bar, select PlotDeformed Shape; or use the tool in the toolbox.

    ABAQUS/CAE displays the deformed model shape associated with the first vibration mode, as shown in Figure 7–8.

    Figure 7–8 Mode 1.

  4. Select the third mode (frame 3 in the Extract Frequencies step) from the Frame Selector dialog box. Afterward, close the dialog box.

    ABAQUS/CAE displays the third mode shape shown in Figure 7–9.

    Figure 7–9 Mode 3.

    Note:  A complete list of the available frames is given in the Step/Frame dialog box (ResultStep/Frame). This dialog box offers an alternative means to switching between frames.

Animation of results

You will animate the analysis results. First create a scale factor animation of the third eigenmode. Then create a time-history animation of the transient results.

To create a scale factor animation of an eigenmode:

  1. From the main menu bar, select AnimateScale Factor; or use the tool in the toolbox.

    ABAQUS/CAE displays the third mode shape and steps through different deformation scale factors ranging from 0 to 1.

    ABAQUS/CAE also displays the movie player controls on the right side of the context bar.

  2. In the context bar, click to pause the animation.

To create a time-history animation of the transient results:

  1. From the main menu bar, select ResultActive Steps/Frames to select which frames will be active in the history animation.

    ABAQUS/CAE displays the Active Steps/Frames dialog box.

  2. Toggle the step names so that only the second step (Transient modal dynamics) is selected.

  3. Click OK to accept the selection and to close the dialog box.

  4. From the main menu bar, select AnimateTime History; or use the tool from the toolbox.

    ABAQUS/CAE steps through each available frame of the second step. The state block indicates the current step and increment throughout the animation. After the last increment of this step is reached, the animation process repeats itself.

  5. You can customize the deformed shape plot while the animation is running.

    1. Display the Common Plot Options dialog box.

    2. Choose Uniform from the Deformation Scale Factor field.

    3. Enter 15.0 as the deformation scale factor value.

    4. Click Apply to apply your change.

      ABAQUS/CAE now steps through the frames in the second step with a deformation scale factor of 15.0.

    5. Choose Auto-compute from the Deformation Scale Factor field.

    6. Click OK to apply your change and to close the Common Plot Options dialog box.

      ABAQUS/CAE now steps through the frames in the second step with a default deformation scale factor of 0.8.

Determining the peak pull-out force

To find the peak pull-out force at the attachment points, create an X–Y plot of the reaction force in the 1-direction (variable RF1) at the attached nodes. This involves plotting multiple curves at the same time.

To plot multiple curves:

  1. In the Results Tree, expand the History Output sub-containers for the output database named DynCrane.odb.

  2. From the list of available history output, select the four curves (using [Ctrl]+Click) that have the following form:

    Reaction Force: RF1 PI: TRUSS-1 Node xxx in NSET ATTACH

  3. Click mouse button 3, and select Plot from the menu that appears.

    ABAQUS/CAE displays the selected curves.

  4. From the main menu bar, select ViewportViewport Annotation Options.

    ABAQUS/CAE displays the Viewport Annotation Options dialog box.

  5. Click the Legend tab, and toggle on Show min/max values.

  6. Click OK to apply your change and to close the dialog box.

    ABAQUS/CAE displays the minimum and maximum values.

The resulting plot (which has been customized) is shown in Figure 7–10. The curves for the two nodes at the top of each truss (points B and C) are almost a reflection of those for the nodes on the bottom of each truss (points A and D).

Figure 7–10 History of the reaction forces at the attached nodes.

At the attachment points at the top of each truss structure, the peak tensile force is around 80 kN, which is below the 100 kN capacity of the connection. Keep in mind that a negative reaction force in the 1-direction means that the member is being pulled away from the wall. The lower attachments are in compression (positive reaction force) while the load is applied but oscillate between tension and compression after the load has been removed. The peak tensile force is about 40 kN, well below the allowable value. To find this value, probe the X–Y plot.

To query the X–Y plot:

  1. From the main menu bar, select ToolsQuery.

    The Query dialog box appears.

  2. Select Probe values in the Visualization Module Queries field.

  3. Click OK.

    The Probe Values dialog box appears.

  4. Select the point indicated in Figure 7–10.

    The Y-coordinate of this point is –40.3 kN, which corresponds to the value of the reaction force in the 1-direction.