Niget: NanoIndentation General Evaluation Tool

14 Elastic/plastic work

The elastic and plastic work can be calculated.

Figure 14: Elastic and plastic work calculation

14.1 Window

The window consists of several blocks:

  • Parameters allows the user to set the width of the moving average window. The value 1 corresponds to no smoothing. This value is saved in settings.

  • Run perform calculation and display curve, see section 12.2.

  • Save save parameters and results to given file.

  • Graph display the (smoothed) indentation curve. Stepwise zooming/unzooming can be performed by selecting a range with the mouse and pressing the Zoom/ Unzoom buttons. The graph is restored to its original size by the Restore button.

14.2 Procedure

  1. 1.

    We use a moving average with a fixed width and constant weight. This means we substitute a value with its average with s values to the left and to the right, w=2s+1

    x^i=1wj=-ssxi+j.

    The value w=1 corresponds to the original data. There is only one moving average type defined for both depth and load and for all three parts of the curve (load, unload, hold). Increasing the value of w noise becomes less influential but important small effects can get lost as well.

  2. 2.

    We use the simple trapezoidal rule for the integration of each curve

    I=i=2n12(yi-yi-1)(xi-xi-1) (28)
  3. 3.

    The elastic work is the area under the unloading curve, the plastic work is the area enclosed by the whole indentation curve. The energy ratio is the ratio of the elastic work and the total work

    We = Iunload
    Wp = Iload+Ihold-Iunload
    ηIT = WeWe+Wp