47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"output": {
|
|
"path": "./runs/cylFlow/",
|
|
"trigger": 10,
|
|
"cpuTime": true,
|
|
"numColl": true
|
|
},
|
|
"geometry": {
|
|
"type": "2DCyl",
|
|
"meshType": "gmsh",
|
|
"meshFile": "mesh.msh"
|
|
},
|
|
"species": [
|
|
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 5.0e6}
|
|
],
|
|
"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": 1.0, "units": "sccm", "v": 300.0, "T": [300.0, 300.0, 300.0], "n": [1, 0, 0], "physicalSurface": 1}
|
|
],
|
|
"reference": {
|
|
"density": 1.0e19,
|
|
"mass": 6.633e-26,
|
|
"temperature": 300.0,
|
|
"radius": 1.88e-10
|
|
},
|
|
"case": {
|
|
"tau": 6.e-7,
|
|
"time": 3.e-4
|
|
},
|
|
"interactions": {
|
|
"folderCollisions": "./data/collisions/",
|
|
"collisions": [
|
|
{"species_i": "Argon", "species_j": "Argon", "crossSections": ["Ar-Ar_Elastic.dat"]}
|
|
]
|
|
},
|
|
"parallel": {
|
|
"OpenMP":{
|
|
"nThreads": 24
|
|
}
|
|
}
|
|
}
|