-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
42 lines (42 loc) · 855 Bytes
/
input.json
File metadata and controls
42 lines (42 loc) · 855 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
{
"microstructure": {
"filepath": "data/voroImg_eroded.h5",
"datasetname": "/dset_0/eroded_image",
"L": [
1.0,
1.0,
1.0
]
},
"problem_type": "thermal",
"matmodel": "GBDiffusion",
"material_properties": {
"GB_unformity": true,
"D_bulk": 1.0,
"D_perp": 0.01,
"D_par": 100.0
},
"method": "cg",
"error_parameters": {
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 1000,
"macroscale_loading": [
[
[
1.0,
0.0,
0.0
]
]
],
"results_prefix": "results",
"results": [
"displacement",
"displacement_fluctuation",
"strain",
"stress"
]
}