Nonlinear finite elements/Homework 8

Problem 1: Plate Bending edit

Consider the flat plate shown in Figure 1.

 
Figure 1. Flat plate.

Transverse normals are defined as the straight lines perpendicular to the midsurface. If we assume that the plate is thin, the Kirchhoff-Love hypothesis holds, i.e.,

  • Transverse normals remain straight.
  • Transverse normals remain normal to the midsurface.
  • Transverse normals are inextensible.

Answer the following questions.

Part 1 edit

The displacement field that satisfies the Kirchhoff-Love hypothesis is given by

 

where   are the displacements of the midsurface.

Write the above equations (using the standard partial derivative notation with  ~s) after making the following substitutions.

 

Part 2 edit

Assume that the plate undergoes infinitesimal strains and rotations. Then the strain-displacement relations are

 

Show that, in terms of the midsurface displacements, the strain-displacement relations can be written in index notation as

 

where   and  .

Part 3 edit

The internal virtual work in the plate is given by (using index notation)

 

Note that if a component of the strain tensor is zero, then the variation of that strain component is also zero.

Show that the internal virtual work can be written as

 

where

 

Write down the expanded form of equation (3).

Part 4 edit

Reddy's book uses the notation of equation (2) to derive the following equilibrium equations for the plate.

 

where

 

Write the above equations in index notation. Then, show that in index-free Gibbs notation, the equilibrium equations for the plate can be written as

 

where

 

and  ,  , and  .  is a scalar,   is a vector,   is a second-order tensor, and   is a third-order tensor.

Part 5 edit

Derive the symmetric weak forms of the equilibrium equations starting with equations (4) and (5). Use the coordinate-free Gibbs notation in your derivation.

You will find the following identities useful in your derivation

 

Part 6 edit

  • Write down the natural boundary conditions in Gibbs notation.
  • What are the essential boundary conditions that can be applied to the plate?

Problem 2: Transient Heat Conduction edit

Consider the model problem shown in Figure 2.

 
Figure 2. Container with burning high energy material.

A 4340 steel casing is used to contain a solid high energy (HE) material. The HE material reacts on the inner (star-shaped) surface and generates gases.Since the gases are confined, the temperature of the gases increases according to the ideal gas law ( ).

We will try to simulate the transient heat transfer and the associated thermal stresses in the HE material and the steel casing.

Since the actual problem is quite complex and involves chemical reactions, equations of state, and fluid-structure interaction, we will simplify the problem.

The assumptions we will make are:

  1. The burn-surface does not change position.
  2. The temperature is the same at all points on the burn surface.
  3. The temperature at the burn surface increases exponentially with time according to the relation
 
where   is the initial temperature (300 K),   is the temperature at time  ,   K, and   K/s.

The inner radius of the steel casing is 5 cm. The outer radius of the steel casing is 6 cm.

The inner and outer radii of the star shaped region are 4 cm and 2 cm, respectively. You can make your own assumptions about the shape of the curves in the star shaped region.

Use standard values for the density, Young's modulus, Poisson's ratio, coefficient of thermal expansion, and thermal conductivity for the steel. You can use Matweb to find the properties you need.

Assume that the high energy material has the following properties:

  • Density = 1200 kg/m ~.
  • Young's modulus = 1 GPa~.
  • Poisson's ratio = 0.49~.
  • Coefficient of thermal expansion = 1.2 10  /K~.
  • Thermal Conductivity = 5 W/m-K (this is 10 times higher than theactual value).
  • Specific Heat Capacity = 1000 J/kg-K.
  1. Assume that the initial temperature of the steel and the HE material is 300 K.Also assume that there is no heat flux on the external surface of the steel casing. Plot the temperature contours and stresses in the two materials at   s and   s.
  2. Assume that the initial temperature of the steel and the HE material is 300 K.Also assume that the external surface of the steel casing is maintained at 300 K. Plot the temperature contours and stresses in the two materials at   s and   s.

You should look at examples given in VM 33 and VM 174 in the ANSYS Verification manual for ideas on how to solve this problem.

Problem 3: Explicit Finite Elements edit

Figure 3(a) shows a beam that is built-in at one and loaded at the other. Figure 3(b) shows a plate that is built-in at one end and loaded at the other. The load that is applied is transient and has the form shown in Figure 3(c).

 
Figure 3. Built-in cantilever beam and plate.
 
Figure 3(c). Load curve.

Assume that the beam and the plate are made of 4340 steel. The beam has dimensions 12 in.   0.25 in.   0.25 in. The plate has dimensions 12 in.   0.25 in.   6 in.

Simulate the problem for 10 secs. using LS-DYNA or some other explicit FE code. Use beam elements for the beam and shell elements for the plate.Use an element size of 2 in. for the beam and 2 in.   2 in. for the shell.

  1. Plot the displacement of the end of the beam as a function of time.
  2. Plot the axial stress at two points on the top of the beam as a function of time.
  3. Plot the displacement of the end of the plate as a function of time.
  4. Plot the axial stress at two points on the top of the plate as a function of time.

After you run the LS-DYNA, the program will create a binary file 'd3plot' and ASCII file 'nodout'. To view the result:

  1. Run LS-Prepost and open the binary file 'd3plot'.
  2. To view the deflection at free end: click ASCII button.
  3. In the window below it, select 'nodout', then click LOAD.
  4. Available nodes will be shown in the next window below.
  5. Select the node. For shell element, those are 2 nodes at the free end.
  6. Select 'y-displacement' for beam, and 'z-displacement' for shell, then click PLOT.

You should also try the animation tool to get a feel for how the beam and shell deform over time.