Container to store pointers to all particles.
Definition: ParticleHandler.h:28
Definition: ParticleVtkWriter.h:12
Definition: SphericalParticleVtkWriter.h:13
std::string getName() const override
Definition: SphericalParticleVtkWriter.h:28
void writeVTKId(std::fstream &file) const
Writes the id (unique integer) of the particles to the vtu file.
Definition: SphericalParticleVtkWriter.cc:98
void writeVTKAngularVelocity(std::fstream &file) const
Definition: SphericalParticleVtkWriter.cc:50
void writeVTKRadius(std::fstream &file) const
Definition: SphericalParticleVtkWriter.cc:74
void writeVTK() const override
Writes all particles into a vtk file format (unstructured grid), consisting of particle positions,...
Definition: SphericalParticleVtkWriter.cc:14
SphericalParticleVtkWriter(ParticleHandler &particleHandler)
Definition: SphericalParticleVtkWriter.h:17
~SphericalParticleVtkWriter() override=default
void writeVTKVelocity(std::fstream &file) const
Definition: SphericalParticleVtkWriter.cc:33