Double mesh not working

This commit is contained in:
Jorge Gonzalez 2026-03-01 09:57:24 +01:00
commit 2fecb02ddc

View file

@ -8,29 +8,26 @@
"geometry": {
"dimension": 2,
"type": "Cyl",
"meshType": "gmsh2",
"meshFile": "mesh.msh",
"meshCollisions": "meshColl.msh"
"meshType": "vtu",
"meshFile": "mesh.vtu",
"meshCollisions": "meshColl.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],