Declaration of a computational point particle.
RealVect & position()
Get the particle position.
Definition CD_GenericParticleImplem.H:45
void define(const RealVect &a_position, Real a_weight)
Full define function.
Definition CD_PointParticleImplem.H:30
~PointParticle() override
Dtor - does nothing.
PointParticle()
Default constructor. Sets weight and position to zero.
Real & weight()
Get weight.
Definition CD_PointParticleImplem.H:37
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition CD_TracerParticleSolver.H:38