diff options
author | 2023-02-21 09:05:16 -0800 | |
---|---|---|
committer | 2023-02-21 09:05:16 -0800 | |
commit | 8f31cea2a47749ca697b64a93837842f990312ed (patch) | |
tree | 155ec4b9d31063b407797203c2fa7202117ecd4c /Examples/Tests/repelling_particles/inputs_2d | |
parent | 7eae30870646a2efbdf9164d46c75e540251e5f0 (diff) | |
download | WarpX-8f31cea2a47749ca697b64a93837842f990312ed.tar.gz WarpX-8f31cea2a47749ca697b64a93837842f990312ed.tar.zst WarpX-8f31cea2a47749ca697b64a93837842f990312ed.zip |
Renamed "particle_vel" to "particle_mom" (#3672)
* Renamed particle_vel to particle_mom
* Changed vel to u
* Updated gitignore with vscode-specific folder
* Updated docs for single particle
* Revert "Updated gitignore with vscode-specific folder"
This reverts commit cb44ef8d66c123daa93d6a13d5a1d88416e866bb.
* Fixed typo
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixed other typo
* Add species indication in warning
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'Examples/Tests/repelling_particles/inputs_2d')
-rw-r--r-- | Examples/Tests/repelling_particles/inputs_2d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Tests/repelling_particles/inputs_2d b/Examples/Tests/repelling_particles/inputs_2d index 77c3850bd..a4abd67c9 100644 --- a/Examples/Tests/repelling_particles/inputs_2d +++ b/Examples/Tests/repelling_particles/inputs_2d @@ -31,7 +31,7 @@ electron1.charge = q_e electron1.mass = m_e electron1.injection_style = "singleparticle" electron1.single_particle_pos = 1.e-6 0. 0. -electron1.single_particle_vel = 0. 0. 0. +electron1.single_particle_u = 0. 0. 0. electron1.single_particle_weight = 5.e12 electron1.initialize_self_fields = 1 @@ -39,7 +39,7 @@ electron2.charge = q_e electron2.mass = m_e electron2.injection_style = "singleparticle" electron2.single_particle_pos = -1.e-6 0. 0. -electron2.single_particle_vel = 0. 0. 0. +electron2.single_particle_u = 0. 0. 0. electron2.single_particle_weight = 5.e12 electron2.initialize_self_fields = 1 |