|
4 | 4 | % Add a dump property to CSX with the given name. |
5 | 5 | % |
6 | 6 | % possible arguments for useage with openEMS: |
7 | | -% DumpType: 0 for E-field time-domain dump (default) |
8 | | -% 1 for H-field time-domain dump |
9 | | -% 2 for electric current time-domain dump |
10 | | -% 3 for total current density (rot(H)) time-domain dump |
11 | | -% 4 for D-field (electric flux density) time-domain dump |
12 | | -% 5 for B-field (magnetic flux density) time-domain dump |
| 7 | +% - DumpType: |
| 8 | +% - 0 for E-field time-domain dump (default) |
| 9 | +% - 1 for H-field time-domain dump |
| 10 | +% - 2 for electric current time-domain dump |
| 11 | +% - 3 for total current density (rot(H)) time-domain dump |
| 12 | +% - 4 for D-field (electric flux density) time-domain dump |
| 13 | +% - 5 for B-field (magnetic flux density) time-domain dump |
13 | 14 | % |
14 | | -% 10 for E-field frequency-domain dump |
15 | | -% 11 for H-field frequency-domain dump |
16 | | -% 12 for electric current frequency-domain dump |
17 | | -% 13 for total current density (rot(H)) frequency-domain dump |
18 | | -% 14 for D-field (electric flux density) frequency-domain dump |
19 | | -% 15 for B-field (magnetic flux density) frequency-domain dump |
| 15 | +% - 10 for E-field frequency-domain dump |
| 16 | +% - 11 for H-field frequency-domain dump |
| 17 | +% - 12 for electric current frequency-domain dump |
| 18 | +% - 13 for total current density (rot(H)) frequency-domain dump |
| 19 | +% - 14 for D-field (electric flux density) frequency-domain dump |
| 20 | +% - 15 for B-field (magnetic flux density) frequency-domain dump |
20 | 21 | % |
21 | | -% 20 local SAR frequency-domain dump |
22 | | -% 21 1g averaging SAR frequency-domain dump |
23 | | -% 22 10g averaging SAR frequency-domain dump |
| 22 | +% - 20 local SAR frequency-domain dump |
| 23 | +% - 21 1g averaging SAR frequency-domain dump |
| 24 | +% - 22 10g averaging SAR frequency-domain dump |
24 | 25 | % |
25 | | -% 29 raw data needed for SAR calculations (electric field FD, |
26 | | -% cell volume, conductivity and density) |
| 26 | +% - 29 raw data needed for SAR calculations (electric field FD, |
| 27 | +% cell volume, conductivity and density) |
27 | 28 | % |
28 | | -% Frequency: specify a frequency vector (required for dump types >=10) |
| 29 | +% - Frequency: specify a frequency vector (required for dump types >=10) |
29 | 30 | % |
30 | | -% DumpMode: 0 no-interpolation |
31 | | -% 1 node-interpolation (default, see warning below) |
32 | | -% 2 cell-interpolation (see warning below) |
| 31 | +% - DumpMode: |
| 32 | +% - 0 no-interpolation |
| 33 | +% - 1 node-interpolation (default, see warning below) |
| 34 | +% - 2 cell-interpolation (see warning below) |
33 | 35 | % |
34 | | -% FileType: 0 vtk-file dump (default) |
35 | | -% 1 hdf5-file dump |
| 36 | +% - FileType: |
| 37 | +% - 0 vtk-file dump (default) |
| 38 | +% - 1 hdf5-file dump |
36 | 39 | % |
37 | | -% SubSampling: field domain sub-sampling, e.g. '2,2,4' |
38 | | -% OptResolution: field domain dump resolution, e.g. '10' or '10,20,5' |
| 40 | +% - SubSampling: field domain sub-sampling, e.g. '2,2,4' |
| 41 | +% - OptResolution: field domain dump resolution, e.g. '10' or '10,20,5' |
39 | 42 | % |
40 | | -% MultiGridLevel: Request to dump from a multigrid level (default is 0) |
| 43 | +% - MultiGridLevel: Request to dump from a multigrid level (default is 0) |
41 | 44 | % Note: This only takes effect if the method supports and |
42 | 45 | % uses multiple grids! |
43 | 46 | % |
44 | | -% StartTime/StopTime: Define a start and/or stop time (in seconds) |
| 47 | +% - StartTime/StopTime: Define a start and/or stop time (in seconds) |
45 | 48 | % for this dump to be active. |
46 | 49 | % |
47 | | -% Warning: |
48 | | -% FDTD Interpolation abnormalities: |
49 | | -% - no-interpolation: fields are located in the mesh by the |
50 | | -% Yee-scheme, the mesh only specifies E- or H-Yee-nodes |
51 | | -% --> use node- or cell-interpolation or be aware of the offset |
52 | | -% - E-field dump & node-interpolation: normal electric fields on |
53 | | -% boundaries will have false amplitude due to forward/backward |
54 | | -% interpolation in case of (strong) changes in material |
55 | | -% permittivity or on metal surfaces |
56 | | -% --> use no- or cell-interpolation |
57 | | -% - H-field dump & cell-interpolation: normal magnetic fields on |
58 | | -% boundaries will have false amplitude due to forward/backward |
59 | | -% interpolation in case of (strong) changes in material permeability |
60 | | -% --> use no- or node-interpolation |
| 50 | +% - Warning: |
| 51 | +% - FDTD Interpolation abnormalities |
| 52 | +% - no-interpolation: fields are located in the mesh by the |
| 53 | +% Yee-scheme, the mesh only specifies E- or H-Yee-nodes |
| 54 | +% --> use node- or cell-interpolation or be aware of the offset |
| 55 | +% - E-field dump & node-interpolation: normal electric fields on |
| 56 | +% boundaries will have false amplitude due to forward/backward |
| 57 | +% interpolation in case of (strong) changes in material |
| 58 | +% permittivity or on metal surfaces |
| 59 | +% --> use no- or cell-interpolation |
| 60 | +% - H-field dump & cell-interpolation: normal magnetic fields on |
| 61 | +% boundaries will have false amplitude due to forward/backward |
| 62 | +% interpolation in case of (strong) changes in material permeability |
| 63 | +% --> use no- or node-interpolation |
61 | 64 | % |
62 | | -% e.g. AddDump(CSX,'Et'); |
63 | | -% CSX = AddBox(CSX,'Et',10,[0 0 0],[100 100 200]); %assign box |
| 65 | +% e.g. |
| 66 | +% |
| 67 | +% AddDump(CSX,'Et'); |
| 68 | +% CSX = AddBox(CSX,'Et',10,[0 0 0],[100 100 200]); %assign box |
64 | 69 | % |
65 | | -% or AddDump(CSX,'Ef',DumpType, 10, 'Frequency',[1e9 2e9]); |
66 | | -% CSX = AddBox(CSX,'Ef',10,[0 0 0],[100 100 200]); %assign box |
| 70 | +% or |
| 71 | +% |
| 72 | +% AddDump(CSX,'Ef',DumpType, 10, 'Frequency',[1e9 2e9]); |
| 73 | +% CSX = AddBox(CSX,'Ef',10,[0 0 0],[100 100 200]); %assign box |
67 | 74 | % |
68 | | -% or AddDump(CSX,'Ht','SubSampling','2,2,4','DumpType',1); |
69 | | -% CSX = AddBox(CSX,'Ht',10,[0 0 0],[100 100 200]); %assign box |
| 75 | +% or |
| 76 | +% |
| 77 | +% AddDump(CSX,'Ht','SubSampling','2,2,4','DumpType',1); |
| 78 | +% CSX = AddBox(CSX,'Ht',10,[0 0 0],[100 100 200]); %assign box |
70 | 79 | % |
71 | 80 | % See also AddMaterial, AddExcitation, AddProbe, AddMetal, AddBox |
72 | 81 | % |
|
0 commit comments