lmie.log: Calculates the Lorentz-Mie coefficients a_n and b_n.

Description Usage Arguments Details Value Examples

Description

Calculates the Lorentz-Mie coefficients a_n and b_n.

Usage

1
lmie.log(m, x, NMAX = floor(abs(x + 7.5 * x^(1/3)) + 2))

Arguments

m

The ratio between the refractive indices.

x

The form factor value.

NMAX

The maximum value of n. Default value from paper.

Details

Calculation done using the logarithmic derivative of Ricatti-Bessel functions.

Value

The coefficients a_n=C_nT_a and b_n=C_nT_b and also the coefficients C_n, T_a and T_b. The maximum value of n.

Examples

1
2
3
m<-1.2+.1i
x<-3
print(lmie.rho(1.2,5))

wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.