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:
parent
81e2202959
commit
2eae95002d
5 changed files with 29833 additions and 10011 deletions
|
|
@ -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": ["1DCartCharged"],
|
||||
"EMSolver": "Electrostatic"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue