vswf.gwg: General expression for wave guides.

Description Usage Arguments Details Value See Also Examples

Description

General expression for wave guides.

Usage

1
vswf.gwg(gama, kz, lmax, code = "C")

Arguments

kz

The longitudinal component of the wave vector k_z.

lmax

The maximum value of l of the expansion.

gamma

The transversal component of the wave vector γ.

Details

This expression does not take in account the value of the Fourier transform of azimuthal component. It does not depend on the position of the expansion, only on the wave vector.

Value

The values A and B.

See Also

vswf.cwg, vswf.rwg.

Examples

1
2
3
4
5
6
th<-pi/3
u<-vswf.gwg(sin(th),cos(th),10)
plot(Re(u$A),type='b')
points(Im(u$A),type='b',pch=4,col='red')
plot(Re(u$B),type='b')
points(Im(u$B),type='b',pch=4,col='red')

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