You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NearField program allows to compute the near-field on an arbitrary (i.e. not related to the grid used for the dipole) set of points, using dipoles stored by ADDA.
1
+
The NearField program allows to compute the near-field on an arbitrary (i.e. not related to the voxel grid used for the simulations) set of points, using polarizations stored by ADDA.
2
2
3
3
Compilation and usage are described in [nearfield_manual.txt](nearfield_manual.txt). 64-bit Windows executables are available in the corresponding [ADDA package](https://github.com/adda-team/adda/releases).
Copy file name to clipboardExpand all lines: misc/pip/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ pip [<grid> [<filename>]]
10
10
```
11
11
12
12
Executable is named `pip`, it accepts up tp two command line parameters:
13
-
-`<grid>` - maximum shape size (number of dipoles) along the largest dimension that is determined automatically. If omitted, the default value of 80 is used (and further arguments cannot be used).
13
+
-`<grid>` - maximum shape size (number of voxels) along the largest dimension that is determined automatically. If omitted, the default value of 80 is used (and further arguments cannot be used).
14
14
-`<filename>`. Input shape is read from `<filename>.obj` and DDSCAT7 shape is saved into `<filename>.dat`. If omitted, PIP will use the default filename `shape` (read `shape.obj` and save `shape.dat`). If `<filename>` includes extension, then it will be used for input file (instead of `.obj`).
15
15
16
-
It should be possible to read other 3D formats, which are supported by routines in `ivread_wr.f90` - see comments in the source files. However, only `.obj` format is sufficiently tested. Also limited testing has been performed for `.dxf`, `.stl`, and `.wrl` formats. Multiple materials in input files (at least, for `.obj` and `.wrl` formats) are transformed into multiple domains in the output file. Should work for very large number of dipoles (limited only by memory and computational time).
16
+
It should be possible to read other 3D formats, which are supported by routines in `ivread_wr.f90` - see comments in the source files. However, only `.obj` format is sufficiently tested. Also limited testing has been performed for `.dxf`, `.stl`, and `.wrl` formats. Multiple materials in input files (at least, for `.obj` and `.wrl` formats) are transformed into multiple domains in the output file. Should work for very large number of voxels (limited only by memory and computational time).
17
17
18
18
Existing limitations:
19
19
* For poorly tested input formats, it is potentially possible that the materials will not be properly recognized, leading to too much materials and errors in voxelization. Then there is a backup option to produce single-domain output file. For that change the value of `logical, parameter :: ignore_mat` in `FEM-Geo-Wr.f90` to `.true.`.
0 commit comments