Back to Exercises


Basic Concepts

Loading

Boundary Conditions

Impedance Mismatch

Damping Effects

Natural Mode of Vibration

Transfer Function

Frequency Response

Time Stepping

Material Behavior

 

Dr. Layer 1.0
Exercise 9- Time Stepping

Introduction

Introduction

Background

In addition to varying the layer properties, another tool that comes in handy is a variation on the computational side. It involves varying the time step, i.e. the time it takes to repeat each computation. The defining rule for the iteration used in the time stepping procedure for Dr. Layer is the central difference method. It is not an exact procedure but it ensures that the iteration converges, achieves stability, and is close enough to the exact solution.

The central difference hinges on a finite difference approximation of velocity and acceleration. The central difference method will “blow up”, giving meaningless results, if the chosen time step is not small enough. Stability of the solution requires

                                                                 

Where  Dt is the time for each iteration and T is the period (time it takes to complete one cycle of the input loading)

The steps below summarize the central difference procedure as it was programmed in Dr. Layer. (Check the time stepping theory for a better understanding of this process)

1a.

1b.

1c.

1d.

1e.

 

computations for each time step I

2a.

2b.

2c.

2d.

Repetition for each time step

Substitute i +1 for i and repeat the steps 2a, 2b and 2c.

 BACK TO TOP

Objective

It shows on the computation side of the output how varying the time step can significantly affect the speed of result output and stability of our analysis.

 BACK TO TOP

Things to Do

  1. Open the Dr. Layer program. By default we get
    twelve layers. The top six layers    are hardwired into the system with a very fast velocity. The bottom six layers are hardwired with a very slow velocity.

  2. By default we get a medium time step.  Push the time increment
    button. Nothing exciting happens!

  3. Go to the time step menu and change to large. Push the time increment button.



  4. Keeping the time step on large, go to the edit menu and select
    all, then change the wave speed to very slow. Push the time increment
    button.

  5. Change the wave speed to different values. Change different parameters like damping, load type and the input frequency on the slider bar.

 BACK TO TOP

Observation

The numerical procedure becomes unstable at large time steps but it is still a function of the relationship

BACK TO TOP

On Your Own

  1. Determine by making general statements what role the input frequency (related to the period) plays in the stability of our analysis.

  2. Determine by making general statements the effect of the wave speed through the layers on the stability of the layers.

  3. Does damping have an effect on the stability of the analysis.

  4. We know the relationship governing stability that relates T and Dt. Obtain the limiting values of T  that will cause instability.

    Dt (small) =

    Dt (medium) =

    Dt (large) =

 BACK TO TOP

 BACK TO TOP

 Last Updated:
12/27/00

Contact us at: parduino@u.washington.edu