PopIn Matlab toolbox¶
This toolbox has been developed to plot (nano)indentation data and to analyze pop-in events distribution.
With this Matlab toolbox, it is possible to:
- plot load-displacement curves ;
- fit the load-displacement curves with Hertz model ;
- plot cumulative (Weibull or time/temperature dependent) distribution of the 1st or the 2nd pop-in.
Contents¶
Getting started¶
First of all, download the source code of the Matlab toolbox.
Source code is hosted at Github.
To have more details about the use of the toolbox, please have a look to :
README.txt
How to use the GUI for “pop-in” analysis from indentation tests ?¶
First of all a GUI is a Graphical User Interface.
- Run the following Matlab script :
demo.m
- Answer ‘y’ or ‘yes’ (or press ‘Enter’) to add path to the Matlab search paths, using this script:
path_management.m
- The following window opens:
- Import your (nano)indentation results (.xls file obtained from MTS software with at least more than 20 indentation tests for statistics), by pressing the button ‘Select file’.
- Select the end segment (if segments exist), in order to set the maximum indentation depth.
- Set units and criterion to detect pop-in.
- Once the dataset is loaded and parameters set, run calculations by pressing the green button ‘RUN CALCULATIONS and PLOT’.
- Load-displacement curves and selected cumulative distribution function (cdf) are plotted respectively on the left graphic and the right graphic.
- A picture of the main window as .png file is created and cdf fit results are stored in a .txt file when you press the button ‘SAVE’.
- Results are accessible by typing in the Matlab command window (here for 50 indentation tests) :
gui = guidata(gcf)
gui =
config: [1x1 struct] % config. of the GUI
data_xls: [1x1 struct] % details about .xls file
handles: [1x1 struct] % handles of the GUI = buttons, boxes...
settings: [1x1 struct] % settings of the GUI
flag: [1x1 struct] % flags for errors, calculations
data: [1x50 struct] % data cropped
results: [50x1 struct] % results obtained after calculations
Hertz: [1x1 struct] % details about hertzian fit
cumulativeFunction: [1x1 struct] % cdf fit results
The YAML configuration files¶
Default YAML configuration files, stored in the folder yaml_config_files, are loaded automatically to set the GUI:
You have to update these YAML config. files, if you want to change indenter properties, constant parameters of models and constant parameters of the least-square method used to solve nonlinear curve-fitting and the path to your datasets.
Overview of the toolbox¶
- Import your (nano)indentation results. See here an example file.
- Set units, set the criterion of pop-in detection, set temperature of experiments, set the minimum and maximum indentation depths, set the pop-in to analyze and select the critical parameter to use for the Weibull distribution.
- Run the calculations and plot results.
- Set the plots.
- Save a picture of the main interface or quit this interface.
- Load-displacement curves with pop-in and Hertzian fit.
- Cumulative distribution of the pop-in.
Note
It is possible to modify YAML configuration files directly from the menu of this interface.
Note
Documentation is reachable from the button ‘HELP’ or the menu.
The ‘pop-in’ phenomenon¶
The nanoindentation (or instrumented or depth sensing indentation) is a variety of indentation hardness tests applied to small volumes. During nanoindentation, an indenter is brought into contact with a sample and mechanically loaded.
The following parts give a short overview of models existing in the literature used for the extraction of mechanical properties of homogeneous bulk materials from indentation experiments with conical indenters.
Parameters such as contact load \(F_\text{c}\) and depth of penetration \(h\) are recorded at a rapid rate (normally 10Hz) during loading and unloading steps of the indentation test. Usually, the depth resolution is around the fraction of \(\text{nm}\)-level and the resolution is around \(\text{nN}\)-level.
During the loading step of nanoindentation, a discontinuity in the measured depth is commonly referred to as a pop-in event.
The pop-in event¶
A pop-in (event) is a sudden (load or displacement) burst during the loading of an indenter on a sample. If the nanoindentation experiment is load-controlled, an horizontal plateau is also observed on the load-displacement curve, when a pop-in occurs at the critical load \(F_\text{crit}\) and critical displacement \(h_\text{crit}\) (see Figure 7). In the case of a displacement-controlled nanoindentation experiments, a vertical drop of the load is observed on the load-displacement curve.

Schematics of indentation load-displacement curve with a pop-in: a) load-controlled and b) displacement-controlled nanoindentation experiments.
\(F_\text{c,max}\) is the maximum applied load, \(h_\text{t}\) is the total indentation depth and \(h_\text{r}\) is the residual indentation depth.
Find here the Matlab function to quantify pop-in by peak detection: peakdet.m.
Warning
In this toolbox, only load-controlled nanoindentation experiments are analyzed.
Many authors observed pop-in events on metals or metallic thin films, ceramics, metallic glasses, semiconductors, hard brittle thin films deposited on a soft elastoplastic substrate…
The pop-in event is often explained by on of the following mechanisms as a function of the indented specimen (ceramic, metal, semiconductor, coated or multilayer specimen…) and the experimental conditions (time, temperature, geometry of the indenter…) :
- Dislocations nucleation (= sudden yielding of a material under load) ;
- Rupture of a hard brittle film on an elastic-plastic substrate ;
- Strain transfer across grain boundaries in metals ;
- crack(s) formation ;
- phase transformation ;
- amorphization, densification…
It is really important to mention that pop-in events are function of the indenter shape [20], [9], the temperature [21] and the strain rate [20], [18].
In parallel, pop-in event is not always a perfect plateau on the load-displacement curve. Sometimes, sliding pop-in are occuring with no observable end point.
According to the litterature, such sliding pop-in are detected during experiments given the high-resolution of transducer [7].
Some authors proposed to describe the statistics of the pop-in event with a cumulative Weibull-type distribution [5] or with a cumulative fraction function based on a rate equation, when a time or a temperature dependence of the pop-in is demonstrated.
Weibull-type distribution¶
The cumulative Weibull distribution function with 2 parameters \((\lambda, m)\) is a continuous probability distribution and is often used in the description of particle size distribution and in survival or failure analysis [29].
With \(V\) the survival probability function and \(W\) the mortal probability function. \(m\) is a dimensionless material-dependent constant, often named the Weibull modulus (from 0 to usually 50) [1]. If \(m=1\), the rate of failure remains constant and there is random failure occurring.
In the case of several indentations performed on the same sample, \(x\) can be the distribution of the critical loads \(F_\text{crit}\) or the critical displacements \(h_\text{crit}\), at which the pop-in events appear on the corresponding load-displacement curves. In this case, higher is \(m\), more homogeneous is the distribution of the pop-in.
\(\lambda\) is the scale parameter of the cumulative Weibull distribution. In the case of indentations, \(\lambda\) is the mean critical load \(F^0_{crit}\) or the mean critical displacement \(h^0_{crit}\) at which the pop-in event appears for a given material.
Find here the Matlab function to calculate the cumulative mortal Weibull distribution: weibull_cdf.m.
Find here the Matlab function to calculate the complementary cumulative survival Weibull distribution: weibull_cdf_survival.m.
Chechenin et al. proposed to use a modified cumulative Weibull distribution function for the description of the statistics of the pop-in event [5]. This function is set to have a probability of 0.5, when \(F_{crit}\) (the critical load) is equal to \(F^0_{crit}\) (the mean critical load).
()¶\[W\left(\frac{F_\text{crit}}{F^0_\text{crit}}\right) = 1 - exp\left(-ln2\left(\frac{F_\text{crit}}{F^0_\text{crit}}\right)^m\right)\]
The cumulative Weibull distribution [29] and the modified cumulative Weibull distribution [5] are implemented in the PopIn toolbox.
Find here the Matlab function to calculate the cumulative modified mortal Weibull distribution: weibull_modified_cdf.m.
Find here the Matlab function to calculate the complementary cumulative modified survival Weibull distribution: weibull_modified_cdf_survival.m.
Dislocations nucleation¶
According to many authors, pop-in corresponds to the nucleation of at least one dislocation, during indentation of crystalline materials (see Figure 9) [20], [21], [22], [14], [30], [17], [13], [19], [31] and [32]. Before the pop-in event, the indentation load-displacement obtained with a spherical indenter, can be fitted with the Hertz equation (see Figure 10) [10]:
()¶\[F_\text{c} = (4/3) E^{*} \sqrt{R^{*}} h_\text{crit}^{1.5}\]
With \(E^{*}\) the reduced Young’s modulus calculated from indentation test defined by (5) and \(R^{*}\) the reduced radius of the spherical indenter defined by (6).
()¶\[\frac{1}{E^{*}} = \frac{1}{E_\text{s}^{'}} + \frac{1}{E_\text{i}^{'}}\]
With \(E_\text{s}^{'}\) the reduced Young’s modulus of the sample and \(E_\text{i}^{'}\) the reduced Young’s modulus of the indenter.
()¶\[\frac{1}{R^{*}} = \frac{1}{R_\text{s}} + \frac{1}{R_\text{i}}\]
With \(R_\text{s}\) the radius of the sample (usually \(+\infty\)) and \(R_\text{i}\) the radius of the indenter.
Find here the Matlab function to calculate the load with the Hertz equation: elasticLoad.m.
Find here the Matlab function to calculate the displacement with the Hertz equation: elasticDisp.m.
Find here the Matlab function to calculate the contact radius with the Hertz equation: elasticRadius.m.
Find here the Matlab function to calculate the reduced value of a variable: reducedValue.m.

Schematics cross section of deformation profile of an elastic-plastic substrate under indentation : 1) elastic deformation, 2) elastoplastic deformation (nucleation of dislocation) and 3) transfer of dislocations across a grain boundary.

Schematic of indentation load-displacement curve with two pop-in events (the 1st for the nucleation of dislocation and the 2nd for the strain transfer across a grain boundary).
The elastic-plastic transition is often studied statistically as a function of temperature \(T\) and indentation rate \(F(t)\). Schuh C.A. et al. observed a good consistency between experimental results and a thermally activated mechanism of incipient plasticity [20], [21], [22], [14]. They also proposed to use a statistical thermal activation model (see following equations) with a stress-biasing term. Based on this model, it is possible to extract the activation energy \(\epsilon-\sigma V\), activation volume \(V\), and attempt frequency for the rate-limiting event that controls yield \(W(F_\text{c})\). The activation energy \(\epsilon-\sigma V\) is separated into a term characterizing the activation enthalpy \(\epsilon\), and a term giving the stress bias \(\sigma V\), where \(\sigma\) is the biasing stress over the activation volume \(V\).
()¶\[\dot{n} = \eta exp\left(-\frac{\epsilon-\sigma V}{kT}\right)\]()¶\[\dot{N} = \eta exp\left(-\frac{\epsilon}{kT}\right)\cdot\int\int\limits_\Omega\int exp \left(\frac{\sigma V}{kT}\right)d\Omega\]()¶\[\dot{F}(t) = \left[1-F(t)\right]{N}(t)\]()¶\[F(t) = 1- exp\left(-\int_{0}^{t}{\dot{N}(t')dt'}\right)\]()¶\[\tau_\text{max} = 0.31p_0 = 0.47p_\text{max} = \left(\frac{0.47}{\pi}\right)\left(\frac{4E^{*}}{3R^{*}}\right)F^{1/3}_{crit}\]()¶\[\Omega \approx Ka^3 = K\left(\frac{3F_{crit}R^{*}}{4E^{*}}\right)\]()¶\[F_\text{c} = \dot{F_\text{c}}\cdot t\]
With \(\dot{n}\) is the local rate at which the critical event occurs per unit volume of material, \(\eta\) the pre-exponential frequency factor, \(k\) the Boltzmann constant, \(\tau_\text{max}\) the maximun shear stress obtained for the maximum pressure \(p_\text{max}\), at a single point beneath the indenter given for an elastic Hertzian contact [10]. \(K\) is a proportionality constant of order \(\pi\).
Find here the Matlab function to calculate the maximum shear stress: maxShearStress.m.
Find here the Matlab function to calculate the maximum pressure: maxPressure.m.
Find here the Matlab function to calculate the mean pressure: meanPressure.m.
Finally, a statistical expression of the onset of plasticity can be formulated by combining previous equations, giving the cumulative fraction function \(W(F_\text{c})\) :
()¶\[W(F_\text{c}) = 1-exp\left(-\frac{9KR^{*}\eta}{4E^{*}\dot{F_\text{c}}\alpha^6}exp\left(-\frac{\epsilon}{kT}\right)\left(\beta(\alpha,F_\text{c})\right)\right)\]()¶\[\alpha = \left(\frac{0.47}{\pi}\right)\left(\frac{4E^{*}}{3R^{*}}\right)^{2/3}\frac{V}{kT}\]()¶\[\beta = 120exp(-F_\text{c}^{1/3}\alpha) + F_\text{c}^{5/3}\alpha^5 - 5F_\text{c}^{4/3}\alpha^4 + 20F_\text{c}\alpha^3-60F_\text{c}^{2/3}\alpha^2+120F_\text{c}^{1/3}\alpha-120\]
Find here the Matlab function to calculate the cumulative survival distribution as a function of the load rate and the temperature of nanoindentation tests: mason_cdf.m.
Find here the Matlab function to calculate the \(\alpha\) function: alphaMason.m.
Find here the Matlab function to calculate the \(\beta\) function: betaMason.m.
Note
The surface mechanical state (presence of dislocations after polishing steps or surface free of dislocation) can modified the statistics of pop-in behavior [27].
Note
See this Github repository for the plot of stress distributions at the surface and along the axis of symmetry, caused by Hertz pressure acting on a circular area radius.
In the case of prismatic dislocation loops beneath the indenter generated during pop-in, an energy balance model was also proposed by Wang D. et al. in 2021 [28].
Finally, after a short survey of the literature, it appears that pop-in or strain burst events are observed as well, on the load-displacement or stress-strain curves obtained during compression tests of metallic nano- or micro-pillar [3], [6] and [11]. This strain burst is most of the time, attributed to the nucleation of dislocations into the pillar, initially dislocation-free.
Strain transfer across grain boundaries in metals¶
Some authors observed sometimes two pop-in on the load-displacement curve during indentation performed close to a grain boundary (see Figure 9 and Figure 10). The first pop-in is usually attributed to the nucleation of dislocation in a metallic material (see previous section of this documentation), and the second pop-in is related to the presence nearby of the grain boundary.
The occurrence of such a strain burst is found to be related to the slip activity (function of the phase material and the grain orientation), to the grain boundary resistance (function of the grain boundary misorientation [26], to the local chemistry [4] (impurities, embrittled hydrogen…), to the prior plastic deformation [4], to the distance between the indenter and the grain boundary [26], or other experimental parameters like the shape of the indenter and the grain boundary inclination…
Recently, the STABiX Matlab toolbox was developed to analyse in simple way slip transmission in a bicrystal [15], [24] and [23].
Rupture of a hard brittle film on an elastic-plastic substrate¶
In the case of indentation made into a hard brittle film (e.g.: native or thermally/anodically grown oxide, ALD coatings …) on an elastic-plastic (ductile) substrate, pop-in were observed experimentally and linked to the fracture of the brittle film [12], [2], [16] and [25].

Schematic of indentation load-displacement curve with a pop-in event and the plot of the load carried by the elastic-plastic substrate.
Some authors explained that a circumferential crack appears at the location of the elastic–plastic boundary in the substrate [2] and [16]. The radius \(c\) of this plastic zone in the ductile substrate is defined by the following equation:
()¶\[c = \sqrt{\frac{3F_\text{crit,s}}{2\pi\sigma_\text{e}}}\]
With \(F_\text{crit,s}\) the load carried by the substrate at the critical indentation depth at which pop-in occurs, obtained usually with the power law relationship (18). \(\sigma_\text{e}\) is the yield stress of the ductile substrate [8].
()¶\[F_\text{crit,s} = Kh_\text{crit}^n\]
With \(h_\text{crit}\) the critical displacement at which the pop-in appears. The two constants \(K\) and \(n\) are obtained from a fitting procedure of the load-displacement curve obtained from nanoindentation tests performed on the substrate without the brittle film.

Schematic cross section of deformation profile of a hard brittle film on an elastic-plastic substrate under indentation.
In the Figure 12, \(R\) is the radius of the spherical indenter, \(t\) is the thickness of the thin film, \(F_\text{c}\) is the applied load, \(h\) is the indentation displacement, \(c\) the radius of the plastic zone in the substrate and \(a_\text{c}\) the contact radius between the indenter and the thin film.
Find here the Matlab function to calculate the plastic radius \(c\): plasticRadius.m.
Find here the Matlab function to fit a load-displacement curve: load_displacement_fit.m.
Matlab functions to fit probability distributions¶
References¶
[1] | Afferante L. et al., “Is Weibull’s modulus really a material constant? Example case with interacting collinear cracks” (2006). |
[2] | (1, 2) Bahr D.F. et al., “Indentation induced film fracture in hard film – soft substrate systems” (2003). |
[3] | Bei H. et al., “Effects of pre-strain on the compressive stress–strain response of Mo-alloy single-crystal micropillars” (2008). |
[4] | (1, 2) Britton T.B. et al., “Nanoindentation study of slip transfer phenomenon at grain boundaries” (2011). |
[6] | Crosby T. et al., “The origin of strain avalanches in sub-micron plasticity of fcc metals” (2015). |
[7] | Fu K. et al., “Toughness Assessment and Fracture Mechanism of Brittle Thin Films Under Nano-Indentation” (2016). |
[8] | Hainsworth S.V. et al., “Analysis of nanoindentation load-displacement loading curves.” (1996). |
[9] | Jang J.-I. et al., “Rate-dependent inhomogeneous-to-homogeneous transition of plastic flows during nanoindentation of bulk metallic glasses: Fact or artifact?” (2007). |
[10] | (1, 2) Johnson K.L., “Contact Mechanics” (1987). |
[11] | Kraft O. et al., “Plasticity in Confined Dimensions” (2010). |
[12] | Kramer D.E. et al., “Surface constrained plasticity: Oxide rupture and the yield point process” (2001). |
[13] | Lu J.-Y. et al. “Thermally activated pop-in and indentation size effects in GaN films” (2012). |
[14] | (1, 2) Mason J. et al., “Determining the activation energy and volume for the onset of plasticity during nanoindentation” (2006). |
[15] | Mercier D. et al. “A Matlab toolbox to analyze slip transfer through grain boundaries” (2015). |
[16] | (1, 2) Morash K.R. and Bahr D.F., “An energy method to analyze through thickness thin film fracture during indentation” (2007). |
[17] | Morris J.R. et al., “Size Effects and Stochastic Behavior of Nanoindentation Pop In” (2011). |
[18] | Nieh T.G. et al., “Strain rate-dependent deformation in bulk metallic glasses” (2002). |
[19] | Ramalingam S. et al. “Determining Activation Volume for the Pressure-Induced Phase Transformation in β-Eucryptite Through Nanoindentation” (2012). |
[20] | (1, 2, 3, 4) Schuh C.A. and Lund A.C., “Application of nucleation theory to the rate dependence of incipient plasticity during nanoindentation” (2004). |
[21] | (1, 2, 3) Schuh C.A. et al., “Quantitative insight into dislocation nucleation from high-temperature nanoindentation experiments” (2005). |
[22] | (1, 2) Schuh C.A., “Nanoindentation studies of materials” (2006). |
[23] | STABiX toolbox repository |
[24] | STABiX toolbox documentation |
[25] | Stauffer D.D. et al., “Plastic response of the native oxide on Cr and Al thin films from in situ conductive nanoindentation” (2012). |
[26] | (1, 2) Wang M.G. and Ngan A.H.W., “Indentation strain burst phenomenon induced by grain boundaries in niobium” (2004). |
[27] | Wang L., “Influences of sample preparation on the indentation size effect and nanoindentation pop-in on nickel” PhD Thesis (2012). |
[28] | Wang D. et al., “Understanding the hydrogen effect on pop-in behavior of an equiatomic high-entropy alloy during in-situ nanoindentation”, Journal of Materials Science & Technology (2021). |
[29] | (1, 2) Weibull W., “A statistical distribution function of wide applicability”, J. Appl. Mech.-Trans. ASME (1951), 18(3). |
[30] | Wo P.C. et al., “Time-dependent incipient plasticity in Ni3Al as observed in nanoindentation” (2006). |
[31] | Wu D. et al., “Effect of tip radius on the incipient plasticity of chromium studied by nanoindentation” (2014). |
[32] | Wu D. and Nieh T.G., “Incipient plasticity and dislocation nucleation in body-centered cubic chromium” (2014). |
The ‘pop-in’ detection¶
The pop-in detection in the literature¶
In 2001, Malzbender J. et al. proposed to use the derivative \(dF/dh^{2}\) vs. \(h^{2}\) of the indentation load-displacement data for the pop-in detection [3]. Minima on these curves correspond to pop-in on the load-displacement curve.
In 2004, Juliano T. et al. proposed to extract numerically the derivative behavior from the loading and unloading portions of the load-displacement curves [2]. The numerical first derivative at a depth \(h_\text{x}\) was taken to be the slope of the least-squares fit between load-displacement data points and given as:
()¶\[{\left(\frac{dF}{dh}\right)}_{\text{h}_\text{x}} = \frac{y\left(\sum_{F_{\text{x-(y-1)/2}},h_{\text{x-(y-1)/2}}}^{F_{\text{x+(y-1)/2}},h_{\text{x+(y-1)/2}}}{Fh}\right)-\left(\sum_{h_{\text{x-(y-1)/2}}}^{h_{\text{x+(y-1)/2}}}{h}\right)-\left(\sum_{F_{\text{x-(y-1)/2}}}^{F_{\text{x+(y-1)/2}}}{F}\right)}{y\left(\sum_{h_{\text{x-(y-1)/2}}}^{h_{\text{x+(y-1)/2}}}{h^2}\right)-\left(\sum_{h_{\text{x-(y-1)/2}}}^{h_{\text{x+(y-1)/2}}}{h}\right)}\]
with \(x\) the data points number and \(y\) a positive odd integer number of data points considered.
Juliano T. et al. proposed also to take the derivative at a depth \(h_\text{x}\):
()¶\[{\left(\frac{dF}{dh}\right)}_{\text{h}_\text{x}} = \frac{F_{\text{x+(y-1)/2}}-F_{\text{x-(y-1)/2}}}{h_{\text{x+(y-1)/2}}-h_{\text{x-(y-1)/2}}}\]
In 2014, Askari H. et al. developed the following criteria in his algorithm, to detect a pop-in [1]:
- Absolute change in depth over 2 lines of data: \(\Delta h = h(i) - h(i-1)\)
- Forward 2 pts avg - trailing 2 pts average: \(\Delta h = (h(i)+h(i+1))/2 - (h(i-1)+h(i-2))/2\)
- Forward 3 pts avg - trailing 3 pts average: \(\Delta h = (h(i)+h(i+1)+h(i+2))/3 - (h(i-1)+h(i-2)+h(i-3))/3\)
The absolute step size is the difference beteen two (or more in case averaging is active) consecutive depth readings from the machine. If this step size exceeds a user defined number then it is considered as pop-in.
In her PhD thesis, G. Nayyeri proposed to use the the first derivative at a depth \(h = h_0\) of the load-dispalcement curve, to detect a pop-in [4]:
()¶\[{\left(\frac{dF}{dh}\right)}_{\text{h}_{0}} = {F_{{\text{h}_{0}}+\Delta \text{h}} - F_{\text{h}_{0}} \over \Delta h}\]
The pop-in detection in the PopIn Matlab toolbox¶
In the PopIn Matlab toolbox, numerous criteria based on the function diff, are implemented to detect pop-in on the load-displacement curve:
- Criterion 1 - Differences between adjacent depths: \(\Delta h = diff(h) = h(i+1) - h(i)\)
- Criterion 2 - 2nd differences between adjacent elements (the diff operator is used 2 times): \(\Delta h = diff(diff(h)) = diff(h,2)\)
- Criterion 3 - 3rd differences between adjacent elements (the diff operator is used 3 times): \(\Delta h = diff(diff(diff(h))) = diff(h,3)\)
- Criterion 4 - 1st derivative of the load-displacement curve: \(1/(dF/dh) = 1/(diff(F)/diff(h))\)
- Criterion 5 - 2nd derivative of the load-displacement curve: \(-1/(d^{2}F/dh^{2}) = -1/(diff(dF/dh)/diff(h))\)
- Criterion 6 - Derivative of the load-displacement curve: \((dF/dh^{2}) = ((diff(F)/diff(h))/diff(h))\)
The 6th criterion is based on the one proposed by Malzbender et al. [3]. Malzbender proposed to plot the 6th criterion as a function of \(h^{2}\) and not as a function of \(h\), like it is proposed in the PopIn toolbox.
When a pop-in occurs, a peak is observed on the plot of differences or derivatives. Peaks anaysis is performed using the function peakdet released by E. Billauer to the public domain (http://www.billauer.co.il/peakdet.html). Only positive peaks are counted. A point is considered a maximum peak if it has the maximal value, and was preceded (to the left) by a value lower by a given delta. The delta value can be set by user from the GUI.
Plots of the different criteria normalized by its maximum as a function of normalized indentation displacement (\(h/max(h)\)).
References¶
[1] | Pop-in Detection by Askari H. et al. (2014) |
[2] | Juliano T. et al., “Numerical derivative analysis of load-displacement curves in depth-sensing indentation” (2004). |
[3] | (1, 2) Malzbender J. and de With G., “The use of the indentation loading curve to detect fracture of coatings” (2001). |
[4] | Nayyeri G., “Examination of deformation in magnesium using instrumented spherical indentation”, University of British Columbia, PhD thesis (2016). |
Examples of nanoindentation data¶
Format of data¶
- Only ‘Sample’ sheet of a .xls files obtained from MTS software - Analyst are accepted.
- You data must only have the loading part from the load-displacement curves of your (nano)indentation results, or it is necessary to have a ‘Hold Segment Type’ to detect when the loading part is over.
Warning
It is advised to do at least 30 indentation tests to have consistent results.
Example¶
- mts-XP_Indcon5um_Al2O3-40nm.xls
- Data obtained for a sample of ALD-Alumina (40nm) on a substrate of PVD-Aluminum (500nm) deposited on a oxidized silicon substrate.
- Tests were performed on a Nanoindenter XP MTS with a sphero-conical indenter (radius 5microns), without CSM mode at room temperature.
Links and References¶
Links¶
Other interesting Matlab toolboxes about indentation¶
Links about (nano)indentation¶
- SF2M - Groupe Indentation.
- Matlab Li’s code to determine elastic modulus and hardness of an ultra-thin film on a substrate using nanoindentation.
- ISO 14577 - 1 , “Metallic materials – Instrumented indentation test for hardness and materials parameters – Part 1: Test method”, (2002).
- ISO 14577 - 2 , “Metallic materials – Instrumented indentation test for hardness and materials parameters – Part 2: Verification and calibration of testing machines”, (2002).
- ISO 14577 - 3 , “Metallic materials – Instrumented indentation test for hardness and materials parameters – Part 3: Calibration of reference blocks”, (2002).
- ISO 14577 - 4 , “Metallic materials – Instrumented indentation test for hardness and materials parameters – Part 4: Test method for metallic and non-metallic coatings”, (2007).
Reference paper¶
- Mercier D., “Behaviour laws of materials used in electrical contacts for « flip chip » technologies”, PhD thesis (2013)
- Mercier D., “Behaviour laws of materials used in electrical contacts for « flip chip » technologies.” PhD defense (2013).
- Mercier D. et al., “Investigation of the fracture of very thin amorphous alumina film during spherical nanoindentation.” (2017).
References¶
Pop-in event¶
Plasticity or Fracture?¶
Dislocation nucleation during (nano)indentation¶
- Page T.F. et al., “The deformation behavior of ceramic crystals subjected to very low load (nano)indentations” (1992).
- Venkataraman S.K. et al., “Continuous microindentation of passivating surfaces” (1993).
- Gerberich W.W. et al., “The injection of plasticity by millinewton contacts” (1995).
- Gerberich W.W. et al., “Indentation induced dislocation nucleation: The initial yield point” (1996).
- Corcoran S.G. et al., “Anomalous plastic deformation at surfaces: Nanoindentation of gold single crystals” (1997).
- Bahr D.F. et al., “The mechanical behavior of a passivating surface under potentiostatic control” (1997).
- Michalske T.A. and Houston J.E., “Dislocation nucleation at nano-scale mechanical contacts” (1998).
- Kelchner C.L. et al., “Dislocation nucleation and defect structure during surface indentation” (1998).
- Page T.F. et al., “The Plasticity Response Of 6H-Sic and Related Isostructural Materials to Nanoindentation: Slip vs Densification” (1998).
- Bahr D.F. et al., “Non-linear deformation mechanisms during nanoindentation” (1998).
- Bahr D.F. et al., “Energy considerations regarding yield points during indentation” (1999).
- Suresh S. et al., “Nano-indentation of copper thin films on silicon substrates” (1999).
- Cáceres D. et al., “Nanoindentation on AlGaN thin films” (1999).
- Göken M. et al., “Nanomechanical characterizations of metals and thin films” (1999).
- Gouldstone A. et al., “Discrete and continuous deformation during nanoindentation of thin films” (2000).
- Bradby J.E. et al., “Mechanical deformation of InP and GaAs by spherical indentation” (2001).
- Kramer D.E. et al., “Surface constrained plasticity: Oxide rupture and the yield point process” (2001).
- Ohmura T. et al., “Nanoindentation load–displacement behavior of pure face centered cubic metal thin films on a hard substrate” (2001).
- Göken M. et al., “Microstructural mechanical properties and yield point effects in Mo alloys” (2001).
- Chiu Y.L. et al., “Time-dependent characteristics of incipient plasticity in nanoindentation of a Ni3Al single crystal” (2002).
- Patriarche G. and LeBourhis E., “Low-load deformation of InP under contact loading; comparison with GaAs” (2002).
- Nieh T.G. et al., “Strain rate-dependent deformation in bulk metallic glasses” (2002).
- Lorenz D. et al., “Pop-in effect as homogeneous nucleation of dislocations during nanoindentation”(2003).
- Wang W. et al., “Deformation behavior of Ni3Al single crystals during nanoindentation”(2003).
- Liang H.Y. et al. “Dislocation nucleation in the initial stage during nanoindentation” (2003).
- LeBourhis E. and Patriarche G., “Plastic deformation of III-V semiconductors under concentrated load” (2003).
- Pang M. et al. “Effects of Zn addition and thermal annealing on yield phenomena of CdTe and Cd0.96Zn0.04Te single crystals by nanoindentation” (2003).
- Bradby J.E. et al., “Pop-in events induced by spherical indentation in compound semiconductors” (2004).
- Minor A.M. et al., “Direct observations of incipient plasticity during nanoindentation of Al” (2004).
- Schuh C.A. and Lund A.C., “Application of nucleation theory to the rate dependence of incipient plasticity during nanoindentation” (2004).
- Schuh C.A. and Nieh T.G., “A survey of instrumented indentation studies on metallic glasses” (2004).
- Soer W.A. et al., “Effects of solute Mg on grain boundary and dislocation dynamics during nanoindentation of Al–Mg thin films” (2004).
- Schuh C.A. et al., “Quantitative insight into dislocation nucleation from high-temperature nanoindentation experiments” (2005).
- Minor A.M. et al., “A new view of the onset of plasticity during the nanoindentation of aluminium” (2006).
- Wo P.C. et al., “Time-dependent incipient plasticity in Ni3Al as observed in nanoindentation” (2006).
- Syed Asif S.A. and Pethica J.B., “Nanoindentation creep of single-crystal tungsten and gallium arsenide” (2006).
- Barnoush A. and Vehoff H., “Electrochemical nanoindentation: A new approach to probe hydrogen/deformation interaction” (2006).
- Barnoush A. and Vehoff H., “In situ electrochemical nanoindentation of a nickel (111) single crystal: hydrogen effect on pop-in behaviour” (2006).
- Durst K. et al., “Indentation size effect in metallic materials: Modeling strength from pop-in to macroscopic hardness using geometrically necessary dislocations” (2006).
- Basu S. et al., “On the determination of spherical nanoindentation stress–strain curves” (2006).
- Mason J. et al., “Determining the activation energy and volume for the onset of plasticity during nanoindentation” (2006).
- Navamathavan R. et al.,“‘Pop-in’ phenomenon during nanoindentation in epitaxial GaN thin films on c-plane sapphire substrates” (2006).
- Schuh C.A., “Nanoindentation studies of materials” (2006).
- Tsuru T. and Shibutani Y., “Atomistic simulations of elastic deformation and dislocation nucleation in Al under indentation-induced stress distribution” (2006).
- Barnoush A., “Hydrogen embrittlement, revisited by in situ electrochemical nanoindentation” PhD thesis (2006).
- Barsoum M. and Sandip B., “Deformation Micromechanisms of ZnO Single Crystals as Determined from Spherical Nanoindentation Stress–Strain Curves” (2007).
- Soer W.A. et al., “Incipient plasticity in metallic thin films” (2007).
- Yang B. and Vehoff H., “Dependence of nanohardness upon indentation size and grain size – A local examination of the interaction between dislocations and grain boundaries” (2007).
- Navamathavan R. et al.,”Nanoindentation ‘pop-in’ phenomenon in epitaxial ZnO thin films on sapphire substrates” (2008).
- Barnoush A. and Vehoff H., “Hydrogen embrittlement of aluminum in aqueous environments examined by in situ electrochemical nanoindentation” (2008).
- Barnoush A. and Vehoff H., “In situ electrochemical nanoindentation: A technique for local examination of hydrogen embrittlement” (2008).
- Kalidindi S.R. and Pathak S., “Determination of the effective zero-point and the extraction of spherical nanoindentation stress–strain curves” (2008).
- Shim S. et al., “A different type of indentation size effect” (2008).
- Dietiker M. et al., “Nanoindentation of single-crystalline gold thin films: Correlating hardness and the onset of plasticity” (2008).
- Tsuru T. and Shibutani Y., “Theoretical Investigation of the Displacement Burst Observed in Nanoindentation by Collective Dislocation Loops Nucleation Model” (2008).
- Armstrong R.W. and Elban W.L., “Macro- to Nano-indentation Hardness Stress–Strain Aspects of Crystal Elastic/Plastic/Cracking Behaviors” (2009).
- Bahr D.F. et al., “Dislocation nucleation and multiplication in small volumes: The onset of plasticity during indentation testing” (2009).
- Barnoush A. et al., “In situ electrochemical nanoindentation of FeAl (100) single crystal: Hydrogen effect on dislocation nucleation” (2009).
- Jian S.R. and Jang J.S.-C., “Berkovich nanoindentation on InP” (2009).
- Barnoush A. et al., “Examination of hydrogen embrittlement in FeAl by means of in situ electrochemical micropillar compression and nanoindentation techniques” (2010).
- Barnoush A. et al., “Correlation between dislocation density and pop-in phenomena in aluminum studied by nanoindentation and electron channeling contrast imaging” (2010).
- Guicciardi S. et al., “Characterization of pop-in phenomena and indentation modulus in a polycrystalline ZrB2 ceramic” (2010).
- Montagne A., “Mécanismes de déformation précédant et accompagnant le phénomène de pop-in lors d’un essai de nanoindentation sur un monocristal d’oxyde de magnésium” PhD thesis (2010).
- Rabkin E. et al., “On the nature of displacement bursts during nanoindentation of ultrathin Ni films on sapphire” (2010).
- Basu S. et al., “Microscale deformation of (001) and (100) rutile single crystals under spherical nanoindentation” (2011).
- Egberts R. and Bennewitz R., “Atomic-scale nanoindentation: detection and identification of single glide events in three dimensions by force microscopy” (2011).
- Somekawa H. and Schuh C.A., “Effect of solid solution elements on nanoindentation hardness, rate dependence, and incipient plasticity in fine grained magnesium alloys” (2011).
- Herbert F.W. et al., “Nanoindentation Induced Deformation Near Grain Boundaries of Corrosion Resistant Nickel Alloys” (2011).
- Li T.L. et al., “Indentation Schmid factor and orientation dependence of nanoindentation pop-in behavior of NiAl single crystals” (2011).
- Mao W.G. et al., “Deformation behavior and mechanical properties of polycrystalline and single crystal alumina during nanoindentation” (2011).
- Morris J.R. et al., “Size Effects and Stochastic Behavior of Nanoindentation Pop In” (2011).
- Stauffer D.D., “Deformation Mechanisms in Nanoscale Brittle Materials” PhD Thesis (2011).
- Bhattacharya M. et al., “New observations in micro-pop-in issues in nanoindentation of coarse grain alumina” (2012).
- Mao W.G. and Shen Y. “Nanoindentation Study of Pop-in Phenomenon Characteristics and Mechanical Properties of Sapphire (101¯2) Crystal” (2012).
- Barnoush A., “Correlation between dislocation density and nanomechanical response during nanoindentation” (2012).
- Kwon J., “Characterization of deformation mechanisms in pre-strained NiAl-Mo composites and α-Ti alloy” Master thesis (2012).
- Huang J. et al., “Nanoscale anisotropic plastic deformation in single crystal GaN” (2012).
- Stauffer D.D. et al., “Plastic response of the native oxide on Cr and Al thin films from in situ conductive nanoindentation” (2012).
- Jian S.-R. et al., “Nanoindentation pop-in effects of Bi2Te3 thermoelectric thin films” (2012).
- Ma L. et al., “Effect of the Spherical Indenter Tip Assumption on the Initial Plastic Yield Stress” (2012).
- Wang Z. et al., “Influences of surface preparation on nanoindentation pop-in in single-crystal Mo” (2011).
- Wang L., “Influences of sample preparation on the indentation size effect and nanoindentation pop-in on nickel” PhD Thesis (2012).
- Lu J.-Y. et al., “Thermally activated pop-in and indentation size effects in GaN films” (2012).
- Gan B. et al., “Nanoindentation and nano-compression testing of Ni3Al precipitates” (2012).
- Ahn T.H. et al., “Relationship between yield point phenomena and the nanoindentation pop-in behavior of steel” (2012).
- Oliver D.J. et al., “One-to-one spatially matched experiment and atomistic simulations of nanometre-scale indentation” (2014).
- Pathak S. et al., “Understanding pop-ins in spherical nanoindentation” (2014).
- Kalidindi S.R. and Vachhani S.J., “Mechanical characterization of grain boundaries using nanoindentation” (2014).
- Šandera P. et al., “Modeling Load-displacement Curve and Pop-in Effect in Nanoindentation Tests” (2014).
- Wu D. et al., “Effect of tip radius on the incipient plasticity of chromium studied by nanoindentation” (2014).
- Wu D. and Nieh T.G., “Incipient plasticity and dislocation nucleation in body-centered cubic chromium” (2014).
- Xia Y., “Investigation of deformation and failure mechanisms in nanoindentation mechanics” (2014).
- Jian S.-R., “Pop-in effects and dislocation nucleation of c-plane single-crystal ZnO by Berkovich nanoindentation” (2015).
- Barnoush A. et al., “Correlation between the hydrogen chemical potential and pop-in load during in situ electrochemical nanoindentation” (2015).
- Zare Ghomsheh M. et al., “Analysis of strain bursts during nanoindentation creep of high-density polyethylene” (2015).
- Guo T. et al., “Distinguishing between slip and twinning events during nanoindentation of magnesium alloy AZ31” (2015).
- Xiong K. and Gu J., “Understanding pop-in phenomena in FeNi3 nanoindentation” (2015).
- Bei H. and Gu J., “A tale of two mechanisms: Strain-softening versus strain-hardening in single crystals under small stressed volumes” (2015).
- Wu D. et al., “Elastic and plastic deformations in a high entropy alloy investigated using a nanoindentation method” (2015).
- Franke O. et al., “Incipient plasticity of single-crystal tantalum as a function of temperature and orientation” (2015).
- Maughan M.R. and Bahr D.F., “Discontinuous Yield Behaviors Under Various Pre-Strain Conditions in Metals with Different Crystal Structures” (2015).
- Esterl R., “Cryogenic nanoindentation of single crystalline copper, chromium and tungsten.”, Marshall Plan Scholarship Research Report (2015).
- Zare Ghomsheh M. et al., “Analysis of strain bursts during nanoindentation creep of high-density polyethylene” (2015).
- Nayyeri G. et al., “An instrumented spherical indentation study on high purity magnesium loaded nearly parallel to the c-axis” (2016).
- Ye Y.X. et al., “Dislocation nucleation during nanoindentation in a body-centered cubic TiZrHfNb high-entropy alloy” (2016).
- Borc J. et al., “Investigation of pop-in events and indentation size effect on the (001) and (100) faces of KDP crystals by nanoindentation deformation” (2017).
- Guo T. et al., “Initiation of basal slip and tensile twinning in magnesium alloys during nanoindentation” (2018).
- Beake B.D. and Goel S., “Incipient plasticity in tungsten during nanoindentation: Dependence on surface roughness, probe radius and crystal orientation” (2018).
- Lawrence S.K. et al., “Probing the Effect of Hydrogen on Elastic Properties and Plastic Deformation in Nickel Using Nanoindentation and Ultrasonic Methods” (2018).
- Jin K. et al., “Quantifying early stage irradiation damage from nanoindentation pop-in tests” (2018).
- Pöhl F., “Pop-in behavior and elastic-to-plastic transition of polycrystalline pure iron during sharp nanoindentation” (2019).
- Wang Y. et al., “Dependence of pop-in behavior of a high-entropy alloy FeCoCrMnNi on tip radius” (2019).
- Pöhl F., “Orientation-Dependent Deformation Behavior of316L Steel Manufactured by Laser Metal Depositionand Casting under Local Scratch and Indentation Load” (2020).
- Ohmura T. and Wakeda M., “Pop-In Phenomenon as a Fundamental Plasticity Probed by Nanoindentation Technique” (2021).
- Wang D. et al., “Understanding the hydrogen effect on pop-in behavior of an equiatomic high-entropy alloy during in-situ nanoindentation”, Journal of Materials Science & Technology (2021).
Dislocation nucleation during compression of pillar¶
- Bei H. et al., “Compressive strengths of molybdenum alloy micro-pillars prepared using a new technique” (2007).
- Bei H. et al., “Effects of pre-strain on the compressive stress–strain response of Mo-alloy single-crystal micropillars” (2008).
- Uchic M.D. et al., “Plasticity of Micrometer-Scale Single Crystals in Compression” (2009).
- Barnoush A. et al., “Examination of hydrogen embrittlement in FeAl by means of in situ electrochemical micropillar compression and nanoindentation techniques” (2010).
- Kheradmand N. et al., “Investigation of the role of grain boundary on the mechanical properties of metals” (2010).
- Kraft O. et al., “Plasticity in Confined Dimensions” (2010).
- Korte S. et al., “High temperature microcompression and nanoindentation in vacuum” (2012).
- Kwon J., “Characterization of deformation mechanisms in pre-strained NiAl-Mo composites and α-Ti alloy” Master thesis (2012).
- Rogne B.R.S. et al., “Effect of crystal orientation on the strengthening of iron micro pillars” (2014).
- Zhang X. and Shang F., “A continuum model for intermittent deformation of single crystal micropillars” (2014).
- Maaß R. et al., “Independence of Slip Velocities on Applied Stress in Small Crystals” (2014).
- Hagen A.B., “In-situ Compession Testing of Nanosized Pillars” Master thesis (2014).
- Zhang X. et al., “Second-order work and strain burst in single-crystalline micropillar plasticity” (2015).
- Roa J.J. et al., “Deformation of polycrystalline TRIP stainless steel micropillars” (2015).
- Choi W.S. et al., “Size and orientation effects in partial dislocation-mediated deformation of twinning-induced plasticity steel micro-pillars” (2015).
- Cui Y.N. et al., “Theoretical and numerical investigations on confined plasticity in micropillars” (2015).
- Kim Y. et al., “Effect of a high angle grain boundary on deformation behavior of Al nanopillars” (2015).
- Crosby T. et al., “The origin of strain avalanches in sub-micron plasticity of fcc metals” (2015).
- Tarragó J.M. et al., “Mechanical deformation of WC–Co composite micropillars under uniaxial compression” (2016).
Rupture of a hard brittle film on an elastic-plastic substrate¶
- Pethica J.B. and Tabor D., “Contact of characterised metal surfaces at very low loads: Deformation and adhesion” (1979).
- Whitehead A.J. and Page T.F., “Nanoindentation studies of thin film coated systems” (1992).
- Hainsworth S.V. et al., “The nanoindentation response of systems with thin hard carbon coatings” (1993).
- Chechenin N.G. et al. “Nanoindentation of amorphous aluminum oxide films II. Critical parameters for the breakthrough and a membrane effect in thin hard films on soft substrates.” (1995).
- Weppelmann E. and Swain M.V., “Investigation of the stresses and stress intensity factors responsible for fracture of thin protective films during ultra-micro indentation tests with spherical indenters” (1996).
- Li X. et al., “Fracture mechanisms of thin amorphous carbon films in nanoindentation” (1997).
- Hainsworth S.V. et al., “The effect of coating cracking on the indentation response of thin hard-coated systems” (1998).
- Li X. and Bhushan B., “Measurement of fracture toughness of ultra-thin amorphous carbon films” (1998).
- Kramer D.E. et al., “Surface constrained plasticity: Oxide rupture and the yield point process” (2001).
- Pang M. and Bahr D.F., “Thin-film fracture during nanoindentation of a titanium oxide film–titanium system” (2001).
- Malzbender J. et al., “Measuring mechanical properties of coatings: a methodology applied to nano-particle-filled sol–gel coatings on glass” (2002).
- Bahr D.F. et al., “Indentation induced film fracture in hard film – soft substrate systems” (2003).
- Morash K.R. and Bahr D.F., “Nanomechanical testing for fracture of oxide films.”, (2005).
- Bull S.J., “Nanoindentation of coatings”, (2005).
- Morash K.R., “Nanoindentation induced thin film fracture” PhD Thesis (2005).
- Xie Z.-H., “Deformation of a hard coating on ductile substrate system during nanoindentation: Role of the coating microstructure” (2006).
- Morash K.R. and Bahr D.F., “An energy method to analyze through thickness thin film fracture during indentation” (2007).
- Stauffer D.D., “Deformation Mechanisms in Nanoscale Brittle Materials” PhD Thesis (2011).
- Stauffer D.D. et al., “Plastic response of the native oxide on Cr and Al thin films from in situ conductive nanoindentation” (2012).
- Lawrence S.K. et al., “Deformation and Fracture of Oxides Fabricated on 304L Stainless Steel via Pulsed Laser Irradiation” (2012).
- Fu K. et al., “Analysis on multiple ring-like cracks in thin amorphous carbon film on soft substrate under nanoindentation” (2013).
- Fu K. et al., “Analysis on cracking in hard thin films on a soft substrate under Berkovich indentation” (2014).
- Madsen N.D. et al., “Toughness measurement of thin films based on circumferential cracks induced at conical indentation” (2015).
- Favache A. et al., “Fracture mechanics based analysis of the scratch resistance of thin brittle coatings on a soft interlayer” (2015).
- Fu K. et al., “Indentation stress-based models to predict fracture properties of brittle thin film on a ductile substrate” (2016).
- Mercier D. et al., “Investigation of the fracture of very thin amorphous alumina film during spherical nanoindentation” (2017).
- Kanders U. and Kanders K., “Mechanisms of Deformation and Fracture of Thin Coatings on Different Substrates in Instrumented Indentation” (2018).
Cracks formation / Fracture¶
- Lawn B.R. and Fuller E.R. Jr, “Equilibrium penny-like crack in indentation fracture” (1975).
- Malzbender J. and de With G., “The use of the indentation loading curve to detect fracture of coatings” (2001).
- Field J.S. et al., “Nano-indentation fracture of fused silica and glassy carbon with a corner cube and 45°” (2001).
- Field J.S. et al., “Determination of fracture toughness from the extra penetration produced by indentation-induced pop-in” (2003).
- Scholz T. et al., “Fracture toughness from submicron derived indentation cracks” (2004).
- Wilantewicz T., “Crack initiation behavior ofoptical glasses from Vickers indentation” PhD thesis (2005).
- Ureña A. et al., “Characterization of interfacial mechanical properties in carbon fiber/aluminium matrix composites by the nanoindentation technique” (2005).
- Kim J.H. et al., “Characterization of Mechanical Properties of Brittle Coating Systems by Various Indentation Techniques” (2007).
- Oliver D.J. et al., “Giant pop-ins in nanoindented silicon and germanium caused by lateral cracking” (2008).
- Bull S.J. et al., “Analysis methods and size effects in the indentation fracture toughness assessment of very thin oxide coatings on glass” (2011).
- Hervas I. et al., “Fracture toughness of glasses and hydroxyapatite: a comparative study of 7 methods by using Vickers indenter” (2016).
- Chiu Y.-J. et al., “The Indentation-Induced Pop-in Phenomenon and Fracture Behaviors of GaP(100) Single-Crystal” (2019).
Phase transformation¶
- Furnémont Q. et al., “On the measurement of the nanohardness of the constitutive phases of TRIP-assisted multiphase steels” (2002).
- `Furnémont Q., "The micromechanics of TRIP-assisted Multiphase Steels" PhD thesis (2003).`_
- Juliano T. et al., “Examining pressure-induced phase transformations in silicon by spherical indentation and Raman spectroscopy: A statistical study” (2004).
- Haberl B. et al., “Phase transformations induced by spherical indentation in ion-implanted amorphous silicon” (2006).
- Frick C.P. et al., “Stress-induced martensitic transformations and shape memory at nanometer scales” (2006).
- Chrobak D. et al., “Nondislocation Origin of GaAs Nanoindentation Pop-In Event” (2007).
- Oliver D.J. et al., “Giant pop-ins and amorphization in germanium during indentation” (2007).
- Yang B. and Vehoff H., “Dependence of nanohardness upon indentation size and grain size – A local examination of the interaction between dislocations and grain boundaries” (2007).
- Jian S.-R. et al., “Mechanical Deformation Induced in Si and GaN Under Berkovich Nanoindentation” (2007).
- Chang L. and Zhang L., “Mechanical behaviour characterisation of silicon and effect of loading rate on pop-in: A nanoindentation study under ultra-low loads”, (2009).
- Oliver D.J. et al., “Nanoindentation-induced phase transformation in relaxed and unrelaxed ion-implanted amorphous germanium” (2009).
- Chrobak D. and Nowak R., “Nanoindentation of semiconductors: experiment and atomistic simulations” (2010).
- Kulshreshtha P.K. et al., “In-Situ Electrical Measurements of Thin Photovoltaic Silicon Wafers during Nanoindentation” (2010).
- Ahn T.-H. et al., “Investigation of strain-induced martensitic transformation in metastable austenite using nanoindentation” (2010).
- Jian S.-R. et al., “Nanoindentation-induced phase transformation in (110)-oriented Si single-crystals” (2010).
- Caër C. et al., “Stress induced pop-in and pop-out nanoindentation events in CuAlBe shape memory alloys” (2013).
- Ahn T.-H. et al., “Strain-induced ε-martensite transformation during nanoindentation of high-nitrogen steel” (2014).
- Huang H. and Yan J., “New insights into phase transformations in single crystal silicon by controlled cyclic nanoindentation” (2015).
- Park H.S. and Yan J., “Nano-scale observation on the transformation behavior and mechanical stability of individual retained austenite in CMnSiAl TRIP steels” (2015).
Strain transfer across grain boundaries¶
- Wang M.G. and Ngan A.H.W., “Indentation strain burst phenomenon induced by grain boundaries in niobium” (2004).
- Soer W.A. et al., “Incipient plasticity during nanoindentation at grain boundaries in body-centered cubic metals” (2005).
- Soer W.A. De Hosson J. Th. M., “Detection of grain-boundary resistance to slip transfer using nanoindentation” (2005).
- Soer W.A, “Interactions between dislocations and grain boundaries” PhD thesis (2006).
- Ohmura T. et al., “Nanoindentation-Induced Deformation Behavior in the Vicinity of Single Grain Boundary of Interstitial-Free Steel” (2005).
- Ohmura T. and Tsuzaki K., “Plasticity initiation and subsequent deformation behavior in the vicinity of single grain boundary investigated through nanoindentation technique” (2007).
- Ohmura T. and Tsuzaki K., “Analysis of grain boundary effect of bulk polycrystalline materials through nanomechanical characterization” (2008).
- Britton T.B. et al., “Nanoindentation study of slip transfer phenomenon at grain boundaries” (2011).
- Tsuru T. et al., “Fundamental role of Σ3(-111) and Σ3(-112) grain boundaries in elastic response and slip transfer” (2011).
- Faghihi D. and Voyiadjis G.Z., “Determination of nanoindentation size effects and variable material intrinsic length scale for body-centered cubic metals” (2012).
- Tsurekawa S. et al., “Local plastic deformation in the vicinity of grain boundaries in Fe–3 mass% Si alloy bicrystals and tricrystal” (2014).
- Mercier D. et al. “A Matlab toolbox to analyze slip transfer through grain boundaries” (2015).
- STABiX toolbox
- Shen Z. et al. “Grain Boundary Pop-in, Yield Point Phenomenon and Carbon Segregation in Aged Low Carbon Steel” (2018).
- Javaid F. and Durst K. “Stress-driven grain boundary movement during nanoindentation in tungsten at room temperature” (2018).
- Javaid F. et al. “Local analysis on dislocation structure and hardening during grain boundary pop-ins in tungsten” (2020).
Amorphization / Densification¶
Statistics and mathematical analysis of pop-in¶
- Weibull W., “A statistical distribution function of wide applicability”, J. Appl. Mech.-Trans. ASME (1951), 18(3).
- Mann A.B. et al., “Nanoindentation of Epitaxial Films: A Study of Pop-in Events” (1994).
- Chechenin N.G. et al. “Nanoindentation of amorphous aluminum oxide films II. Critical parameters for the breakthrough and a membrane effect in thin hard films on soft substrates” (1995).
- Schuh C.A. and Lund A.C., “Application of nucleation theory to the rate dependence of incipient plasticity during nanoindentation” (2004).
- Morash K.R. and Bahr D.F., “Nanomechanical testing for fracture of oxide films.”, Journal of materials research” (2005).
- Schuh C.A. et al., “Quantitative insight into dislocation nucleation from high-temperature nanoindentation experiments” (2005).
- Wo P.C. et al., “Time-dependent incipient plasticity in Ni3Al as observed in nanoindentation” (2006).
- Mason J. et al., “Determining the activation energy and volume for the onset of plasticity during nanoindentation” (2006).
- Schuh C.A., “Nanoindentation studies of materials” (2006).
- Morris J.R. et al., “Size Effects and Stochastic Behavior of Nanoindentation Pop In” (2011).
- Somekawa H. and Schuh C.A., “Effect of solid solution elements on nanoindentation hardness, rate dependence, and incipient plasticity in fine grained magnesium alloys” (2011).
- Ramalingam S. et al., “Determining Activation Volume for the Pressure-Induced Phase Transformation in β-Eucryptite Through Nanoindentation” (2012).
- Choi I.C. et al., “Estimation of the shear transformation zone size in a bulk metallic glass through statistical analysis of the first pop-in stresses during spherical nanoindentation” (2012).
- Lu J.-Y. et al. “Thermally activated pop-in and indentation size effects in GaN films” (2012).
- Barnoush A., “Correlation between dislocation density and nanomechanical response during nanoindentation” (2012).
- Wang L., “Influences of sample preparation on the indentation size effect and nanoindentation pop-in on nickel” PhD Thesis (2012).
- Wu D. et al., “Effect of tip radius on the incipient plasticity of chromium studied by nanoindentation” (2014).
- Wu D. and Nieh T.G., “Incipient plasticity and dislocation nucleation in body-centered cubic chromium” (2014).
- Zare Ghomsheh M. et al., “Analysis of strain bursts during nanoindentation creep of high-density polyethylene” (2015).
- Guo T. et al., “Distinguishing between slip and twinning events during nanoindentation of magnesium alloy AZ31” (2015).
- Madsen N.D. et al., “Toughness measurement of thin films based on circumferential cracks induced at conical indentation” (2015).
- Wu D. et al., “Elastic and plastic deformations in a high entropy alloy investigated using a nanoindentation method” (2015).
- Franke O. et al., “Incipient plasticity of single-crystal tantalum as a function of temperature and orientation” (2015).
- Maughan M.R. and Bahr D.F., “Discontinuous Yield Behaviors Under Various Pre-Strain Conditions in Metals with Different Crystal Structures” (2015).
- Esterl R., “Cryogenic nanoindentation of single crystalline copper, chromium and tungsten.”, Marshall Plan Scholarship Research Report (2015).
- Hervas I. et al., “Fracture toughness of glasses and hydroxyapatite: a comparative study of 7 methods by using Vickers indenter” (2016).
- Zhang W. et al., “Indentation Schmid factor and incipient plasticity by nanoindentation pop-in tests in hexagonal close-packed single crystals” (2017).
- Srikanth K. and Ananthakrishna G., “Dynamical approach to displacement jumps in nanoindentation experiments” (2017).
- Sudharshan Phani P. and Oliver W.C., “Critical examination of experimental data on strain bursts(pop-in) during spherical indentation” (2020).
Contact¶
Author: | David Mercier [1,2,3] |
---|
[1] CEA, 17 Avenue des Martyrs, 38000 Grenoble, France
[2] Max-Planck-Institut für Eisenforschung, 40237 Düsseldorf, Germany
[3] CRM Group, Avenue du Bois Saint-Jean 21, B27 – Quartier Polytech 4, 4000 Liège, Belgium
Keywords¶
Matlab toolbox ; Graphical User Interface (GUI) ; nanoindentation ; pop-in ; cumulative distribution ; Weibull ; statistics ; load-displacement curve ; survival probability ; critical load ; critical displacement ; Hertz model.