Skip to content

Commit

Permalink
Add wall mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed Jun 28, 2024
1 parent 033d322 commit 24fc581
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mappings/wall/globals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"r_values": [1.9, 1.5551043, 1.5551043, 1.4079306, 1.4079306, 1.0399311, 1.0399311, 1.9, 1.9, 0.56493068, 0.56493068, 0.78350002, 0.78350002, 0.58259028, 0.4165, 0.28, 0.28, 0.1952444, 0.1952444, 0.28, 0.28, 0.4165, 0.58259028, 0.78350002, 0.78350002, 0.56493068, 0.56493068, 1.9, 1.9, 1.0399311, 1.0399311, 1.4079306, 1.4079306, 1.5551043, 1.5551043, 1.9, 1.9],
"z_values": [0.405, 0.405, 0.82250023, 0.82250023, 1.0330003, 1.0330003, 1.1950001, 1.1950001, 1.825, 1.825, 1.7280816, 1.7280816, 1.7155817, 1.5470001, 1.5470001, 1.6835001, 1.2290885, 1.0835, -1.0835, -1.2290885, -1.6835001, -1.5470001, -1.5470001, -1.7155817, -1.7280816, -1.7280816, -1.825, -1.825, -1.1950001, -1.1950001, -1.0330003, -1.0330003, -0.82250023, -0.82250023, -0.405, -0.405, 0.405]
}
48 changes: 48 additions & 0 deletions mappings/wall/mappings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"ids_properties/homogeneous_time":
{
"MAP_TYPE": "VALUE",
"VALUE": 2
},
"description_2d":
{
"MAP_TYPE": "VALUE",
"VALUE": 1
},
"description_2d[#]/type/index":
{
"MAP_TYPE": "VALUE",
"VALUE": "{{ indices.0 }}"
},
"description_2d[#]/type/name":
{
"MAP_TYPE": "VALUE",
"VALUE": "MAST limiter"
},
"description_2d[#]/type/description":
{
"MAP_TYPE": "VALUE",
"VALUE": "MAST limiter"
},
"description_2d[#]/limiter/unit":
{
"MAP_TYPE": "VALUE",
"VALUE": 1
},
"description_2d[#]/limiter/unit[#]/closed":
{
"MAP_TYPE": "VALUE",
"VALUE": 1
},
"description_2d[#]/limiter/unit[#]/outline/r":
{
"MAP_TYPE": "VALUE",
"VALUE": [1.9, 1.5551043, 1.5551043, 1.4079306, 1.4079306, 1.0399311, 1.0399311, 1.9, 1.9, 0.56493068, 0.56493068, 0.78350002, 0.78350002, 0.58259028, 0.4165, 0.28, 0.28, 0.1952444, 0.1952444, 0.28, 0.28, 0.4165, 0.58259028, 0.78350002, 0.78350002, 0.56493068, 0.56493068, 1.9, 1.9, 1.0399311, 1.0399311, 1.4079306, 1.4079306, 1.5551043, 1.5551043, 1.9, 1.9]
},

"description_2d[#]/limiter/unit[#]/outline/z":
{
"MAP_TYPE": "VALUE",
"VALUE": [0.405, 0.405, 0.82250023, 0.82250023, 1.0330003, 1.0330003, 1.1950001, 1.1950001, 1.825, 1.825, 1.7280816, 1.7280816, 1.7155817, 1.5470001, 1.5470001, 1.6835001, 1.2290885, 1.0835, -1.0835, -1.2290885, -1.6835001, -1.5470001, -1.5470001, -1.7155817, -1.7280816, -1.7280816, -1.825, -1.825, -1.1950001, -1.1950001, -1.0330003, -1.0330003, -0.82250023, -0.82250023, -0.405, -0.405, 0.405]
},
}

0 comments on commit 24fc581

Please sign in to comment.