diff options
author | 2019-09-25 09:32:24 -0700 | |
---|---|---|
committer | 2019-09-25 09:32:24 -0700 | |
commit | 37e55e10215f7a1c3b6d41e340ec314d19597375 (patch) | |
tree | 8738ef1705c53039771d3118a00e4917da19d702 /Docs/source/running_cpp | |
parent | 5827660f1697061294d306689cdf086c740d28aa (diff) | |
parent | 8291636c180fc4d240aa29747a57f9af19794c75 (diff) | |
download | WarpX-37e55e10215f7a1c3b6d41e340ec314d19597375.tar.gz WarpX-37e55e10215f7a1c3b6d41e340ec314d19597375.tar.zst WarpX-37e55e10215f7a1c3b6d41e340ec314d19597375.zip |
Merge pull request #397 from dpgrote/RZ_laser
Implementing the laser in RZ
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index a6f6756ad..0e28723af 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -528,6 +528,11 @@ Laser initialization moving window and laser propagation directions to be the same (`x`, `y` or `z`) +* ``<laser_name>.min_particles_per_mode`` (`int`) optional (default `4`) + When using the RZ version, this specifies the minimum number of particles + per angular mode. The laser particles are loaded into radial spokes, with + the number of spokes given by min_particles_per_mode*(warpx.n_rz_azimuthal_modes-1). + * ``warpx.num_mirrors`` (`int`) optional (default `0`) Users can input perfect mirror condition inside the simulation domain. The number of mirrors is given by ``warpx.num_mirrors``. The mirrors are |