Skip to content
Leandro Acquaroli edited this page Sep 25, 2019 · 48 revisions

Welcome to the ThinFilmsTools.jl wiki!

The package provides tools for the design and characterisation of thin films written in Julia.

So far, includes options for thin films optics using a matrix method and thermal properties through the 3-omega technique.

Installation

This package is not yet registered. It can be installed in Julia with the following (see further):

julia> ]
pkg> add https://github.com/lnacquaroli/ThinFilmsTools.jl

ThinFilmsTools.jl is compatible with Julia version 1.1 or later.

ThinFilmsTools.jl

The package includes modules for the calculation of parameters of thin films: TMMO1DIsotropic (replacing TMMOptics.jl) for the simulation of optical properties of thin films, FitTMMO1DIsotropic to fit thin films spectrum and ThreeOmegaMethod to model the thermal properties of thin films based on the 3ω method.

The package also contains a number of indices of refraction for different materials in a database RefractiveIndicesDB.jl ready to use.

For the simulation of index of refraction mixtures, there is also available a database RefractiveIndicesModels.jl that contains several mixing rules for this.

A bunch of functions and recipes are included (PlottingTools.jl) for convenience to plot results from FitTMMO1DIsotropic, TMMO1DIsotropic and ThreeOmegaMethod.

Check out the examples also inside each module on the main menu.

Clone this wiki locally