lbm_reference
|
confparser | Common namespace for all classes related to parsing of configuration files |
BadSyntax | Exception class for syntax errors |
ConfBlock | Data structure corresponding to one block in the hierarchical configuration file |
ConfParser | Parser for hierarchical configuration files |
ParameterNotFound | Exception class for non-existing parameters |
lbm | Common namespace for all LBM classes |
LBM | Lattice Boltzmann Method fluid solver |
PerformanceData | |
Sphere | |
particles | Common namespace for all classes related to the particle system |
Emitter | Adds new particles to the particle system |
Particle | Individual particle of the particle system |
ParticleSystem | Particle system that handles creation, movement and visualization of particles |
Sphere | |
Grid | 3-dimensional grid of Cells with template specifyable number of cell variables and type |
Grid< T, 1 > | 3-dimensional grid of cells with template type, specialization to a single cell variable |
Vec3 | Three component vector of type specified by template parameter |