multilayerfull: multilayerfull

View source: R/multilayer.r

multilayerfullR Documentation

multilayerfull

Description

Multilayer Fresnel coefficients

Usage

multilayerfull(
  wavelength = 2 * pi/k0,
  k0 = 2 * pi/wavelength,
  angle = asin(q),
  q = sin(angle),
  epsilon = list(incident = 1.5^2, 1.33),
  thickness = c(0, 0),
  psi = 0,
  z = 0,
  ...
)

Arguments

wavelength

[vector] wavelength in nm

k0

[vector] wavevector in nm^-1

angle

[vector] incident angles in radians

q

[vector] normalised incident in-plane wavevector

epsilon

list of N+2 dielectric functions, each of length 1 or length(wavelength)

thickness

vector of N+2 layer thicknesses, first and last are dummy

psi

[numeric] polarisation angle

z

[vector] positions to calculate the electric field intensity

...

unused

Details

solves the EM problem of a multilayered interface

Value

fresnel coefficients and field profiles

Author(s)

baptiste Auguie


baptiste/planar documentation built on March 23, 2022, 5:39 p.m.