SPHinXsys  alpha version
Classes | Namespaces
particle_generator_lattice.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. The lattice generator generate at lattice position by check whether the poision is contained by a SPH body. More...

#include "base_particle_generator.h"

Go to the source code of this file.

Classes

class  SPH::BaseParticleGeneratorLattice
 Base class for generating particles from lattice positions for a body. More...
 
class  SPH::ParticleGeneratorLattice
 generate particles from lattice positions for a body. More...
 
class  SPH::ParticleGeneratorMultiResolution
 generate multi-resolution particles from lattice positions for a body. More...
 
class  SPH::ThickSurfaceParticleGeneratorLattice
 Generate thick surface particles from lattice positions for a thin structure defined by a body shape. 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. The lattice generator generate at lattice position by check whether the poision is contained by a SPH body.

Author
Xiangyu Hu, Chi Zhang, Yongchuan Yu