-
Notifications
You must be signed in to change notification settings - Fork 1
/
input.ini
50 lines (39 loc) · 1.02 KB
/
input.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
;
; @file input.ini
; @brief PPDyn inputfile.
; @author Sayan Adhikari <sayan.adhikari@fys.uio.no>
; Rupak Mukherjee <rupakm@princeton.edu>
[simbox]
Lx = 15.0 ; System length in X
Ly = 15.0 ; System length in Y
Lz = 20.0 ; System length in Z
[particles]
N = 1000 ; Number of particles
Vxmax = 1.0 ; Maximum velocity in X
Vymax = 1.0 ; Maximum velocity in Y
Vzmax = 1.0 ; Maximum velocity in Z
Temp = 0.1 ;
dist = True ; Use distribution: True
mean = 1 ; if dist = True
stdDev = 0.2 ; if dist = True
maxwell_load = True
[screening]
k = 0.0
[gravity]
g_0= 0.0; Reduced Earth's gravity
[cutoff radius]
rc = 1e-5
[boundary]
btype = periodic ; Type of boundary Options: periodic, reflecting
[time]
tmax = 50.0 ; Final time
dt = 0.010 ; time step size
[diagnostics]
dumpPeriod = 5 ; Data dump period
dumpData = True
vtkData = True
realTime = False
[directory]
dataDir = data #put runname here
[options]
parallelMode = True ;True ;set to false to disable parallel