Browse Source

fixed .gitignore

master
cflin 2 years ago
parent
commit
dfa5dc2d2b
  1. 2
      .gitignore
  2. 19
      sim-test/rigid-test/cube/config.json
  3. 24
      sim-test/rigid-test/rearAxle-mod/config.json
  4. 19
      sim-test/rigid-test/rocker-arm/config.json

2
.gitignore

@ -33,4 +33,4 @@
build/*
cmake-*/
.github/
sim-test/*/*.json
sim-test/rigid-test/*/*.json

19
sim-test/rigid-test/cube/config.json

@ -1,19 +0,0 @@
{
"material": [2e11, 0.3, 1e3],
"mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/cube/cube_9743.msh",
"DBC": [
{
"min": [-0.001, -0.001, -0.001],
"max": [1.001, 0.001, 1.001]
}
],
"NBC": [
{
"min": [-0.001, 0.999, -0.001],
"max": [1.001, 1.001, 1.001],
"force": [0, -1, 0]
}
]
}

24
sim-test/rigid-test/rearAxle-mod/config.json

@ -1,24 +0,0 @@
{
"material": [1e5, 0.3, 1e3],
"mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/rearAxle-mod/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]
}
]
}

19
sim-test/rigid-test/rocker-arm/config.json

@ -1,19 +0,0 @@
{
"material": [1e5, 0.3, 1e3],
"mshFilePath": "/home/cw/opt/StaticSimulation/sim-test/rigid-test/rocker-arm/rocker-arm_.msh",
"DBC": [
{
"min": [-0.001, 0.8, 0.8],
"max": [1.001, 1.1, 1.1]
}
],
"NBC": [
{
"min": [-0.001, 0.25, -0.001],
"max": [1.001, 0.4, 0.1],
"force": [0, -10, 0]
}
]
}
Loading…
Cancel
Save