Skip to content

Commit

Permalink
📝 3D dam break
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Dec 28, 2019
1 parent 01f9dc5 commit b5400c2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 113 deletions.
50 changes: 0 additions & 50 deletions 3d/dam-break/coarse/mpm.json

This file was deleted.

48 changes: 0 additions & 48 deletions 3d/dam-break/mpm-explicit-usl.json

This file was deleted.

38 changes: 23 additions & 15 deletions 3d/dam-break/mpm-explicit-usf.json → 3d/dam-break/mpm.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
{
"title" : "Element Test",
"input_files" : {
"mesh" : "mesh.txt",
"velocity_constraints" : "velocity-constraints.txt",
"particles" : "particles.txt"
},
"mesh" : {
"isoparametric": false,
"check_duplicates": true,
"title" : "3D Dam break",
"mesh": {
"mesh": "mesh.txt",
"cell_type": "ED3H8",
"mesh_reader": "Ascii3D",
"node_type": "N3D"
},
"particle": {
"material_id": 0,
"particle_type": "P3D"
"check_duplicates": true,
"isoparametric": false,
"io_type": "Ascii3D",
"node_type": "N3D",
"boundary_conditions": {
"velocity_constraints": "velocity-constraints.txt"
}
},
"particles": [
{
"generator": {
"check_duplicates": true,
"location": "particles.txt",
"io_type": "Ascii3D",
"particle_type": "P3D",
"material_id": 0,
"type": "file"
},
"set_id": 0
}
],
"materials" : [
{
"id" : 0,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Benchmark files for [MPM code](https://github.com/cb-geo/mpm)

* [Hydrostatic column](https://github.com/cb-geo/mpm-benchmarks/tree/develop/3d/hydrostatic_column)

* [Dam break](https://github.com/cb-geo/mpm-benchmarks/tree/develop/3d/dam-break)

0 comments on commit b5400c2

Please sign in to comment.