-
Notifications
You must be signed in to change notification settings - Fork 2
/
test_LinearElastic.json
31 lines (28 loc) · 1.15 KB
/
test_LinearElastic.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
{
"ms_filename": "microstructures/sphere32.h5",
"ms_datasetname": "/sphere/32x32x32/ms",
"ms_L": [1.0, 1.0, 1.0],
"problem_type": "mechanical",
"matmodel": "LinearElasticIsotropic",
"material_properties":{
"bulk_modulus": [62.5000, 222.222],
"shear_modulus": [28.8462, 166.6667]
},
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 100,
"macroscale_loading": [
[[1, 0, 0, 0, 0, 0]],
[[0, 1, 0, 0, 0, 0]],
[[0, 0, 1, 0, 0, 0]],
[[0, 0, 0, 1, 0, 0]],
[[0, 0, 0, 0, 1, 0]],
[[0, 0, 0, 0, 0, 1]]
],
"results": ["stress_average", "strain_average", "absolute_error", "phase_stress_average", "phase_strain_average",
"microstructure", "displacement", "stress", "strain"]
}