-
Notifications
You must be signed in to change notification settings - Fork 10
/
modelParamsSi_500um.config_160x160
executable file
·77 lines (63 loc) · 1.42 KB
/
modelParamsSi_500um.config_160x160
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
[DEFAULT]
label =
[Path]
home = ./../
library = %(home)slib/
flp = %(home)sflp_files/
ptrace = %(home)sptrace_files/
[Simulation]
steady_state = True
steady_state_solver = Solver
transient = False
tep_size = 333us
total_simulation_time = 33.3ms
ptrace_step_size = 333us
temperature_dependent = False
convergence = 0.1
layer = 1
temperature_dependent_library = TemperatureDependent.py
number_of_core = 4
init_file = False
[Solver]
name = SuperLU
wrapper = SuperLU.py
#low level solver option, only for SPICE high level solver
ll_steady_solver = KLU
ll_transient_solver = TRAP
[Grid]
type = Uniform
granularity = Grid
rows = 160
cols = 160
grid_mode = max
#DO NOT CHANGE BELOW
[VirtualNodes]
center_center = 0.5
bottom_center = 1
# Below is for information only: It's hard coded in the tool
[NoPackage]
LateralHeatFlow = True
VerticalHeatFlow = False
library_name = NoPackage_sec
library = Solid.py
virtual_node = bottom_center
transient = False
mode = single
[NoPackage_sec]
properties = htc, thickness (m), thermalresistivity ((m-k)/w), specificheatcapacity (j/m^3k)
[Si]
library_name = Solid
library = Solid.py
transient = True
virtual_node = bottom_center
mode = single
[Cu]
library_name = Copper
library = Solid.py
transient = True
virtual_node = bottom_center
mode = single
[Copper]
properties = thermalresistivity ((m-k)/w), specificheatcapacity (j/m^3k)
[Solid]
properties = thermalresistivity ((m-k)/w), specificheatcapacity (j/m^3k)