Newer
Older
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
{
"nodes": [
{
"id": "n0",
"parent": "11",
"degrees_of_freedom":[0,1,2,3,4,5] ,
"restrained_degrees_of_freedom":[true,true,true,true,true,true],
"position": { "x": 0, "y": 10,"z":0 },
"force":{ "x": 0, "y": 0,"z":0 },
"displacement": { "x": 0, "y": -0,"z":0 },
"angle": { "x": 0, "y": 0,"z":0 }
},
{
"id": "n1",
"parent": "11",
"degrees_of_freedom":[6,7,8,9,10,11] ,
"restrained_degrees_of_freedom":[true,true,true,true,true,true],
"position": { "x": 0, "y": 0,"z":0 },
"force":{ "x": 0, "y": 0,"z":0 },
"displacement": { "x": 0, "y": 0,"z":0 },
"angle": { "x": 0, "y": 0,"z":0 }
},
{
"id": "n2",
"parent": "11",
"degrees_of_freedom":[12,13,14,15,16,17] ,
"restrained_degrees_of_freedom":[false,false,false,false,false,false],
"position": { "x": 10, "y": 5,"z":0 },
"force":{ "x": 0, "y": -200,"z":0 },
"displacement": { "x": 0, "y": 0,"z":0 },
"angle": { "x": 0, "y": 0,"z":0 }
}
],
"edges": [
{ "id": "e0", "source": 0, "target": 2 ,"area":1.0,"density":0.284,"stiffness":30.0e6,"stress":0 },
{ "id": "e1", "source": 1, "target": 2 ,"area":2.0,"density":0.284,"stiffness":30.0e6,"stress":0}
],
"ndofs" : 18,
"animation" : {
"showDisplacement" : true,
"exaggeration" : 10000,
"speed":3.0
},
"viz" : {
"minStress":-500,
"maxStress": 500,
"colorMaps":["YlGnBu", "winter", "coolwarm","jet"],
"colorMap":0
},
"solve": "solveFea",
"bar":false
}