Skip to content

Commit 453c632

Browse files
authored
Fix: Laser-Ion Example Gather (#3894)
Guarantee improved plasma stability for 2D with very low initial target temperature when using Esirkepov current deposition with energy-conserving field gather (default).
1 parent 162f263 commit 453c632

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

Examples/Physics_applications/laser_ion/inputs

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ boundary.field_hi = pml pml
3434
# Order of particle shape factors
3535
algo.particle_shape = 3
3636

37+
# improved plasma stability for 2D with very low initial target temperature
38+
# when using Esirkepov current deposition with energy-conserving field gather
39+
interpolation.galerkin_scheme = 0
40+
3741
# numerical tuning
3842
warpx.cfl = 0.999
3943
warpx.use_filter = 1 # bilinear current/charge filter
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
{
22
"electrons": {
3-
"particle_momentum_x": 3.924978793639722e-19,
3+
"particle_momentum_x": 3.856058278845215e-19,
44
"particle_momentum_y": 0.0,
5-
"particle_momentum_z": 1.6531781161630182e-18,
6-
"particle_position_x": 0.008174406825176781,
7-
"particle_position_y": 0.030854054377836164,
8-
"particle_weight": 2.6494574815747686e+17
5+
"particle_momentum_z": 1.633111056849423e-18,
6+
"particle_position_x": 0.008155341094488198,
7+
"particle_position_y": 0.03087362289643631,
8+
"particle_weight": 2.6462205036771795e+17
99
},
1010
"hydrogen": {
11-
"particle_momentum_x": 2.2282828780834146e-18,
12-
"particle_momentum_z": 1.0851862321717955e-18,
13-
"particle_orig_x": 0.008197167968750002,
14-
"particle_orig_z": 0.036522314453125,
15-
"particle_position_x": 0.008196791928459133,
16-
"particle_position_y": 0.03652051811944703,
17-
"particle_weight": 2.7152730477070458e+17
11+
"particle_momentum_x": 2.237944099185357e-18,
12+
"particle_momentum_z": 1.0744000122946915e-18,
13+
"particle_orig_x": 0.007768349609375002,
14+
"particle_orig_z": 0.035127407226562504,
15+
"particle_position_x": 0.007767975241766832,
16+
"particle_position_y": 0.03512562609400349,
17+
"particle_weight": 2.68584931046923e+17
1818
},
1919
"lev=0": {
2020
"Bx": 0.0,
21-
"By": 11404616.733041402,
21+
"By": 11399442.711372176,
2222
"Bz": 0.0,
23-
"Ex": 2032977227921656.0,
23+
"Ex": 2033057399920464.5,
2424
"Ey": 0.0,
25-
"Ez": 317987205247174.75,
26-
"jx": 1.6377970880819999e+19,
25+
"Ez": 339244862686685.9,
26+
"jx": 1.6477362358927364e+19,
2727
"jy": 0.0,
28-
"jz": 8.817456212655565e+18,
29-
"rho": 60944064977.941765,
30-
"rho_electrons": 17448235212566.305,
31-
"rho_hydrogen": 17441805684524.002
28+
"jz": 9.633815033523364e+18,
29+
"rho": 68121082972.17873,
30+
"rho_electrons": 17448735668294.348,
31+
"rho_hydrogen": 17441797017887.941
3232
}
33-
}
33+
}
34+

0 commit comments

Comments
 (0)