Skip to content

Commit

Permalink
update string #141 and add authors' names #145
Browse files Browse the repository at this point in the history
  • Loading branch information
jobinhio committed Oct 14, 2022
1 parent d31f7d7 commit f6413d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion examples/modules/csm/examples/spring/spring.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ directory=toolboxes/solid/spring/

[solid]
json.filename=$cfgdir/spring.json
mesh.filename=girder:{file:5b03dfcbb0e957402704806d}
mesh.scale=1e-2
gmsh.partition=1

Expand Down
15 changes: 6 additions & 9 deletions examples/modules/csm/examples/spring/spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
"Metadata":
{
"version": "1",
"author": [""],
"author": ["vincentchabannes","prudhomm","lberti","jobinhio"],
"date": "23/09/2022",
"references":[""]
},
"Models":
{
"solid":
{
"equations":"Elasticity" // "Elasticity", "Hyper-Elasticity"
"setup":
{
"equations":"Elasticity", // "Elasticity", "Hyper-Elasticity"
"body-forces":"{0,0,-gravity*7850}:gravity"
}
}
},
"Meshes":
Expand Down Expand Up @@ -61,13 +65,6 @@
{
"markerBottom":{ "expr":"{0,0,-dispImposed}:dispImposed" }, // imposed displacement -> pulled down end of the spring
"markerTop":{ "expr":"{0,0,0}" } // imposed displacement (zero) -> fixed end of the spring
},
"VolumicForces":
{
"lumenVolume":
{
"expr":"{0,0,-gravity*7850}:gravity"
}
}
}
},
Expand Down

0 comments on commit f6413d8

Please sign in to comment.