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.
30 lines
348 B
30 lines
348 B
2 years ago
|
{
|
||
|
"material": {
|
||
|
"thermal_conductivity":1.0
|
||
|
},
|
||
|
|
||
|
"topology": {
|
||
|
"max_loop": 100,
|
||
|
"volfrac": 0.5,
|
||
|
"penal": 2.0,
|
||
|
"r_min": 1.5
|
||
|
},
|
||
|
"model": {
|
||
|
"regularModel": [25,25,25],
|
||
|
"visualObjModel":""
|
||
|
},
|
||
|
"NBC": [
|
||
|
{
|
||
|
"min": [0, 0, 0],
|
||
|
"max": [1, 1, 1],
|
||
|
"val": -1
|
||
|
}
|
||
|
|
||
|
],
|
||
|
"DBC": [
|
||
|
{
|
||
|
"min": [0, 0, 0],
|
||
|
"max": [1, 1, 0],
|
||
|
}
|
||
|
]
|
||
|
}
|