lucien-roach / a-dda

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

Near field calculation #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Think of a convenient way to calculate near field in a number of points or
on a grid around the particle. Possibly implement calculation of the
B-field together with E-field.

Original issue reported on code.google.com by yurkin on 26 Nov 2008 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by yurkin on 23 Nov 2009 at 2:54

GoogleCodeExporter commented 8 years ago
An external program to compute the near field on an arbitrary set of points
(i.e. not related to the dipole grid) is now available,  see
 http://a-dda.googlecode.com/files/near_field_0_79.zip
or it can obtained from the subversion repository in the directory
misc/near_field.
The nearfield program reads the files generated by adda with the 
options -store_dip_pol -save_geom and an file with a lists of external (i.e. 
outside
the target) points.
The nearfield program is a MPI program.

Original comment by fabio.de...@gmail.com on 24 Nov 2009 at 6:15

GoogleCodeExporter commented 8 years ago
A slightly corrected version of the near_field package is available
http://a-dda.googlecode.com/files/near_field_1_01.tar.gz

Original comment by yurkin on 24 Nov 2009 at 4:36

GoogleCodeExporter commented 8 years ago
See also issue 126 for arbitrary incident beams.

Overall, the goal is to make a general framework (built into the main ADDA 
package) to compute both E and B fields efficiently for a large grids of 
points, using FFT. See e.g. the ddfield program in DDSCAT.

Original comment by yurkin on 14 Jan 2014 at 8:07