RLumModel - Simulating luminescence in Al2O3

Johannes Friedrich, University of Bayreuth

2019-08-15

1 Introduction

This vignette describes the usage of the R-package RLumModel for simulating Al2O3 behaviour. In literature a lot of parameters for describing the thermoluminescence (TL) and/or opical stimulated luminescence (OSL) are given. We give same examples for simulating different phenomena of luminescence in Al2O3. Note that most of the model do not support TL and OSL simulations. So please be careful when creating sequences. The models presented in Sec. 2.1 and 2.2 support TL simulations, but no OSL because parameters for E_th (Thermal assistence energy) and Th (Photo-eviction constant or photoionisation cross section).

2 Examples

All examples need the R package RLumModel, so let’s load it!

library(RLumModel)

2.1 Akselrod 1998

Akselrod et al. (1998) presented parameters for modelling the effect of quenching TL signals. This model was built for Al2O3, but the rate equations are identical with describing electron movements in quartz. Below is a step-by-step introduction for involving these parameters in ‘RLumModel’ and re-calculating the simulationa from Figure 9 in Akselrod et al. (1998).

2.1.1 Set own starting parameters

For a detailed introduction to own parameter sets in RLumModel, see vignette RLumModel - Using own parameter sets.

As a next step it is possible to set own starting-parameters, also called state parameters. In the case of Akselrod et al. (1998) they submitted initial concentrations of electrons and holes. This can be done via:

Here the first entry is the first electron trap, the second entry the second electron trap and the third entry the luminescence center responsible for the TL signal. The vector own_state_parameters needs as much entries as energy levels used in the model.

2.2 Pagonis 2007

Pagonis et al. (2007) published three different parameter sets for Al2O3 chips. Here we analyse ‘Chip101’ and show how to re-calculate the results presented in the publication.

2.2.3 Calculate maximum TL signal and concentration of L-centre

Figure 2 in the original publiction by Pagonis et al. (2007) will be plotted with the following commands. The following code commands are able to calculate the maximum of the TL signal of all curves.

Now the calculation of the concentration:

When plotting L-centre concentration vs. dose or TLmax vs. dose the same results as presented in Fig. 2 in Pagonis et al. (2007) are reached.

TL max vs. dose

TL max vs. dose

Concentration of m1 (L-centre) vs. dose

Concentration of m1 (L-centre) vs. dose

3 Summary

This vignette showed the potential of the R package ‘RLumModel’ to simulate Al2O3 behaviour. Two different models known from literature were re-compiled in the framework of RLumModel.

References

Akselrod, M., Larsen, N.A., Whitley, V., McKeever, S., 1998. Thermal quenching of F-center luminescence in Al\({_2}\)O\({_3}\):C. Journal of Applied Physics 84, 3364–3373.

Pagonis, V., Chen, R., Lawless, J.L., 2007. A quantitative kinetic model for Al\({_2}\)O\({_3}\):C: TL response to ionizing radiation. Radiation Measurements 42, 198–204.