-
Notifications
You must be signed in to change notification settings - Fork 1
/
in_ex.json
79 lines (78 loc) · 1.9 KB
/
in_ex.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"CompCell" : {
"procs" : 1,
"x_size" : 30.0,
"y_size" : 30.0,
"z_size" : 0.0,
"res" : 10,
"PML_Thick" : 20,
"courant" : 0.5
},
"PML" : [
{
"direction" : "Y",
"thickness" : 20
}
],
"SourceList" : [
{
"profile" : "gaussian",
"fcen" : 3.000,
"fwidth" : 1.000,
"cutoff" : 20.00,
"t_start" : 10.00,
"size_x" : 30.00,
"size_y" : 0.00,
"pol" : "Ez",
"loc_x" : 0.00,
"loc_y" : 0.00
}
],
"ObjectList": [
{
"shape" : "sphere",
"radius" : 1.00,
"loc_x" : 3.00,
"loc_y" : 3.00,
"eps" : 1.00,
"pols" : [
{
"sigma" : 10.20,
"gamma" : 10.20,
"omega" : 10.20
},
{
"sigma" : 2.00,
"gamma" : 2.00,
"omega" : 2.00
}
]
}
],
"DetectorList" : [
{
"loc_x" : 5.10,
"loc_y" : 5.10,
"size_x" : 0.00,
"size_y" : 0.00,
"type" : "field",
"pol" : "Ez"
},
{
"loc_x" : 5.10,
"loc_y" : 5.10,
"size_x" : 0.00,
"size_y" : 0.00,
"type" : "field",
"pol" : "Hy"
},
{
"loc_x" : 5.10,
"loc_y" : 5.10,
"size_x" : 0.00,
"size_y" : 0.00,
"type" : "field",
"pol" : "Hx"
}
]
}