64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"output": {
|
|
"path": "./runs/cylFlow/",
|
|
"triggerOutput": 10,
|
|
"cpuTime": true,
|
|
"numColl": true
|
|
},
|
|
"geometry": {
|
|
"type": "2DCyl",
|
|
"meshType": "gmsh2",
|
|
"meshFile": "mesh.msh"
|
|
},
|
|
"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"}
|
|
]}
|
|
],
|
|
"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": [5.0e-7],
|
|
"time": 1.0e-3,
|
|
"pusher": ["2DCylNeutral"],
|
|
"WeightingScheme": "Volume"
|
|
},
|
|
"interactions": {
|
|
"folderCollisions": "./data/collisions/",
|
|
"meshCollisions": "meshColl.msh",
|
|
"collisions": [
|
|
{"species_i": "Argon", "species_j": "Argon",
|
|
"cTypes": [
|
|
{"type": "elastic", "crossSection": "EL_Ar-Ar.dat"}
|
|
]}
|
|
]
|
|
},
|
|
"parallel": {
|
|
"OpenMP":{
|
|
"nThreads": 24
|
|
}
|
|
}
|
|
}
|