Forgot mesh file
This commit is contained in:
parent
7d884224f0
commit
1c28d08e44
8 changed files with 10348 additions and 12356 deletions
52
runs/1D_Cathode/mesh.csv
Normal file
52
runs/1D_Cathode/mesh.csv
Normal file
|
|
@ -0,0 +1,52 @@
|
||||||
|
Position(m),Physical ID
|
||||||
|
0.0,1
|
||||||
|
4e-05,0
|
||||||
|
8e-05,0
|
||||||
|
0.00012000000000000002,0
|
||||||
|
0.00016,0
|
||||||
|
0.0002,0
|
||||||
|
0.00024000000000000003,0
|
||||||
|
0.00028000000000000003,0
|
||||||
|
0.00032,0
|
||||||
|
0.00036,0
|
||||||
|
0.0004,0
|
||||||
|
0.00044,0
|
||||||
|
0.00048000000000000007,0
|
||||||
|
0.0005200000000000001,0
|
||||||
|
0.0005600000000000001,0
|
||||||
|
0.0006000000000000001,0
|
||||||
|
0.00064,0
|
||||||
|
0.00068,0
|
||||||
|
0.00072,0
|
||||||
|
0.00076,0
|
||||||
|
0.0008,0
|
||||||
|
0.00084,0
|
||||||
|
0.00088,0
|
||||||
|
0.00092,0
|
||||||
|
0.0009600000000000001,0
|
||||||
|
0.001,0
|
||||||
|
0.0010400000000000001,0
|
||||||
|
0.00108,0
|
||||||
|
0.0011200000000000001,0
|
||||||
|
0.00116,0
|
||||||
|
0.0012000000000000001,0
|
||||||
|
0.00124,0
|
||||||
|
0.00128,0
|
||||||
|
0.0013200000000000002,0
|
||||||
|
0.00136,0
|
||||||
|
0.0014000000000000002,0
|
||||||
|
0.00144,0
|
||||||
|
0.0014800000000000002,0
|
||||||
|
0.00152,0
|
||||||
|
0.0015600000000000002,0
|
||||||
|
0.0016,0
|
||||||
|
0.0016400000000000002,0
|
||||||
|
0.00168,0
|
||||||
|
0.0017200000000000002,0
|
||||||
|
0.00176,0
|
||||||
|
0.0018000000000000002,0
|
||||||
|
0.00184,0
|
||||||
|
0.0018800000000000002,0
|
||||||
|
0.0019200000000000003,0
|
||||||
|
0.0019600000000000004,0
|
||||||
|
0.002,2
|
||||||
|
|
|
@ -8,28 +8,25 @@
|
||||||
"geometry": {
|
"geometry": {
|
||||||
"dimension": 2,
|
"dimension": 2,
|
||||||
"type": "Cyl",
|
"type": "Cyl",
|
||||||
"meshType": "gmsh2",
|
"meshType": "vtu",
|
||||||
"meshFile": "meshSingle.msh"
|
"meshFile": "meshSingle.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],
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
3485
runs/cylFlow/mesh.vtu
Normal file
3485
runs/cylFlow/mesh.vtu
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3311
runs/cylFlow/meshColl.vtu
Normal file
3311
runs/cylFlow/meshColl.vtu
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3485
runs/cylFlow/meshSingle.vtu
Normal file
3485
runs/cylFlow/meshSingle.vtu
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue