-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest_LinearElastic.json
More file actions
35 lines (32 loc) · 1020 Bytes
/
test_LinearElastic.json
File metadata and controls
35 lines (32 loc) · 1020 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
{
"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,1],
"matmodel": "LinearElasticIsotropic",
"material_properties": {
"bulk_modulus": [62.5000, 222.222],
"shear_modulus": [28.8462, 166.6667]
}
}
],
"FE_type": "HEX8R",
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 100,
"macroscale_loading": [
[[0.001, -0.002, 0.003, 0.0015, -0.0025, 0.001]]
],
"results": ["homogenized_tangent", "stress_average", "strain_average", "absolute_error",
"microstructure", "displacement", "displacement_fluctuation", "stress", "strain"]
}