Nonlinear finite elements/Homework 5

< Nonlinear finite elements

Problem 1: Nonlinear Beam Bending

The differential equations governing the bending of straight beams are


 {
 \begin{align}
 \cfrac{dN_{xx}}{dx} + f(x) & = 0 \\
 \cfrac{dV}{dx} + q(x) & = 0 \\
 \cfrac{dM_{xx}}{dx} -V + N_{xx}\cfrac{dw_0}{dx} & = 0 
 \end{align}
 }

1) Show that the weak forms of these equations can be written as

\begin{align}
 \int_{x_a}^{x_b} \cfrac{dv_1}{dx}N_{xx}~dx & =
 \int_{x_a}^{x_b} v_1 f~dx + \left.v_1 N_{xx}\right|_{x_a}^{x_b}\\
 \int_{x_a}^{x_b} \left[
 \cfrac{dv_2}{dx}\left(\cfrac{dw_0}{dx}N_{xx}\right) -
 \cfrac{d^2v_2}{dx^2}M_{xx}\right]~dx & =
 \int_{x_a}^{x_b} v_2 q~dx + 
 \left.v_2\left(\cfrac{dw_0}{dx}N_{xx}+\cfrac{dM_{xx}}{dx}\right)
 \right|_{x_a}^{x_b} - 
 \left.\cfrac{dv_2}{dx}M_{xx} \right|_{x_a}^{x_b}
 \end{align}

2) The von Karman strains are related to the displacements by

\begin{align}
 \varepsilon_{xx} & = \varepsilon^0_{xx} + z\varepsilon^1_{xx} \\
 \varepsilon^0_{xx} & = \cfrac{du_0}{dx} + 
 \frac{1}{2}\left(\cfrac{dw_0}{dx}\right)^2 \\
 \varepsilon^1_{xx} & = -\cfrac{d^2w_0}{dx^2}
 \end{align}

The stress and moment resultants are defined as

\begin{align}
 N_{xx} & = \int_A \sigma_{xx}~ dA \\
 M_{xx} & = \int_A z\sigma_{xx}~ dA 
 \end{align}

For a linear elastic material, the stiffnesses of the beam in extension and bending are defined as

\begin{align}
 A_{xx} & = \int_A E~dA\qquad \leftarrow \qquad
 \text{extensional stiffness}\\
 B_{xx} & = \int_A zE~dA\qquad \leftarrow \qquad
 \text{extensional-bending stiffness}\\
 D_{xx} & = \int_A z^2E~dA\qquad \leftarrow \qquad
 \text{bending stiffness}
 \end{align}

where E is the Young's modulus of the material.

Derive expressions for N_{xx} and M_{xx} in terms of the displacements u_0 and w_0 and the extensional and bending stiffnesses of the beam assuming a linear elastic material.

3) Express the weak forms in terms of the displacements and the extensional and bending stiffnesses.

4) Assume that the approximate solutions for the axial displacement and the transverse deflection over a two noded element are given by

\begin{align} 
 u_0(x) & =u_1 \psi_1(x) + u_2 \psi_2(x) \\
 w_0(x) & =w_1 \phi_1(x) + \theta_1 \phi_2(x) + w_2 \phi_3(x) +
 \theta_2 \phi_4(x)
 \end{align}

where \theta = -(dw_0/dx).

Compute the element stiffness matrix for the element.

5) Show the alternate procedure by which the element stiffness matrix can be made symmetric.

6)Derive the element tangent stiffness matrix for the element.


Problem 2: Numerical simulation

Consider the cantilever beam shown in Figure 1.

Figure 1. Cantilever beam with point load at the free end.

The beam is made of 6061-T6 aluminum alloy.The Young's modulus of the beam is 69 GPa, the Poisson's ratio is 0.33, the tensile yield strength is 275 MPa.

The length of the beam is 5 m, the width and the thickness are both 10 cm. A point load of 10 kN is applied at the free end as shown in the figure.

  1. Perform a linear three-dimensional finite element analysis of the beam using 20 elements along the length and 3 elements across the thickness. Then,
    1. Plot the axial stress of the centroidal line as a function of distance from the fixed end.
    2. Plot the axial displacement of the centroidal as a function of distance from the fixed end.
    3. Plot the transverse displacement of the centroidal line as a function of distance from the fixed end.
  2. Perform a nonlinear three-dimensional finite element analysis of the beam using 20 elements along the length and 3 elements across the thickness. Then,
    1. Plot the axial stress of the centroidal line as a function of distance from the fixed end.
    2. Plot the axial displacement of the centroidal as a function of distance from the fixed end.
    3. Plot the transverse displacement of the centroidal line as a function of distance from the fixed end.
  3. Perform a linear finite element analysis of the beam using 4 beam elements. Then,
    1. Plot the axial stress of the centroidal line as a function of distance from the fixed end.
    2. Plot the axial displacement of the centroidal as a function of distance from the fixed end.
    3. Plot the transverse displacement of the centroidal line as a function of distance from the fixed end.
  4. Perform a nonlinear finite element analysis of the beam using 4 beam elements. Then,
    1. Plot the axial stress of the centroidal line as a function of distance from the fixed end.
    2. Plot the axial displacement of the centroidal as a function of distance from the fixed end.
    3. Plot the transverse displacement of the centroidal lineas a function of distance from the fixed end.
  5. Comment on your results.
This article is issued from Wikiversity - version of the Tuesday, January 01, 2008. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.