forked from Kovaleski-Research-Lab/single_pillar_sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configs.yaml
99 lines (71 loc) · 2.24 KB
/
configs.yaml
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
#### ---- config file ---- ####
#---- This file contains all the configuration parameters to be passed as a command line
#---- argument to main.py, i.e. python3 main.py -config configs.yaml.
#---- All values NOT populated in this file require math or python packages, so they
#---- are updated in utils/update_config.py
#---- If you want to run the experiment which identifies the characteristics,
#---- let experiment.animate = 0
#---- If you want to generate an animation of the fields through a single pillar, let
#---- experiment.animate = 1. an mp4 will be generated and sent to /src/single_pillar/vis.
####----- Simulation params for single pillar simulation -----###
#-----------------------------------------------------------###
resolution : 20
cell :
x : 0.680
y : 0.680
z :
cell_size :
wavelength : 1.55
freq :
k_point :
symmetries:
####----- Geometry params for single pillar simulation ----- ###
#----------------------------------------------------------- ###
# ________________
# | |
# | |<--- PDMS
# | ______ |
# | | | |
# | | |<---|- Amorphous Silicon - pillar radii range is 0.075 - 0.250 micron
# | | | |
# |____|______|___ |
# | |
# | |<--- Fused Silica (substrate)
# |________________|
#---------------------------------------------------------- ###
fusedSilica :
n : 1.44
width : 0.780
center :
PDMS :
n : 1.4
width : 1.560
center :
amorphousSi :
n : 3.48
height : 1.020
center :
radius_min : 0.075
radius_max : 0.250
pml:
thickness : 0.780
layers :
a : 0.680 # lattice period
####----- Source params for single pillar simulation -----###
#---------------------------------------------------------###
source :
center:
cmpt :
####----- Flux region params for single pillar simulation -----###
#--------------------------------------------------------------###
flux :
nfreq : 1
df : 0
center :
##-- Experimental params for obtaining single pillar characteristics --##
#--------------------------------------------------------------------####
experiment :
num : 8 # this is the number of pillars we will build
animate : 0
vis :
fps : 20