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.
25 lines
477 B
25 lines
477 B
1 year ago
|
{
|
||
|
"material": [1e5, 0.3, 1e3],
|
||
|
"mshFilePath": "@LOCAL_DIR@/rearAxle-mod_.msh",
|
||
|
|
||
|
"DBC": [
|
||
|
{
|
||
|
"min": [-0.01, 0.4, 0.3],
|
||
|
"max": [0.07, 0.6, 0.6]
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"NBC": [
|
||
|
{
|
||
|
"min": [0.3, -0.01, 0.2],
|
||
|
"max": [0.6, 0.05, 0.6],
|
||
|
"force": [0, 1, 0]
|
||
|
},
|
||
|
{
|
||
|
"min": [0.3, 0.95, 0.2],
|
||
|
"max": [0.6, 1.01, 0.6],
|
||
|
"force": [0, -1, 0]
|
||
|
}
|
||
|
]
|
||
|
}
|