-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresets.ini
179 lines (154 loc) · 2.84 KB
/
presets.ini
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
[DEFAULT]
count = 3
radius = 1.0e-1
mass = 0e0
most_probable_velocity = 5.0e-1
gases = DEFAULTGAS
container_radius = 1
dimensions = 2
simulation_method = 2
fps = 60
speed_up = 1
[DEFAULTGAS]
type = gas
most_probable_velocity = 1.0e-1
mass = 0.0e0
radius = 1.0e-1
count = 8
[GAS2]
type = gas
most_probable_velocity = 2.0e0
radius = 4.0e-1
count = 50
[GAS3D1]
type = gas
most_probable_velocity = 1.0e0
radius = 1.5e-1
count = 5
[GAS3D2]
type = gas
most_probable_velocity = 1.0e0
radius = 2.0e-1
count = 8
[DEFAULTSIM]
type = sim
gases = DEFAULTGAS
container_radius = 1.0e0
simulation_method = 2
dimensions = 2
[SIM2]
type = sim
gases = GAS2
container_radius = 1.0e1
simulation_method = 2
dimensions = 2
[SIM3D]
type = sim
gases = GAS3D1, GAS3D2
container_radius = 1.0e0
simulation_method = 2
dimensions = 3
[DEFAULTANIM]
type = anim
[ANIM_DOUBLE]
type = anim
fps = 60
speed_up = 2
[GAS3D3]
type = gas
most_probable_velocity = 1.0e0
radius = 4.0e-2
count = 50
[SIM2GAS]
type = sim
gases = GAS20, GAS21
container_radius = 1.0e0
simulation_method = 2
dimensions = 2
[GAS20]
type = gas
most_probable_velocity = 1.0e0
radius = 1.0e-2
count = 30
[GAS21]
type = gas
most_probable_velocity = 1.0e0
radius = 6.0e-2
count = 8
[SIM3D3]
type = sim
gases = GAS3D3
container_radius = 1.0e0
simulation_method = 2
dimensions = 3
[RWGasN250]
type = gas
most_probable_velocity = 4.09e2
mass = 4.50e-26
radius = 1.55e-10
count = 50
[RWSimN250]
type = sim
gases = RWGasN250
container_radius = 7.54e-9
simulation_method = 2
dimensions = 3
[RWSim50Air]
type = sim
gases = RWGasN2Small, RWGasO2Small
container_radius = 7.54e-9
simulation_method = 1
dimensions = 3
[RWGasN2Small]
type = gas
most_probable_velocity = 4.09e2
mass = 4.50e-26
radius = 1.55e-10
count = 39
[RWGasO2Small]
type = gas
most_probable_velocity = 5.33e2
mass = 2.66e-26
radius = 1.52e-10
count = 11
[TESTGAS]
type = gas
most_probable_velocity = 2.0e1
mass = 0.0e0
radius = 2.29e0
count = 20
[TESTSIM]
type = sim
gases = TESTGAS2
container_radius = 2.5e1
simulation_method = 2
dimensions = 3
[TESTGAS2]
type = gas
most_probable_velocity = 5.0e0
mass = 1.0e0
radius = 5.0e0
count = 20
[SHOW_GAS_LAWS]
# These values are used to get the plots in the report.
# To run them quickly, reduce points to 5, duration_limit to 3, and repeats to 3
# Set any of the booleans to False to not plot them. Plots will however still be laid out as if for all of them.
duration_limit = 10
repeats = 5
points = 15
velocity_seed = 1
boyle = True
charles = True
gay = True
[PLOT_B_AGAINST_VG]
# These values are used to get the plots in the report.
# To run them quickly, reduce duration_limit to 3, and repeats to 3
duration_limit = 5
repeats = 5
velocity_seed = 1
[FIND_B_GRAPHICALLY]
# These values are used to get the plots in the report.
# To run them quickly, reduce duration_limit to 3, and repeats to 3
duration_limit = 5
repeats = 5
velocity_seed = 1