DesignBench / problems /auto_problem_095.json
littleshark2000's picture
Upload folder using huggingface_hub
e30e8ac verified
{
"problem_id": "auto_problem_095",
"description": "Truss optimization problem (ground structure variant 95)",
"topology": {
"joints": [
{
"id": 0,
"position": [
0.0,
0.0,
0.0
],
"support": "pinned"
},
{
"id": 1,
"position": [
4.06069960175395,
0.0,
0.0
],
"support": null
},
{
"id": 2,
"position": [
8.1213992035079,
0.0,
0.0
],
"support": null
},
{
"id": 3,
"position": [
12.182098805261852,
0.0,
0.0
],
"support": "roller_y"
},
{
"id": 4,
"position": [
0.0,
1.6527920990858815,
0.0
],
"support": null
},
{
"id": 5,
"position": [
4.06069960175395,
1.6527920990858815,
0.0
],
"support": null
},
{
"id": 6,
"position": [
8.1213992035079,
1.6527920990858815,
0.0
],
"support": null
},
{
"id": 7,
"position": [
12.182098805261852,
1.6527920990858815,
0.0
],
"support": null
}
],
"members": [
{
"joints": [
0,
1
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04618702710297538,
"t": 0.0035188794458242117
}
},
{
"joints": [
1,
2
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04983475948600396,
"t": 0.0025047383357295616
}
},
{
"joints": [
2,
3
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.038259599302403365,
"t": 0.002914907627428236
}
},
{
"joints": [
4,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.042785032194643795,
"t": 0.002000427356968777
}
},
{
"joints": [
5,
6
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.048856441102730026,
"t": 0.0037222557323123933
}
},
{
"joints": [
6,
7
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.03740444815272623,
"t": 0.002849755700741923
}
},
{
"joints": [
0,
4
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.022291067920007977,
"t": 0.001698303303962477
}
},
{
"joints": [
1,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.024380030233060207,
"t": 0.0018574563607312545
}
},
{
"joints": [
2,
6
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.012823497155389807,
"t": 0.0009769916661464344
}
},
{
"joints": [
3,
7
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.019563943959495407,
"t": 0.0014905302331937762
}
},
{
"joints": [
0,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04887136984325641,
"t": 0.0037233931174502845
}
},
{
"joints": [
1,
4
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.045268081395201866,
"t": 0.0034488671638970157
}
},
{
"joints": [
1,
6
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.03830107540262653,
"t": 0.0029180675925899453
}
},
{
"joints": [
2,
5
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04072682121252648,
"t": 0.003102879380805281
}
},
{
"joints": [
2,
7
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.03956913214793909,
"t": 0.0030146778118896322
}
},
{
"joints": [
3,
6
],
"material": "6061_T6_Aluminum",
"shape": {
"type": "Pipe",
"r": 0.04047488196297434,
"t": 0.003083684730219332
}
}
]
},
"loading": [
{
"joint": 5,
"force": [
0.0,
-49487.558245587104,
0.0
]
}
],
"goals": {
"minimum_fos_buckling": 1.5,
"minimum_fos_yielding": 1.5,
"maximum_mass": 277.7208544818273
},
"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": 252.47350407438842,
"generation_method": "ground_structure_lp",
"degradation_steps": 6
}
}