Forgot mesh file
This commit is contained in:
parent
7d884224f0
commit
1c28d08e44
8 changed files with 10348 additions and 12356 deletions
|
|
@ -8,28 +8,25 @@
|
|||
"geometry": {
|
||||
"dimension": 2,
|
||||
"type": "Cyl",
|
||||
"meshType": "gmsh2",
|
||||
"meshFile": "meshSingle.msh"
|
||||
"meshType": "vtu",
|
||||
"meshFile": "meshSingle.vtu"
|
||||
},
|
||||
"species": [
|
||||
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e8}
|
||||
],
|
||||
"boundary": [
|
||||
{"name": "Injection", "physicalSurface": 1, "bTypes": [
|
||||
{"type": "transparent"}
|
||||
]},
|
||||
{"name": "Chamber Walls", "physicalSurface": 2, "bTypes": [
|
||||
{"type": "reflection"}
|
||||
]},
|
||||
{"name": "Exterior", "physicalSurface": 3, "bTypes": [
|
||||
{"type": "transparent"}
|
||||
]},
|
||||
{"name": "Cylinder Walls", "physicalSurface": 4, "bTypes": [
|
||||
{"type": "reflection"}
|
||||
]},
|
||||
{"name": "Axis", "physicalSurface": 5, "bTypes": [
|
||||
{"type": "axis"}
|
||||
]}
|
||||
"boundaries": {
|
||||
"particles": [
|
||||
{"name": "Transparent", "type": "transparent"},
|
||||
{"name": "Reflection", "type": "reflection"},
|
||||
{"name": "Axis", "type": "axis"}
|
||||
],
|
||||
},
|
||||
"physicalSurfaces": [
|
||||
{"index": 1, "particles":["Transparent"]},
|
||||
{"index": 2, "particles":["Reflection"]},
|
||||
{"index": 3, "particles":["Transparent"]},
|
||||
{"index": 4, "particles":["Reflection"]},
|
||||
{"index": 5, "particles":["Axis"]},
|
||||
],
|
||||
"inject": [
|
||||
{"name": "Nozzle", "species": "Argon", "flow": 10.0, "units": "sccm", "v": 300.0, "T": [300.0, 300.0, 300.0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue