guagua-pamcn / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Calculation of the T-matrix using the DDA #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is possibly to calculate T-matrix using the DDA, which can be used for 
repeated simulation of different particle orientations. Originally it was 
proposed by Dan Mackowski in 2002 - http://dx.doi.org/10.1364/JOSAA.19.000881 . 
However, the procedure was quiet cumbersome. 

Recently, Dan showed that it can be significantly simplified by using 
plane-wave spectrum instead of spherical harmonics. Details can be found at ELS 
12 proceedings http://www.helsinki.fi/els/articles/38/ . It probably will also 
be published in special JQSRT issue after this conference.

So that is an interesting idea to implement. However, it is still not trivial. 
To perform such calculation efficiently, significant changes of the code 
internals are required. Moreover, in many cases T-matrix is not really needed. 
For example, if one wants to perform orientation averaging it is probably 
faster to do it directly by a quadrature than to calculate T-matrix and use 
analytical formulae. The most viable application for T-matrix calculation seems 
to be databases. Complete information about the particle can be stored in a 
relatively small T-matrix, which can be further used to obtain any light 
scattering patterns for any particle orientation.

Original issue reported on code.google.com by yurkin on 12 Jul 2010 at 5:41

GoogleCodeExporter commented 8 years ago
This may be especially useful for metallic nanoparticles, when order of the 
T-matrix is relatively small, while Niter can be up to a few thousands. Then 
calculating T-matrix and performing analytical orientation averaging may be 
faster than doing straightforward orientation averaging by multiple DDA 
simulations.

Original comment by yurkin on 6 Jan 2011 at 7:23

GoogleCodeExporter commented 8 years ago
138

Original comment by yurkin on 4 Jul 2013 at 9:46

GoogleCodeExporter commented 8 years ago
Spherical-harmonics expansion of the scattered field can help.

Original comment by yurkin on 4 Jul 2013 at 9:58