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