|
WarpX
|
#include "Particles/Collision/BinaryCollision/BinaryCollisionUtils.H"#include "Particles/Pusher/GetAndSetPosition.H"#include "Particles/MultiParticleContainer.H"#include "Particles/WarpXParticleContainer.H"#include "Utils/Parser/ParserUtils.H"#include "Utils/ParticleUtils.H"#include "Utils/TextMsg.H"#include <AMReX_Algorithm.H>#include <AMReX_DenseBins.H>#include <AMReX_ParmParse.H>#include <AMReX_Random.H>#include <AMReX_REAL.H>#include <AMReX_Vector.H>Go to the source code of this file.
Classes | |
| class | BremsstrahlungFunc |
| This functor does binary Bremsstrahlung reactions in a single cell. Particles of the two interacting species are paired with each other and for each pair we compute the energy of the resulting photon if Bremsstrahlung happens. We fill p_mask with true if it happens so that the new photon corresponding to a given pair can be effectively created in the particle creation functor. More... | |
| struct | BremsstrahlungFunc::Executor |