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
550 B
25 lines
550 B
2 years ago
|
{
|
||
|
"material": [1e5, 0.3, 1e3],
|
||
|
"mshFilePath": "/home/cflin/Documents/CppField/source/RigidElasticSim/sim-test/rigid-test/rearAxle-mod/rearAxle-mod_.msh",
|
||
|
|
||
|
"DBC": [
|
||
|
{
|
||
|
"min": [-0.1, 0.4, -0.1],
|
||
|
"max": [0.6, 0.6, 1.1]
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"NBC": [
|
||
|
{
|
||
|
"min": [-0.1, 0.8, -0.1],
|
||
|
"max": [1.1, 1.1, 1.1],
|
||
|
"force": [1, 0, 0]
|
||
|
},
|
||
|
{
|
||
|
"min": [-0.1, -0.1, -0.1],
|
||
|
"max": [1.1, 0.2, 1.1],
|
||
|
"force": [1, 0, 0]
|
||
|
}
|
||
|
]
|
||
|
}
|