-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathneutpy.conf
92 lines (77 loc) · 2.01 KB
/
neutpy.conf
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
# NeutPy Main Configuration file
#
# These values probably will remain unchanged between shots
#
[Data]
# Verbosity
#
# 1 - Verbose output
# 0 - Non-verbose output
verbose:1
# Number of CPU Cores to values
#
# The temperature coefficients calculation utilizes the Pathos multiprocessing package. If this value is not given,
# neutpy runs on a single thread. If the number of CPU cores given is greater than the number of cores available,
# neutpy will default to N-1, where N is the number of cores available
cpu_cores:8
# Core lines
#
# corelines_begin - What rho value does the core plasma begin? This defines the lower resolution area
# num_corelines - Number of rho values for the core
corelines_begin:0.75
num_corelines:10
###############################################################
# Scrape-off layer
#
# sollines_psi_max - Defines the maximum rho defining the SOL
# num_sollines - Defines the number of rho values for the SOL
#
# Default values:
#
# sollines_psi_max:1.07
# num_sollines:6
###############################################################
sollines_psi_max:1.07
num_sollines:6
# Other data to be documented
###############################################################
#
#
# Default values:
#
# xi_sep_pts:50
# ib_trim_off:0.1
# ob_trim_off:0.1
###############################################################
xi_sep_pts:50
ib_trim_off:0.1
ob_trim_off:0.1
xi_ib_pts:10
xi_ob_pts:10
###############################################################
#
#
# Default values:
#
#core_pol_pts:30
# ib_div_pol_pts:7
# ob_div_pol_pts:7
###############################################################
core_pol_pts:30
ib_div_pol_pts:7
ob_div_pol_pts:7
pfr_ni_val: 1.0E14
pfr_ne_val: 1.0E14
pfr_Ti_val: 0.002
pfr_Te_val: 0.002
###############################################################
# The minimum area and angles of the triangle meshing routine.
#
# Default values:
#
# tri_min_area = 0.005
# tri_min_angle = 10.0
#
###############################################################
tri_min_area = 0.05
tri_min_angle = 10.0