The geometry and push structure has been reworked to allow eassy adding new pushers. Documentation not updated yet. Baseline for merging Cartesian pushers into one.
64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"output": {
|
|
"path": "./runs/cylFlow/",
|
|
"triggerOutput": 10,
|
|
"cpuTime": true,
|
|
"numColl": true
|
|
},
|
|
"geometry": {
|
|
"dimension": 2,
|
|
"type": "Cyl",
|
|
"meshType": "gmsh2",
|
|
"meshFile": "meshSingle.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
|
|
},
|
|
"solver": {
|
|
"tau": [5.0e-7],
|
|
"finalTime": 1.0e-3,
|
|
"pusher": ["Neutral"],
|
|
"WeightingScheme": "Volume"
|
|
},
|
|
"interactions": {
|
|
"folderCollisions": "./data/collisions/",
|
|
"collisions": [
|
|
{"species_i": "Argon", "species_j": "Argon",
|
|
"cTypes": [
|
|
{"type": "elastic", "crossSection": "EL_Ar-Ar.dat"}
|
|
]}
|
|
]
|
|
},
|
|
"parallel": {
|
|
"OpenMP":{
|
|
"nThreads": 24
|
|
}
|
|
}
|
|
}
|