-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtest_LinearThermal.json
More file actions
34 lines (31 loc) · 925 Bytes
/
test_LinearThermal.json
File metadata and controls
34 lines (31 loc) · 925 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
{
"microstructure": {
"filepath": "microstructures/sphere32.h5",
"datasetname": "/sphere/32x32x32/ms",
"L": [1.0, 1.0, 1.0]
},
"problem_type": "thermal",
"strain_type": "small",
"materials": [
{
"phases": [0,1],
"matmodel": "LinearThermalIsotropic",
"material_properties": {
"conductivity": [1, 10]
}
}
],
"FE_type": "HEX8R",
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 100,
"macroscale_loading": [
[[0.01, 0.02, -0.01]]
],
"results": ["homogenized_tangent", "stress_average", "strain_average", "absolute_error",
"microstructure", "displacement", "displacement_fluctuation", "stress", "strain"]
}