DesignBench / problems /auto_problem_091.json
littleshark2000's picture
Upload folder using huggingface_hub
e30e8ac verified
{
"problem_id": "auto_problem_091",
"description": "Truss optimization problem (ground structure variant 91)",
"topology": {
"joints": [
{
"id": 0,
"position": [
0.0,
0.0,
0.0
],
"support": "pinned"
},
{
"id": 1,
"position": [
4.993451819830561,
0.0,
0.0
],
"support": null
},
{
"id": 2,
"position": [
9.986903639661122,
0.0,
0.0
],
"support": "roller_y"
},
{
"id": 3,
"position": [
0.0,
1.7820207127142014,
0.0
],
"support": null
},
{
"id": 4,
"position": [
4.993451819830561,
1.7820207127142014,
0.0
],
"support": null
},
{
"id": 5,
"position": [
9.986903639661122,
1.7820207127142014,
0.0
],
"support": null
}
],
"members": [
{
"joints": [
0,
1
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.0464547513736561,
"t": 0.006830914661562028
}
},
{
"joints": [
1,
2
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04672828451035966,
"t": 0.006871136198836063
}
},
{
"joints": [
3,
4
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04131363011640812,
"t": 0.0060749411704861785
}
},
{
"joints": [
0,
3
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.03076743351432259,
"t": 0.00452418119733616
}
},
{
"joints": [
1,
4
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.02272298962918612,
"t": 0.0033412901462766616
}
},
{
"joints": [
2,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.032998918251711036,
"t": 0.003282815190527744
}
},
{
"joints": [
0,
4
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.048553012336187036,
"t": 0.0071394523492884976
}
},
{
"joints": [
1,
3
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.043175505923539644,
"t": 0.006348719726454399
}
},
{
"joints": [
1,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04275366582562223,
"t": 0.006286690469500224
}
}
]
},
"loading": [
{
"joint": 3,
"force": [
0.0,
-39884.373382388105,
0.0
]
},
{
"joint": 4,
"force": [
0.0,
-36506.33780421059,
0.0
]
},
{
"joint": 5,
"force": [
0.0,
-55939.78351270834,
0.0
]
}
],
"goals": {
"minimum_fos_buckling": 1.5,
"minimum_fos_yielding": 1.5,
"maximum_mass": 250.39413660823678
},
"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": 227.63103328021523,
"generation_method": "ground_structure_lp",
"degradation_steps": 4
}
}