Double mesh not working
This commit is contained in:
parent
1c28d08e44
commit
2fecb02ddc
1 changed files with 16 additions and 19 deletions
|
|
@ -8,29 +8,26 @@
|
||||||
"geometry": {
|
"geometry": {
|
||||||
"dimension": 2,
|
"dimension": 2,
|
||||||
"type": "Cyl",
|
"type": "Cyl",
|
||||||
"meshType": "gmsh2",
|
"meshType": "vtu",
|
||||||
"meshFile": "mesh.msh",
|
"meshFile": "mesh.vtu",
|
||||||
"meshCollisions": "meshColl.msh"
|
"meshCollisions": "meshColl.vtu"
|
||||||
},
|
},
|
||||||
"species": [
|
"species": [
|
||||||
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e8}
|
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e8}
|
||||||
],
|
],
|
||||||
"boundary": [
|
"boundaries": {
|
||||||
{"name": "Injection", "physicalSurface": 1, "bTypes": [
|
"particles": [
|
||||||
{"type": "transparent"}
|
{"name": "Transparent", "type": "transparent"},
|
||||||
]},
|
{"name": "Reflection", "type": "reflection"},
|
||||||
{"name": "Chamber Walls", "physicalSurface": 2, "bTypes": [
|
{"name": "Axis", "type": "axis"}
|
||||||
{"type": "reflection"}
|
],
|
||||||
]},
|
},
|
||||||
{"name": "Exterior", "physicalSurface": 3, "bTypes": [
|
"physicalSurfaces": [
|
||||||
{"type": "transparent"}
|
{"index": 1, "particles":["Transparent"]},
|
||||||
]},
|
{"index": 2, "particles":["Reflection"]},
|
||||||
{"name": "Cylinder Walls", "physicalSurface": 4, "bTypes": [
|
{"index": 3, "particles":["Transparent"]},
|
||||||
{"type": "reflection"}
|
{"index": 4, "particles":["Reflection"]},
|
||||||
]},
|
{"index": 5, "particles":["Axis"]},
|
||||||
{"name": "Axis", "physicalSurface": 5, "bTypes": [
|
|
||||||
{"type": "axis"}
|
|
||||||
]}
|
|
||||||
],
|
],
|
||||||
"inject": [
|
"inject": [
|
||||||
{"name": "Nozzle", "species": "Argon", "flow": 10.0, "units": "sccm", "v": 300.0, "T": [300.0, 300.0, 300.0],
|
{"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