-
Notifications
You must be signed in to change notification settings - Fork 1
/
Static.json
37 lines (35 loc) · 839 Bytes
/
Static.json
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
{
// Environmental Variables
"Environment" :
{
"ConeAngle" : 0.8,
"Temperature" : 300,
"WallTemp" : 300,
"R0" : 2.2e-6,
"Pd" : 0.00,
"Frequency" : 30e3,
"Tini" : 1.67514620165000e-5,
"Rini" : 2.2e-6,
"Vini" : 0.0,
"Radi" : 0.95,
"Riso" : 1.00,
"PGaugeSampleTime" : 1.00e-9
},
// Information about the particle composition
"Particles" :
{
"AtomicParts" :
[
0.1, // H2
0.0, // Ne
0.0, // Ar
0.9 // Xe
]
},
// Data used for processing.
"Processing" :
{
"RandSeed" : 19,
"EventMult" : 20
}
}