-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Test New v. Legacy BTD in
RigidInjection_BTD
(#3327)
* Improve Testing of New v. Legacy BTD * openPMD: Flush Series before Accessing Arrays Co-authored-by: Ryan Sandberg <[email protected]> * Add Checksums for RigidInjection_BTD (BTD data) * Compare Also Particle Momenta (BTD data) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Ryan Sandberg <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Ryan Sandberg <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6ae2472
commit 4d3914d
Showing
3 changed files
with
107 additions
and
38 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
22 changes: 22 additions & 0 deletions
22
Regression/Checksum/benchmarks_json/RigidInjection_BTD.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"beam": { | ||
"particle_momentum_x": 2.2080215038948936e-16, | ||
"particle_momentum_y": 2.18711072170811e-16, | ||
"particle_momentum_z": 2.730924530737497e-15, | ||
"particle_position_x": 0.0260823588888081, | ||
"particle_position_y": 0.5049438607316916, | ||
"particle_weight": 62415.090744607645 | ||
}, | ||
"lev=0": { | ||
"Bx": 3.721807007218884e-05, | ||
"By": 0.004860056238272468, | ||
"Bz": 5.5335765596325185e-06, | ||
"Ex": 1466447.517373168, | ||
"Ey": 11214.10223280318, | ||
"Ez": 283216.0961218869, | ||
"jx": 16437877.898892513, | ||
"jy": 2492340.3149980404, | ||
"jz": 215102423.57036877, | ||
"rho": 0.7246235591902177 | ||
} | ||
} |