We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ea847 commit 2950509Copy full SHA for 2950509
test/test_pyfans/input.json
@@ -6,11 +6,17 @@
6
},
7
8
"problem_type": "mechanical",
9
- "matmodel": "LinearElasticIsotropic",
10
- "material_properties":{
11
- "bulk_modulus": [62.5000, 222.222],
12
- "shear_modulus": [28.8462, 166.6667]
13
- },
+ "strain_type": "small",
+ "materials": [
+ {
+ "phases": [0,1],
+ "matmodel": "LinearElasticIsotropic",
14
+ "material_properties": {
15
+ "bulk_modulus": [62.5000, 222.222],
16
+ "shear_modulus": [28.8462, 166.6667]
17
+ }
18
19
+ ],
20
21
"method": "cg",
22
"error_parameters":{
0 commit comments