forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General moving-window transformations in boosted-frame simulations (E…
…CP-WarpX#5226) * General moving-window transformations in boosted-frame simulations * Default speed of moving window to speed of boosted frame * Extend simulation volume enough so that particles don't exit * Include moving window speed in diag_lo and diag_hi transformations * Modify bounds so as to produce the same results as in previous versions --------- Co-authored-by: Remi Lehe <[email protected]>
- Loading branch information
Showing
8 changed files
with
94 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
Regression/Checksum/benchmarks_json/test_3d_hard_edged_quadrupoles_boosted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 3.254604354043409e-14, | ||
"By": 3.2768679907552955e-14, | ||
"Bz": 1.0615351421410278e-16, | ||
"Ex": 2.3084916770539354e-05, | ||
"Ey": 2.2657235922655432e-05, | ||
"Ez": 1.9978004351148e-05, | ||
"jx": 1.781971994166362e-10, | ||
"jy": 4.2163624424546344e-20, | ||
"jz": 1.0378980680353126e-07 | ||
}, | ||
"electron": { | ||
"particle_momentum_x": 5.955475926588059e-26, | ||
"particle_momentum_y": 1.4612764777454504e-35, | ||
"particle_momentum_z": 3.4687284535374423e-23, | ||
"particle_position_x": 0.049960237123814574, | ||
"particle_position_y": 8.397636119991403e-15, | ||
"particle_position_z": 0.10931687737912647, | ||
"particle_momentum_x": 5.955475927655105e-26, | ||
"particle_momentum_y": 1.4613271542201658e-35, | ||
"particle_momentum_z": 3.468728453537439e-23, | ||
"particle_position_x": 0.04996023704063194, | ||
"particle_position_y": 8.398113230295983e-15, | ||
"particle_position_z": 0.10931682580470406, | ||
"particle_weight": 1.0 | ||
}, | ||
"lev=0": { | ||
"Bx": 3.254531465641299e-14, | ||
"By": 3.2768092409497234e-14, | ||
"Bz": 1.0615286316115558e-16, | ||
"Ex": 2.30845657253269e-05, | ||
"Ey": 2.2656898931877975e-05, | ||
"Ez": 1.997747654112569e-05, | ||
"jx": 1.7819477343635878e-10, | ||
"jy": 4.2163030523377745e-20, | ||
"jz": 1.0378839382497739e-07 | ||
} | ||
} |
32 changes: 16 additions & 16 deletions
32
Regression/Checksum/benchmarks_json/test_3d_plasma_lens_boosted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 1.3073041371012706e-14, | ||
"By": 1.3033038210840872e-14, | ||
"Bz": 5.595105968291083e-17, | ||
"Ex": 2.801134785671445e-06, | ||
"Ey": 2.8088613469887243e-06, | ||
"Ez": 3.343430731047825e-06, | ||
"jx": 2.5155716299904363e-11, | ||
"jy": 2.013718424043256e-11, | ||
"jz": 6.00631499206418e-09 | ||
"Bx": 1.307357220398482e-14, | ||
"By": 1.3033571630685163e-14, | ||
"Bz": 5.594998319468307e-17, | ||
"Ex": 2.8010832905044288e-06, | ||
"Ey": 2.8088096742407935e-06, | ||
"Ez": 3.3433681277560495e-06, | ||
"jx": 2.5151718871714067e-11, | ||
"jy": 2.013398608921663e-11, | ||
"jz": 6.0063967622563335e-09 | ||
}, | ||
"electrons": { | ||
"particle_momentum_x": 7.437088723328491e-24, | ||
"particle_momentum_y": 5.9495056615288754e-24, | ||
"particle_momentum_z": 5.117548636687908e-22, | ||
"particle_position_x": 0.036489969262013186, | ||
"particle_position_y": 0.029201200231260247, | ||
"particle_position_z": 6.9681085285694095 | ||
"particle_momentum_x": 7.43708887164806e-24, | ||
"particle_momentum_y": 5.949505779760011e-24, | ||
"particle_momentum_z": 5.117548636790359e-22, | ||
"particle_position_x": 0.03648994812700447, | ||
"particle_position_y": 0.029201183320618985, | ||
"particle_position_z": 6.968107021318396 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters