This tutorial was created using ANSYS 7.0 The purpose of this tutorial is to outline the steps required to do a simple modal analysis of the cantilever beam shown below.
The simple cantilever beam is used in all of the Dynamic Analysis Tutorials. If you haven't created the model in ANSYS, please use the links below. Both the command line codes and the GUI commands are shown in the respective links.
The following window will appear
Note that the default mode extraction method chosen is the Reduced Method. This is the fastest method as it reduces the system matrices to only consider the Master Degrees of Freedom (see below). The Subspace Method extracts modes for all DOF's. It is therefore more exact but, it also takes longer to compute (especially when the complex geometries).
For a better understanding of these options see the Commands manual.
Fix Keypoint 1 (ie all DOFs constrained).
The following window will appear
The following table compares the mode frequencies in Hz predicted by theory and ANSYS.
| Mode | Theory | ANSYS | Percent Error |
|---|---|---|---|
| 1 | 8.311 | 8.300 | 0.1 |
| 2 | 51.94 | 52.01 | 0.2 |
| 3 | 145.68 | 145.64 | 0.0 |
| 4 | 285.69 | 285.51 | 0.0 |
| 5 | 472.22 | 472.54 | 0.1 |
Note: To obtain accurate higher mode frequencies, this mesh would have to be refined even more (i.e. instead of 10 elements, we would have to model the cantilever using 15 or more elements depending upon the highest mode frequency of interest).
This selects the results for the first mode shape
The first mode shape will now appear in the graphics window.
The following window will appear
This method employs the use of Master Degrees of Freedom. These are degrees of freedom that govern the dynamic characteristics of a structure. For example, the Master Degrees of Freedom for the bending modes of cantilever beam are
For this option, a detailed understanding of the dynamic behavior of a structure is required. However, going this route means a smaller (reduced) stiffness matrix, and thus faster calculations.
The steps for using this option are quite simple.
Note:For this example both the number of modes and frequency range was specified. ANSYS then extracts the minimum number of modes between the two.
The following window will appear:
The same constraints are used as above.
The following table compares the mode frequencies in Hz predicted by theory and ANSYS (Reduced).
| Mode | Theory | ANSYS | Percent Error |
|---|---|---|---|
| 1 | 8.311 | 8.300 | 0.1 |
| 2 | 51.94 | 52.01 | 0.1 |
| 3 | 145.68 | 145.66 | 0.0 |
| 4 | 285.69 | 285.71 | 0.0 |
| 5 | 472.22 | 473.66 | 0.3 |
As you can see, the error does not change significantly. However, for more complex structures, larger errors would be expected using the reduced method.