-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest_MixedBCs.json
More file actions
80 lines (77 loc) · 3.73 KB
/
test_MixedBCs.json
File metadata and controls
80 lines (77 loc) · 3.73 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"microstructure": {
"filepath": "microstructures/sphere32.h5",
"datasetname": "/sphere/32x32x32/ms",
"L": [1.0, 1.0, 1.0]
},
"problem_type": "mechanical",
"strain_type": "small",
"materials": [
{
"phases": [0],
"matmodel": "PseudoPlasticLinearHardening",
"material_properties": {
"bulk_modulus": [62.5000],
"shear_modulus": [28.8462],
"yield_stress": [0.1],
"hardening_parameter": [0.0]
}
},
{
"phases": [1],
"matmodel": "LinearElasticIsotropic",
"material_properties": {
"bulk_modulus": [222.222],
"shear_modulus": [166.6667]
}
}
],
"FE_type": "HEX8",
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 1000,
"macroscale_loading": [ {
"strain_indices" : [2,3,4,5],
"stress_indices" : [0,1],
"strain" : [[0.001 , 0.0, 0.0, 0.0],
[0.002 , 0.0, 0.0, 0.0],
[0.003 , 0.0, 0.0, 0.0],
[0.004 , 0.0, 0.0, 0.0],
[0.005 , 0.0, 0.0, 0.0],
[0.006 , 0.0, 0.0, 0.0],
[0.007 , 0.0, 0.0, 0.0],
[0.008 , 0.0, 0.0, 0.0],
[0.009 , 0.0, 0.0, 0.0],
[0.010 , 0.0, 0.0, 0.0],
[0.011 , 0.0, 0.0, 0.0],
[0.012 , 0.0, 0.0, 0.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],
[0.0, 0.0],
[0.0, 0.0]]
},
{
"strain_indices" : [],
"stress_indices" : [0,1,2,3,4,5],
"strain" : [[],[]],
"stress" : [[-0.05, -0.05, -0.05, 0.0, 0.0, 0.0],
[-0.1 , -0.1 , -0.1 , 0.0, 0.0, 0.0]]
},
[[-0.000201177817616389, -0.00020117781761638944, -0.0002011778176163894, 4.374921101288884e-22, 1.0822171975093186e-22, 1.424850916865268e-22],
[-0.00040235563523281944, -0.0004023556352328199, -0.0004023556352328192, -2.5780780156705695e-21, 1.5365687671739435e-22, -4.551108956175545e-22]]
],
"results": ["stress_average", "strain_average", "absolute_error", "phase_stress_average", "phase_strain_average",
"microstructure", "displacement", "displacement_fluctuation", "stress", "strain"]
}