You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
498 B

2 years ago
{
"material": {
"E": 1.0,
"poisson_ratio": 0.3
},
"topology": {
2 years ago
"max_loop": 100,
2 years ago
"volfrac": 0.5,
2 years ago
"penal": 3.0,
2 years ago
"r_min": 1.5
},
"model": {
"regular_model": {
2 years ago
"lx": 2,
2 years ago
"ly": 20,
2 years ago
"lz": 30
2 years ago
},
"visual_model":"2-box-refined.obj"
},
"NBC": [
{
2 years ago
"min": [0, 1, 0],
"max": [1, 1, 0],
2 years ago
"val": [0.0, 0.0, -1.0]
}
],
"DBC": [
{
"min": [0, 0, 0],
2 years ago
"max": [1, 0, 1],
2 years ago
"dir": [1, 1, 1]
}
]
}