-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsilver.json
102 lines (99 loc) · 2.52 KB
/
silver.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"CompCell" : {
"procs" : 1,
"y_size" : 20.0,
"x_size" : 20.0,
"z_size" : 0.0,
"res" : 50,
"courant" : 0.5,
"tLim" : 200.0,
"PBC" : "true",
"pol" : "Ez"
},
"k-point" : [
{
"Y" : 0,
"X" : 0.00
}
],
"PML" : [
{
"thickness" : 5.0,
"direction" : "Y"
}
],
"SourceList" : [
{
"profile" : "gaussian",
"fcen" : 0.55,
"fwidth" : 1.0,
"cutoff" : 20.00,
"t_start" : 0.00,
"size_y" : 0.00,
"size_x" : 20.00,
"pol" : "Ez",
"loc_x" : 0.0,
"loc_y" : -4.00
}
],
"ObjectList": [
{
"shape" : "block",
"size_x" : 25.00,
"size_y" : 1.00,
"loc_x" : 0.00,
"loc_y" : 2.50,
"eps" : 1,
"pols" : [
{
"omega": 8.06554724676e-22,
"sigma": 6.85971845e+41,
"gamma": 0.00387146267844
},
{
"omega": 0.065815,
"gamma": 0.31343,
"sigma": 7.9247
},
{
"omega": 0.36142,
"gamma": 0.036456,
"sigma": 0.50133
},
{
"omega": 0.66017,
"gamma": 0.0052426,
"sigma": 0.013329
},
{
"omega": 0.73259,
"gamma": 0.07388,
"sigma": 0.82655
},
{
"omega": 1.6365,
"gamma": 0.19511,
"sigma": 1.1133
}
]
}
],
"DetectorList" : [
{
"loc_x" : 0.00,
"loc_y" : -2.50,
"size_x" : 0.00,
"size_y" : 0.00,
"type" : "field",
"pol" : "Ez"
},
{
"loc_x" : 0.00,
"loc_y" : 3.75,
"size_x" : 0.00,
"size_y" : 0.00,
"type" : "field",
"pol" : "Ez"
}
]
}