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.

76 lines
1.4 KiB

2 years ago
{
"material": {
"E": 2e11,
2 years ago
"poisson_ratio": 0.3,
"thermal_conductivity":43, "unit": "W/(m*K)",
"thermal_expansion_coefficient": 1.21e-5, "unit": "1/K"
2 years ago
},
"topology": {
2 years ago
"max_loop": 150,
2 years ago
"volfrac": 0.5,
2 years ago
"penal": 3.0,
2 years ago
"r_min": 1.5,
"T_ref": 295,
2 years ago
"T_limit": 325,
"R_E": 8,
"R_lambda": 8,
2 years ago
"R_beta":0
2 years ago
},
"model": {
"regular_model": {
"lx": 1,
"ly": 50,
"lz": 35
2 years ago
},
"visual_model":"2-box-refined.obj"
},
"mechanical_boundary_condition":{
"NBC": [
{
"min": [0, 0.5, 0.5],
"max": [1, 0.5, 0.5],
2 years ago
"val": [0.0, 0.0, -1.5e9]
2 years ago
}
],
"DBC": [
{
"min": [0, 0, 0],
"max": [1, 0, 1],
"dir": [1, 1, 1]
},
{
"min": [0, 1, 0],
"max": [1, 1, 1],
"dir": [1, 1, 1]
2 years ago
}
]
},
"thermal_boundary_condition": {
"NBC": [
{
"min": [0, 0.2, 0.5],
"max": [1, 0.2, 0.5],
2 years ago
"heat_flux": 12.35, "unit": "W"
2 years ago
},
{
"min": [0, 0.8, 0.5],
"max": [1, 0.8, 0.5],
2 years ago
"heat_flux": 12.35, "unit": "W"
2 years ago
}
],
"DBC": [
{
"min": [0, 0, 0],
"max": [1, 1, 0],
2 years ago
"temperature": 312, "unit": "K"
},
{
"min": [0, 0, 1],
"max": [1, 1, 1],
2 years ago
"temperature": 312, "unit": "K"
2 years ago
}
]
}
}