Skip to content

Commit cc094a0

Browse files
committed
update truss snap-through materials
1 parent 023e9b5 commit cc094a0

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed
Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"properties" : [{
3-
"model_part_name" : "Parts_structure",
4-
"properties_id" : 1,
5-
"Material" : {
6-
"constitutive_law" : {
7-
"name" : "KratosMultiphysics.StructuralMechanicsApplication.LinearElasticPlaneStress2DLaw"
8-
},
9-
"Variables" : {
10-
"DENSITY" : 7850.0,
11-
"YOUNG_MODULUS" : 210000000000.0,
12-
"KratosMultiphysics.StructuralMechanicsApplication.CROSS_AREA" : 0.01,
13-
"KratosMultiphysics.StructuralMechanicsApplication.TRUSS_PRESTRESS_PK2" : 0.00
14-
},
15-
"Tables" : {}
2+
"properties": [
3+
{
4+
"model_part_name" : "Structure.Parts_structure",
5+
"properties_id" : 1,
6+
"Material" : {
7+
"constitutive_law" : {
8+
"name" : "TrussConstitutiveLaw"
9+
},
10+
"Variables" : {
11+
"DENSITY": 7.85e3,
12+
"YOUNG_MODULUS": 2.1e11,
13+
"CROSS_AREA" : 1e-2,
14+
"TRUSS_PRESTRESS_PK2" : 0
15+
}
16+
}
1617
}
17-
}]
18-
}
19-
20-
21-
18+
]
19+
}

0 commit comments

Comments
 (0)