Updated argon expansion
This commit is contained in:
parent
352a5578cc
commit
bcd1f1a124
834 changed files with 750158 additions and 1073 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"output": {
|
||||
"path": "./runs/Argon_Expansion/",
|
||||
"triggerOutput": 10,
|
||||
"triggerOutput": 100,
|
||||
"cpuTime": false,
|
||||
"numColl": true,
|
||||
"folder": "CX_case"
|
||||
|
|
@ -9,32 +9,29 @@
|
|||
"geometry": {
|
||||
"dimension": 2,
|
||||
"type": "Cyl",
|
||||
"meshType": "gmsh2",
|
||||
"meshFile": "mesh.msh"
|
||||
"meshType": "vtu",
|
||||
"meshFile": "mesh.vtu"
|
||||
},
|
||||
"species": [
|
||||
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 1.0e8, "ion": "Argon+"},
|
||||
{"name": "Argon", "type": "neutral", "mass": 6.633e-26, "weight": 1.0e8, "ion": "Argon+"},
|
||||
{"name": "Argon+", "type": "charged", "mass": 6.633e-26, "weight": 1.0e8, "charge": 1.0, "neutral": "Argon"}
|
||||
],
|
||||
"boundary": [
|
||||
{"name": "Injection", "physicalSurface": 1, "bTypes": [
|
||||
{"type": "transparent"},
|
||||
{"type": "transparent"}
|
||||
]},
|
||||
{"name": "Exterior", "physicalSurface": 2, "bTypes": [
|
||||
{"type": "transparent"},
|
||||
{"type": "transparent"}
|
||||
]},
|
||||
{"name": "Axis", "physicalSurface": 3, "bTypes": [
|
||||
{"type": "axis"},
|
||||
{"type": "axis"}
|
||||
]}
|
||||
"boundaries": {
|
||||
"particles": [
|
||||
{"name": "Transparent", "type": "transparent"},
|
||||
{"name": "Axis", "type": "axis"}
|
||||
]
|
||||
},
|
||||
"physicalSurfaces": [
|
||||
{"index": 1, "particles":["Axis", "Axis"]},
|
||||
{"index": 2, "particles":["Transparent", "Transparent"]},
|
||||
{"index": 3, "particles":["Transparent", "Transparent"]}
|
||||
],
|
||||
"inject": [
|
||||
{"name": "Exhausts Ar", "species": "Argon", "flow": 0.7, "units": "sccm", "v": 300.0, "T": [300.0, 300.0, 300.0],
|
||||
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [1, 0, 0], "physicalSurface": 1},
|
||||
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [1, 0, 0], "physicalSurface": 3},
|
||||
{"name": "Exhausts Ar+", "species": "Argon+", "flow": 0.3, "units": "sccm", "v": 40000.0, "T": [300.0, 300.0, 300.0],
|
||||
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [1, 0, 0], "physicalSurface": 1}
|
||||
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [1, 0, 0], "physicalSurface": 3}
|
||||
],
|
||||
"reference": {
|
||||
"density": 1.0e19,
|
||||
|
|
@ -43,13 +40,14 @@
|
|||
"radius": 1.88e-10
|
||||
},
|
||||
"solver": {
|
||||
"tau": [1.0e-6, 1.0e-6],
|
||||
"finalTime": 4.0e-3,
|
||||
"tau": [1.0e-7, 1.0e-7],
|
||||
"finalTime": 1.0e-3,
|
||||
"pusher": ["Neutral", "Neutral"],
|
||||
"WeightingScheme": "Volume"
|
||||
},
|
||||
"interactions": {
|
||||
"folderCollisions": "./data/collisions/",
|
||||
"timeStep": 1.0e-5,
|
||||
"collisions": [
|
||||
{"species_i": "Argon", "species_j": "Argon",
|
||||
"cTypes": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue