|
WarpX
|
#include "SingleNuclearFusionEvent.H"#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/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 | NuclearFusionFunc |
| This functor does binary nuclear fusions on a single cell. Particles of the two reacting species are paired with each other and for each pair we compute if a fusion event occurs. If so, we fill a mask (input parameter p_mask) with true so that product particles corresponding to a given pair can be effectively created in the particle creation functor. This functor also reads and contains the fusion multiplier. More... | |
| struct | NuclearFusionFunc::Executor |