Small modifications to 1D input files to make them start from a small

x/r position to avoid huge fields in Radial case when r -> 0 due to
charge accumulation.

Added a Gnuplot script to plot both potential profiles extracted from
Gmsh.
This commit is contained in:
Jorge Gonzalez 2021-01-23 10:58:39 +01:00
commit 2eae95002d
5 changed files with 29833 additions and 10011 deletions

View file

@ -34,12 +34,12 @@
{"name": "Infinite", "type": "dirichlet", "potential": 0.0, "physicalSurface": 2}
],
"inject": [
{"name": "Cathode Electron", "species": "Electron", "flow": 9.0e-5, "units": "A", "v": 27500.0, "T": [2500.0, 2500.0, 2500.0],
{"name": "Cathode Electron", "species": "Electron", "flow": 1.0e-3, "units": "A", "v": 27500.0, "T": [2500.0, 2500.0, 2500.0],
"velDist": ["Maxwellian", "Maxwellian", "Maxwellian"], "n": [ 1, 0, 0], "physicalSurface": 1}
],
"case": {
"tau": [1.0e-11],
"time": 1.0e-6,
"time": 1.0e-7,
"pusher": ["1DRadCharged"],
"EMSolver": "Electrostatic"
},