32 throw std::runtime_error(
33 "Conservation laws obeyed during fluidization, which should not happen "
34 "as particles are removed. Particle was not properly removed in "
36 std::to_string(id_process));
40 throw std::runtime_error(
41 "Particle was not removed successfully in fluidization action.");
ParticleList outgoing_particles_
Initially this stores only the PDG codes of final-state particles.
ParticleList incoming_particles_
List with data of incoming particles.
void generate_final_state() override
Generate the final state of particles to be fluidized and removes them from the evolution.
double check_conservation(const uint32_t id_process) const override
Conservation laws should not be obeyed, since particles are being removed.
A container for storing conserved values.
std::array< einhard::Logger<>, std::tuple_size< LogArea::AreaTuple >::value > logg
An array that stores all pre-configured Logger objects.
#define unlikely(x)
Tell the branch predictor that this expression is likely false.
static constexpr int LFluidization