-
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.
Flux injection from EB: Pick a random point instead of the centroid (#…
…5493) Co-authored-by: Remi Lehe <[email protected]>
- Loading branch information
1 parent
ceb172e
commit 98a14f2
Showing
11 changed files
with
72 additions
and
82 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
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
2 changes: 1 addition & 1 deletion
2
Examples/Tests/flux_injection/inputs_test_2d_flux_injection_from_eb
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
2 changes: 1 addition & 1 deletion
2
Examples/Tests/flux_injection/inputs_test_3d_flux_injection_from_eb
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
2 changes: 1 addition & 1 deletion
2
Examples/Tests/flux_injection/inputs_test_rz_flux_injection_from_eb
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
12 changes: 6 additions & 6 deletions
12
Regression/Checksum/benchmarks_json/test_2d_flux_injection_from_eb.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,11 +1,11 @@ | ||
{ | ||
"lev=0": {}, | ||
"electron": { | ||
"particle_momentum_x": 3.4911323396038835e-19, | ||
"particle_momentum_y": 2.680312173420972e-20, | ||
"particle_momentum_z": 3.4918430443688734e-19, | ||
"particle_position_x": 17950.08139982036, | ||
"particle_position_y": 17949.47183079554, | ||
"particle_weight": 6.269e-08 | ||
"particle_momentum_x": 1.4013860393698154e-18, | ||
"particle_momentum_y": 1.0934049057929508e-19, | ||
"particle_momentum_z": 1.4066623146535866e-18, | ||
"particle_position_x": 72129.9049362857, | ||
"particle_position_y": 72178.76505490103, | ||
"particle_weight": 6.279375e-08 | ||
} | ||
} |
16 changes: 8 additions & 8 deletions
16
Regression/Checksum/benchmarks_json/test_3d_flux_injection_from_eb.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,12 +1,12 @@ | ||
{ | ||
"lev=0": {}, | ||
"electron": { | ||
"particle_momentum_x": 2.1855512033870577e-18, | ||
"particle_momentum_y": 2.1826030840183147e-18, | ||
"particle_momentum_z": 2.181852403122796e-18, | ||
"particle_position_x": 111042.81925863726, | ||
"particle_position_y": 111012.52928910403, | ||
"particle_position_z": 111015.90903542604, | ||
"particle_weight": 2.4775750000000003e-07 | ||
"particle_momentum_x": 1.7587772989573373e-17, | ||
"particle_momentum_y": 1.7608560965806728e-17, | ||
"particle_momentum_z": 1.7596701993624562e-17, | ||
"particle_position_x": 902783.9285213391, | ||
"particle_position_y": 902981.7980528818, | ||
"particle_position_z": 902777.1246066706, | ||
"particle_weight": 2.503818749999996e-07 | ||
} | ||
} | ||
} |
16 changes: 8 additions & 8 deletions
16
Regression/Checksum/benchmarks_json/test_rz_flux_injection_from_eb.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,12 +1,12 @@ | ||
{ | ||
"lev=0": {}, | ||
"electron": { | ||
"particle_momentum_x": 3.3665608248716305e-19, | ||
"particle_momentum_y": 3.392690322852239e-19, | ||
"particle_momentum_z": 5.254577143779578e-19, | ||
"particle_position_x": 26933.772112044953, | ||
"particle_position_y": 26926.994273876346, | ||
"particle_theta": 29492.77423173835, | ||
"particle_weight": 2.4953304765944705e-07 | ||
"particle_momentum_x": 1.3547613622259754e-18, | ||
"particle_momentum_y": 1.3539614160696825e-18, | ||
"particle_momentum_z": 2.102305484242805e-18, | ||
"particle_position_x": 108281.74349700565, | ||
"particle_position_y": 108222.91506078152, | ||
"particle_theta": 118597.06004310239, | ||
"particle_weight": 2.5087578786544294e-07 | ||
} | ||
} | ||
} |
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