-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest_MixedBCs_LargeStrain.json
More file actions
64 lines (61 loc) · 3.1 KB
/
test_MixedBCs_LargeStrain.json
File metadata and controls
64 lines (61 loc) · 3.1 KB
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
54
55
56
57
58
59
60
61
62
63
64
{
"microstructure": {
"filepath": "microstructures/sphere32.h5",
"datasetname": "/sphere/32x32x32/ms",
"L": [1.0, 1.0, 1.0]
},
"problem_type": "mechanical",
"strain_type": "large",
"materials": [
{
"phases": [0,1],
"matmodel": "CompressibleNeoHookean",
"material_properties":{
"bulk_modulus": [62.5000, 222.222],
"shear_modulus": [28.8462, 166.6667]
}
}
],
"FE_type": "HEX8",
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 1000,
"macroscale_loading": [ {
"strain_indices" : [1,2,3,5,6,7,8],
"stress_indices" : [0,4],
"strain" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.1],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.2],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.3],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.4],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.5],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.6],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.7],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.8],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.9],
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0]],
"stress" : [[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0]]
},
{
"strain_indices" : [],
"stress_indices" : [0,1,2,3,4,5,6,7,8],
"strain" : [[]],
"stress" : [[0.000000000003, -0.000000000000, -0.000000000000, -0.000000000000, 0.000000000003, 0.000000000000, -0.000000000000, 0.000000000000, 74.757449712464]]
},
[[0.832542244829, 0.000000000000, 0.000000000000, 0.000000000000, 0.832542244829, 0.000000000000, 0.000000000000, 0.000000000000, 2.000000000001]]
],
"results": ["stress_average", "strain_average", "absolute_error",
"microstructure", "displacement", "displacement_fluctuation", "stress", "strain"]
}