SPHinXsys  alpha version
Classes | Namespaces
base_particle_generator.h File Reference

This is the base class of particle generator, which generates particles with given positions and volumes. The direct generator simply generate particle with given position and volume. More...

#include "base_data_package.h"
#include "sph_data_containers.h"
#include "large_data_containers.h"

Go to the source code of this file.

Classes

class  SPH::BaseParticleGenerator
 Abstract base particle generator. More...
 
class  SPH::ParticleGenerator
 Generate volumetric particles by initialize position and volume. More...
 
class  SPH::SurfaceParticleGenerator
 Generate volumetric particles by initialize extra surface variables. More...
 
class  SPH::ObserverParticleGenerator
 Generate particle directly from position-and-volume data. More...
 
class  SPH::ParticleGeneratorReload
 Generate particle by reloading particle position and volume. More...
 

Namespaces

 SPH
 

Detailed Description

This is the base class of particle generator, which generates particles with given positions and volumes. The direct generator simply generate particle with given position and volume.

Author
Luhui Han, Chi ZHang and Xiangyu Hu