Niget: NanoIndentation General Evaluation Tool

10 Stiffness method

This module allows the determination of the stiffness of an object by fitting both loading and unloading curve with a straight line. This method is shown unless the software was compiled without Fortran support.

Figure 10: Stiffness analysis using orthogonal data regression

10.1 Window

The window consists of several blocks:

  • Info displays the maximum depth and force during the indentation

  • Parameters shows the selected range in nm and in % of the maximum force, and the correction \beta.

    • -

      The fitting range can be selected either using the mouse or typing in the range entries.

  • Fit buttons for indepedent fitting of the loading and unloading curves, see section 10.2 for details of the calculation.

  • Results displays all results in the following order: the slope of the loading curve k_{\mathrm{load}}, the offset of the loading curve q_{\mathrm{load}}, the residual sum of squares of the corresponding fit and the goodness of fit parameters, the slope of the unloading curve k_{\mathrm{unload}}, the offset of the loading curve q_{\mathrm{unload}}, the residual sum of squares of the corresponding fit and the goodness of fit parameters and the ranges used for the fitting procedures. Warnings are displayed if the fittings procedures failed.

  • Uncertainties show the uncertainty analysis window, see section 15.2.3.

  • Show log load Show the report about the fitting procedure of the loading curve in a separate window. The reports are saved to files fit.log.stiff.load.err and fit.log.stiff.load.rpt.

  • Show log unload Show the report about the fitting procedure of the unloading curve in a separate window. The reports are saved to files fit.log.stiff.unload.err and
    fit.log.stiff.unload.rpt.

  • Save save parameters and results to given file.

  • Graph display the unloading curve and the fitted curves. 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.

10.2 Procedure

The stiffness analysis simply fits both loading and unloading curve with straight lines.

  1. 1.

    Fit the loading curve with a straight line

    F=k_{\mathrm{load}}h+q_{\mathrm{load}}

    using orthogonal least squares as implemented in the package ODRPACK95 [13].

  2. 2.

    Fit the unloading curve with a straight line

    F=k_{\mathrm{unload}}h+q_{\mathrm{unload}}

    using orthogonal least squares as implemented in the package ODRPACK95 [13].