Expansion of a field in plane vector wave functions. More...
Public Member Functions | |
| function | celes_planeWavePattern (in varargin) |
| Constructor method. More... | |
| function get | polarAnglesGrid (in obj) |
| Get method for polarAnglesGrid. More... | |
| function get | azimuthalAnglesGrid (in obj) |
| Get method for azimuthalAnglesGrid. More... | |
| function get | kparArray (in obj) |
| Get method for kparArray. More... | |
| function get | kzArray (in obj) |
| Get method for kzArray. More... | |
| function get | kxGrid (in obj) |
| Get method for kxGrid. More... | |
| function get | kyGrid (in obj) |
| Get method for kyGrid. More... | |
| function get | kparGrid (in obj) |
| Get method for kparGrid. More... | |
| function get | kzGrid (in obj) |
| Get method for kzGrid. More... | |
| function | addTo (in obj, in obj2) |
| Add this plane wave pttern to another one. More... | |
Public Attributes | |
| Property | polarAngles |
| array of polar angle values (in rad) More... | |
| Property | azimuthalAngles |
| array of azimuthal angle values (in rad) More... | |
| Property | k |
| wavenumber More... | |
| Property | expansionCoefficients |
| coefficients of the PVWF expansion More... | |
| Property | polarAnglesGrid |
| meshigrid of polar angles More... | |
| Property | azimuthalAnglesGrid |
| meshigrid of azimuthal angles More... | |
| Property | kparArray |
| array of cylindrical radial components of wave vector More... | |
| Property | kzArray |
| array of cylindrical z-components of wave vector More... | |
| Property | kparGrid |
| meshgrid of cylindrical radial components of wave vector More... | |
| Property | kzGrid |
| meshgrid of z-components of wave vector More... | |
| Property | kxGrid |
| meshgrid of x-components of wave vector More... | |
| Property | kyGrid |
| meshgrid of y-components of wave vector More... | |
Expansion of a field in plane vector wave functions.
| function celes_planeWavePattern | ( | in | varargin | ) |
Constructor method.
| function addTo | ( | in | obj, |
| in | obj2 | ||
| ) |
Add this plane wave pttern to another one.
| celes_planeWavePattern | pwp2 |
| function get azimuthalAnglesGrid | ( | in | obj | ) |
Get method for azimuthalAnglesGrid.
| function get kparArray | ( | in | obj | ) |
Get method for kparArray.
| function get kparGrid | ( | in | obj | ) |
Get method for kparGrid.
| function get kxGrid | ( | in | obj | ) |
Get method for kxGrid.
| function get kyGrid | ( | in | obj | ) |
Get method for kyGrid.
| function get kzArray | ( | in | obj | ) |
Get method for kzArray.
| function get kzGrid | ( | in | obj | ) |
Get method for kzGrid.
| function get polarAnglesGrid | ( | in | obj | ) |
Get method for polarAnglesGrid.
| Property azimuthalAngles |
array of azimuthal angle values (in rad)
| Property azimuthalAnglesGrid |
meshigrid of azimuthal angles
| Property expansionCoefficients |
coefficients of the PVWF expansion
| Property k |
wavenumber
| Property kparArray |
array of cylindrical radial components of wave vector
| Property kparGrid |
meshgrid of cylindrical radial components of wave vector
| Property kxGrid |
meshgrid of x-components of wave vector
| Property kyGrid |
meshgrid of y-components of wave vector
| Property kzArray |
array of cylindrical z-components of wave vector
| Property kzGrid |
meshgrid of z-components of wave vector
| Property polarAngles |
array of polar angle values (in rad)
| Property polarAnglesGrid |
meshigrid of polar angles
1.8.13