@@ -43,13 +43,14 @@ pos = [ [ -1.7453292519934434e-8, 0.0, 0.0,], [ -1.7453292519934434e-8, 0.0, 0.0
43
43
dir = [ [ 1.0 , 0.0 , 0.0 ,], [ 1.0 , 0.0 , 0.0 ,],]
44
44
45
45
[geometry_input ]
46
- energy_barrier_thickness = 2.2E-4
47
46
length_unit = " MICRON"
48
- triangles = [ [ 0.0 , 0.01 , 0.0 , 0.5 , 0.5 , -0.5 ,], [ 0.0 , 0.01 , 0.01 , -0.5 , 0.5 , -0.5 ,], [ 0.01 , 0.01 , 0.04 , -0.5 , 0.5 , -0.5 ,], [ 0.01 , 0.04 , 0.04 , 0.5 , 0.5 , -0.5 ,], [ 0.04 , 0.5 , 0.04 , 0.5 , 0.5 , -0.5 ,], [ 0.04 , 0.5 , 0.5 , -0.5 , 0.5 , -0.5 ,],]
47
+ points = [[0.0 , -0.5 ], [0.01 , -0.5 ], [0.04 , -0.5 ], [0.5 , -0.5 ], [0.5 , 0.5 ], [0.04 , 0.5 ], [0.01 , 0.5 ], [0.0 , 0.5 ]]
48
+ triangles = [[0 , 1 , 6 ], [0 , 6 , 7 ], [1 , 2 , 5 ], [1 , 5 , 6 ], [2 , 3 , 4 ], [2 , 4 , 5 ]]
49
49
densities = [ [ 3.0e+10 , 6.0e+10 , 0.0 , 0.0 ,], [ 3.0e+10 , 6.0e+10 , 0.0 , 0.0 ,], [ 0.0 , 0.0 , 6.026e+10 , 0.0 ,], [ 0.0 , 0.0 , 6.026e+10 , 0.0 ,], [ 0.0 , 0.0 , 0.0 , 4.996e+10 ,], [ 0.0 , 0.0 , 0.0 , 4.996e+10 ,],]
50
- material_boundary_points = [ [ 0.0 , 0.5 ,], [ 0.5 , 0.5 ,], [ 0.5 , -0.5 ,], [ 0.0 , -0.5 ,], ]
50
+ boundary = [0 , 3 , 4 , 7 ]
51
51
simulation_boundary_points = [ [ 0.6 , -0.6 ,], [ -0.1 , -0.6 ,], [ -0.1 , 0.6 ,], [ 0.6 , 0.6 ,], [ 0.6 , -0.6 ,],]
52
52
electronic_stopping_correction_factors = [1.0 , 1.0 , 1.0 , 1.0 , 1.0 , 1.0 ]
53
+ energy_barrier_thickness = 2.2E-4
53
54
54
55
[material_parameters ]
55
56
energy_unit = " EV"
0 commit comments