-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest_PseudoPlastic.json
83 lines (80 loc) · 4.65 KB
/
test_PseudoPlastic.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
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
81
82
83
{
"ms_filename": "microstructures/sphere32.h5",
"ms_datasetname": "/sphere/32x32x32/ms",
"ms_L": [1.0, 1.0, 1.0],
"problem_type": "mechanical",
"matmodel": "PseudoPlasticNonLinearHardening",
"material_properties":{
"bulk_modulus": [62.5000, 222.222],
"shear_modulus": [28.8462, 166.6667],
"yield_stress": [0.1, 10000],
"hardening_parameter": [0.0, 0.0],
"hardening_exponent": [0.2, 0.2],
"eps_0": [0.01, 0.01]
},
"method": "cg",
"error_parameters":{
"measure": "Linfinity",
"type": "absolute",
"tolerance": 1e-10
},
"n_it": 100,
"macroscale_loading": [
[
[0.0000, -0.0000, -0.0000, 0, 0, 0],
[0.0001, -5e-05, -5e-05, 0, 0, 0],
[0.0002, -0.0001, -0.0001, 0, 0, 0],
[0.0003, -0.00015, -0.00015, 0, 0, 0],
[0.0004, -0.0002, -0.0002, 0, 0, 0],
[0.0005, -0.00025, -0.00025, 0, 0, 0],
[0.0006, -0.0003, -0.0003, 0, 0, 0],
[0.0007, -0.00035, -0.00035, 0, 0, 0],
[0.0008, -0.0004, -0.0004, 0, 0, 0],
[0.0009, -0.00045, -0.00045, 0, 0, 0],
[0.001, -0.0005, -0.0005, 0, 0, 0],
[0.0011, -0.00055, -0.00055, 0, 0, 0],
[0.0012, -0.0006, -0.0006, 0, 0, 0],
[0.0013, -0.00065, -0.00065, 0, 0, 0],
[0.0014, -0.0007, -0.0007, 0, 0, 0],
[0.0015, -0.00075, -0.00075, 0, 0, 0],
[0.0016, -0.0008, -0.0008, 0, 0, 0],
[0.0017, -0.00085, -0.00085, 0, 0, 0],
[0.0018, -0.0009, -0.0009, 0, 0, 0],
[0.0019, -0.00095, -0.00095, 0, 0, 0],
[0.002, -0.001, -0.001, 0, 0, 0],
[0.0021, -0.00105, -0.00105, 0, 0, 0],
[0.0022, -0.0011, -0.0011, 0, 0, 0],
[0.0023, -0.00115, -0.00115, 0, 0, 0],
[0.0024, -0.0012, -0.0012, 0, 0, 0],
[0.0025, -0.00125, -0.00125, 0, 0, 0],
[0.0026, -0.0013, -0.0013, 0, 0, 0],
[0.0027, -0.00135, -0.00135, 0, 0, 0],
[0.0028, -0.0014, -0.0014, 0, 0, 0],
[0.0029, -0.00145, -0.00145, 0, 0, 0],
[0.003, -0.0015, -0.0015, 0, 0, 0],
[0.0031, -0.00155, -0.00155, 0, 0, 0],
[0.0032, -0.0016, -0.0016, 0, 0, 0],
[0.0033, -0.00165, -0.00165, 0, 0, 0],
[0.0034, -0.0017, -0.0017, 0, 0, 0],
[0.0035, -0.00175, -0.00175, 0, 0, 0],
[0.0036, -0.0018, -0.0018, 0, 0, 0],
[0.0037, -0.00185, -0.00185, 0, 0, 0],
[0.0038, -0.0019, -0.0019, 0, 0, 0],
[0.0039, -0.00195, -0.00195, 0, 0, 0],
[0.004, -0.002, -0.002, 0, 0, 0],
[0.0041, -0.00205, -0.00205, 0, 0, 0],
[0.0042, -0.0021, -0.0021, 0, 0, 0],
[0.0043, -0.00215, -0.00215, 0, 0, 0],
[0.0044, -0.0022, -0.0022, 0, 0, 0],
[0.0045, -0.00225, -0.00225, 0, 0, 0],
[0.0046, -0.0023, -0.0023, 0, 0, 0],
[0.0047, -0.00235, -0.00235, 0, 0, 0],
[0.0048, -0.0024, -0.0024, 0, 0, 0],
[0.0049, -0.00245, -0.00245, 0, 0, 0],
[0.005, -0.0025, -0.0025, 0, 0, 0]
]
],
"results": ["stress_average", "strain_average", "absolute_error", "phase_stress_average", "phase_strain_average",
"microstructure", "displacement", "stress", "strain",
"plastic_flag"]
}