DesignBench / problems /auto_problem_094.json
littleshark2000's picture
Upload folder using huggingface_hub
e30e8ac verified
{
"problem_id": "auto_problem_094",
"description": "Truss optimization problem (ground structure variant 94)",
"topology": {
"joints": [
{
"id": 0,
"position": [
0.0,
0.0,
0.0
],
"support": "pinned"
},
{
"id": 1,
"position": [
3.235399413391248,
0.0,
0.0
],
"support": null
},
{
"id": 2,
"position": [
6.470798826782496,
0.0,
0.0
],
"support": null
},
{
"id": 3,
"position": [
9.706198240173745,
0.0,
0.0
],
"support": "roller_y"
},
{
"id": 4,
"position": [
0.0,
1.8575886899242733,
0.0
],
"support": null
},
{
"id": 5,
"position": [
3.235399413391248,
1.8575886899242733,
0.0
],
"support": null
},
{
"id": 6,
"position": [
6.470798826782496,
1.8575886899242733,
0.0
],
"support": null
},
{
"id": 7,
"position": [
9.706198240173745,
1.8575886899242733,
0.0
],
"support": null
}
],
"members": [
{
"joints": [
0,
1
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.03238272035536667,
"t": 0.004572392160798296
}
},
{
"joints": [
1,
2
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.033426939937365396,
"t": 0.00471983441946239
}
},
{
"joints": [
2,
3
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.02727413034703477,
"t": 0.003851066816587115
}
},
{
"joints": [
4,
5
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.026498737329150823,
"t": 0.003741582470688957
}
},
{
"joints": [
5,
6
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.0327105089400094,
"t": 0.004618675423549913
}
},
{
"joints": [
0,
4
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.026077042877924967,
"t": 0.003682039838634646
}
},
{
"joints": [
1,
5
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.0199554089556032,
"t": 0.0028176741939162833
}
},
{
"joints": [
2,
6
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.014154103162675142,
"t": 0.0019985384067160586
}
},
{
"joints": [
3,
7
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.027510875802337575,
"t": 0.0038844949242955455
}
},
{
"joints": [
0,
5
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.03597333677994396,
"t": 0.005079381882847695
}
},
{
"joints": [
1,
4
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.029425889581621248,
"t": 0.004154892034116069
}
},
{
"joints": [
2,
5
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.02874282416305922,
"t": 0.004058444208520471
}
},
{
"joints": [
2,
7
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.025326103740321033,
"t": 0.0035760083444199282
}
},
{
"joints": [
3,
6
],
"material": "A36_Steel",
"shape": {
"type": "Pipe",
"r": 0.03028871410370494,
"t": 0.004276721578935831
}
}
]
},
"loading": [
{
"joint": 7,
"force": [
0.0,
-75694.56018581113,
0.0
]
},
{
"joint": 5,
"force": [
0.0,
-64745.060239295526,
0.0
]
},
{
"joint": 4,
"force": [
0.0,
-53090.41252244264,
0.0
]
}
],
"goals": {
"minimum_fos_buckling": 1.5,
"minimum_fos_yielding": 1.5,
"maximum_mass": 333.7569608391584
},
"optimization": {
"shape": "Pipe",
"shape_params": {
"r": {
"min": 0.005,
"max": 0.15,
"initial": 0.03
},
"t": {
"min": 0.001,
"max": 0.02,
"initial": 0.005
}
}
},
"_metadata": {
"optimal_mass": 303.41541894468946,
"generation_method": "ground_structure_lp",
"degradation_steps": 3
}
}