Skip to content

Commit

Permalink
📝 3D Dambreak
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Dec 29, 2019
1 parent dca7a3b commit 8ad5516
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
45 changes: 45 additions & 0 deletions 3d/dam-break/entity_sets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"node_sets" : [
{
"id" : 0,
"set" : [
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27,
29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55,
57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83,
85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111,
113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139,
141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167,
169, 171, 173, 175, 177, 179, 181, 183, 185, 187, 189, 191, 193, 195,
197, 199, 201, 203, 205, 207, 209, 211, 213, 215, 217, 219, 221, 223,
225, 227, 229, 231, 233, 235, 237, 239, 241, 0, 2, 4, 6, 8,
10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36,
38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64,
66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92,
94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120,
122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148,
150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176,
178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204,
206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232,
234, 236, 238, 240
]
},
{
"id" : 1,
"set" : [
1, 23, 45, 67, 89, 111, 133, 155, 177, 199, 221,
0, 22, 44, 66, 88, 110, 132, 154, 176, 198, 220,
21, 43, 65, 87, 109, 131, 153, 175, 197, 219, 241,
20, 42, 64, 86, 108, 130, 152, 174, 196, 218, 240
]
},
{
"id" : 2,
"set" : [
1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11,
10, 13, 12, 15, 14, 17, 16, 19, 18, 21, 20,
220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230,
231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241
]
}
]
}
19 changes: 18 additions & 1 deletion 3d/dam-break/mpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,30 @@
"title" : "3D Dam break",
"mesh": {
"mesh": "mesh.txt",
"entity_sets": "entity_sets.json",
"cell_type": "ED3H8",
"check_duplicates": true,
"isoparametric": false,
"io_type": "Ascii3D",
"node_type": "N3D",
"boundary_conditions": {
"velocity_constraints": "velocity-constraints.txt"
"velocity_constraints": [
{
"nset_id" : 0,
"dir": 0,
"velocity": 0.00
},
{
"nset_id" : 1,
"dir": 1,
"velocity": 0.00
},
{
"nset_id" : 2,
"dir": 2,
"velocity": 0.00
}
]
}
},
"particles": [
Expand Down

0 comments on commit 8ad5516

Please sign in to comment.