-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpowerspectrum.gfrd
More file actions
47 lines (36 loc) · 1003 Bytes
/
powerspectrum.gfrd
File metadata and controls
47 lines (36 loc) · 1003 Bytes
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
; eGFRD power-spectrum simulation
[Variables]
V = 1e-15 ; 1 femto liter
c = 0.4E-6 ; Concentration in Molar
N = round(concentration(c, V)) ; Number of particles
[Simulator]
EndTime = 60.0 ; sec.
MaintenanceStep = 1000000
MaintenanceFile = sim_dump.out
[World]
Matrix = 8
Size = (1e-3 * V) ^ (1/3) ; Liter to cube-length in meter
[SpeciesType]
Name = A
r = 5e-9 ; m
D = 0 ; fixed
[SpeciesType]
Name = B
r = 5e-9 ; m
D = 1e-12 ; m^2*s^-1
[SpeciesType]
Name = C
r = 1e-8 ; m
D = 0 ; fixed
[ReactionRule]
Rule = A + B <=> C
ka = 9.16639e-19 ; m^3*s^-1
kd = 220.8 ; s^-1
[Particles]
A = 1
B = N
C = 0
[ReactionRecord]
File = power_rec.dat
[Progress]
Width = 60