You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 71 Next »

Error formatting macro: include: java.lang.IllegalArgumentException: No link could be created for 'SIMULATION:ANSYS 12 - Tensile Bar - Panel'.

Pre-Analysis and Start-Up

Since we don't expect significant variation of stresses in the z direction, it is reasonable to assume plane stress:

Unknown macro: {latex}

 
[
\sigma_z = \tau_

Unknown macro: {xz}

= \tau_

Unknown macro: {yz}

= 0
]

The deformed structure will be in equilibrium. Thus, the 2D stress components should satisfy the 2D equilibrium equations:

Unknown macro: {latex}

\begin

Unknown macro: {eqnarray}
Unknown macro: {partial sigma_x over partial x}

+ {\partial \tau_

Unknown macro: {yx}

\over \partial y} + F_x = 0 \nonumber
{\partial \tau_

Unknown macro: {xy}

\over \partial x} +

Unknown macro: {partial sigma_y over partial y}

+ F_y = 0 \nonumber
\end

We need to solve these equations in our rectangular domain and impose the appropriate boundary conditions: imposed displacement constraints at the left end and applied force at the right end. In effect, we have to solve a boundary value problem (BVP). Recall that the elements of a BVP are:

  • Governing differential equations 
  • Domain
  • Boundary conditions

You probably have solved simple BVPs before in your math classes. We will first review the analytical approach to solving this BVP. We'll then look at the FEA approach.

Analytical Solution:

Since we are ignoring the effects of gravity; there are no body forces per unit volume.

Unknown macro: {latex}

[
F_x = F_y =0
]

Since the length is much larger than the width, we ignore end effects and neglect variations in the y direction. Plugging and chugging into the equilibrium equations yields

Unknown macro: {latex}

\begin

Unknown macro: {eqnarray}

\sigma_y = \tau_

Unknown macro: {xy}

= 0\nonumber
\end

Then the equilibrium equation in the x-direction becomes:

Unknown macro: {latex}

\begin

Unknown macro: {eqnarray}
Unknown macro: {partial sigma_x over partial x}

= 0\nonumber
\end

Therefore,

Unknown macro: {latex}

\begin

Unknown macro: {eqnarray}

\sigma_x = constant\nonumber
\end

Apply Boundary Conditions: If we make a cut at "A", as indicated in the problem specification, then the stress in A must be P/A. Therefore,

Unknown macro: {latex}

\begin

Unknown macro: {eqnarray}

\sigma_x = P/A
\end

 This is of course a well-known result.

Numerical Approach:

In the numerical solution using FEA, we solve the 2D BVP directly by dividing the structure into small elements and approximating the solution for these small elements. Unlike the analytical approach, we do not assume that there is no variation in the y direction. Also, end effects are not neglected. The FEA solution is an approximate solution to the 2D BVP. The approximation gets better as the elements become smaller. In contrast, the analytical solution presented above is the exact solution to the 1D BVP obtained by making approximations to the 2D BVP. In other words, in the analytic solution, we have swapped the actual 2D BVP problem for a 1D BVP problem that we can solve in closed form. Both approaches have value in engineering and complement each other. We have checked that the FEA solution presented to you is reasonably accurate.

The following figure summarizes the contrasts between the analytical and numerical approaches.



ANSYS Solution:

Without further ado, let's download the ANSYS solution and load it into ANSYS.

1. Download "Tensile Bar Demo.zip" by [clicking here|^Tensile Bar demo.zip]
The zip should contain a Tensile Bar Demo folder with the following contents:
- Tensile Bar Demo_files folder
- Tensile Bar Demo.wbpj
Please make sure both these are in the folder, the program would not work otherwise. (Note: The solution was created using ANSYS workbench 12.1 release, there may be compatibility issues when attempting to open with other versions). Be sure to extract before use.

2. Double click "Tensile Bar Demo.wbpj" - This should automatically open ANSYS workbench (you have to twiddle your thumbs a bit before it opens up). You will be presented with the ANSYS solution.

A tick mark against each step indicates that that step has been completed.

3. To look at the results, double click on "Results" - This should bring up a new window (again you have to twiddle your thumbs a bit before it opens up).

4. On the left-hand side there should be an "Outline" toolbar. Look for "Solution (A6)".


We'll investigate the items listed under Solution in the next step in this tutorial.

[*Go to Results*]

[See and rate the complete Learning Module]

Go to all ANSYS Learning Modules

  • No labels