-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew_model.json
53 lines (53 loc) · 883 Bytes
/
new_model.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"domain": {
"lower": [-1.0, -2.0, -3.0],
"upper": [1.0, 2.0, 3.0],
"boundary": [
{"x_min": "fixed"},
{"x_max": "fixed"},
{"y_min": "fixed"},
{"y_max": "fixed"},
{"z_min": "fixed"},
{"z_max": "fixed"}
]
},
"bacteria": [],
"substrates": [],
"integration": {
"step": 720.0,
"limit": 1e-7
},
"mechanics": {},
"diffusion": {
"step": 1e-4,
"grid": [{"x": 50}, {"y": 25}, {"z": 20.0}],
"layer": 5e-6,
"boundary": [
{"x_min": "fixed"},
{"x_max": "fixed"},
{"y_min": "fixed"},
{"y_max": "fixed"},
{"z_min": "fixed"},
{"z_max": "fixed"}
],
"tolerance": 1e-7,
"maximum": 20000,
"every": 10
},
"division": {
"diameter": 1.3e-6,
"seed": 12345
},
"death": {
"diameter": 5e-7
},
"growth": "energy",
"eps": {
"density": 30.0,
"extract": {
"ratio": 1.3,
"seed": 12345
}
},
"initialCondition": {}
}