Maxwellian and Diract Delta distributions have been implemented. The input for injection of particles should be rewritten to allow more clear input file.
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"output": {
|
|
"path": "./runs/cylFlow/",
|
|
"triggerOutput": 10,
|
|
"cpuTime": true,
|
|
"numColl": false
|
|
},
|
|
"geometry": {
|
|
"type": "2DCyl",
|
|
"meshType": "gmsh",
|
|
"meshFile": "mesh.msh"
|
|
},
|
|
"species": [
|
|
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e8}
|
|
],
|
|
"boundary": [
|
|
{"name": "Injection", "type": "absorption", "physicalSurface": 1},
|
|
{"name": "Chamber Walls", "type": "reflection", "physicalSurface": 2},
|
|
{"name": "Exterior", "type": "absorption", "physicalSurface": 3},
|
|
{"name": "Cylinder Walls", "type": "reflection", "physicalSurface": 4},
|
|
{"name": "Axis", "type": "axis", "physicalSurface": 5}
|
|
],
|
|
"inject": [
|
|
{"name": "Nozzle", "species": "Argon", "flow": 10.0, "units": "sccm", "v": 300.0, "T": [300.0, 300.0, 300.0],
|
|
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [1, 0, 0], "physicalSurface": 1}
|
|
],
|
|
"reference": {
|
|
"density": 1.0e20,
|
|
"mass": 6.633e-26,
|
|
"temperature": 300.0,
|
|
"radius": 1.88e-10
|
|
},
|
|
"case": {
|
|
"tau": [6.0e-7],
|
|
"time": 3.0e-3,
|
|
"pusher": ["2DCylNeutral"],
|
|
"NAScheme": "Volume"
|
|
},
|
|
"interactions": {
|
|
"folderCollisions": "./data/collisions/",
|
|
"collisions": [
|
|
{"species_i": "Argon", "species_j": "Argon", "crossSections": ["Ar-Ar_Elastic.dat"]}
|
|
]
|
|
},
|
|
"parallel": {
|
|
"OpenMP":{
|
|
"nThreads": 8
|
|
}
|
|
}
|
|
}
|