SPHinXsys  alpha version
particles Directory Reference

Files

file  base_particles.cpp
 Definition of functions declared in base_particles.h.
 
file  base_particles.h [code]
 This is the base class of SPH particles. The basic data of the particles is saved in separated large vectors. Each derived class will introduce several extra vectors for the new data. Note that there is no class of single particle.
 
file  base_particles.hpp [code]
 This is the implementation of the template functions in base_particles.h.
 
file  diffusion_reaction_particles.h [code]
 This is the derived class of diffusion reaction particles.
 
file  fluid_particles.cpp
 
file  fluid_particles.h [code]
 This is the derived class of base particle.
 
file  fluid_particles_variable.cpp
 
file  fluid_particles_variable.h [code]
 Here, we define the algorithm classes for computing derived solid dynamics varabales.
 
file  neighbor_relation.h [code]
 There are the classes for neighboring particles. It saves the information for carring out pair interaction, and also considered as the topology of the particles.
 
file  observer_particles.h [code]
 This is the base class of SPH particles. The basic data of the particles is saved in separated large vectors. Each derived class will introduce several extra vectors for the new data. Note that there is no class of single particle.
 
file  particle_sorting.cpp
 
file  particle_sorting.h [code]
 Here gives the classes for particle sorting.
 
file  solid_particles.cpp
 Definition of functions declared in solid_particles.h.
 
file  solid_particles.h [code]
 This is the derived class of base particles.
 
file  solid_particles_variable.cpp