|
lbm_reference
|
#include <iostream>#include <fstream>#include <sstream>#include <cmath>#include <string>#include <endian.h>#include <sys/time.h>#include "D3Q19.h"#include "../Vec.h"#include "../Grid.h"#include "../confparser/ConfParser.h"#include "../confparser/ConfBlock.h"
Include dependency graph for LBM.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | lbm::LBM< T > |
| Lattice Boltzmann Method fluid solver. More... | |
| struct | lbm::PerformanceData< T > |
| struct | lbm::Sphere< T > |
Namespaces | |
| namespace | lbm |
| Common namespace for all LBM classes. | |
Enumerations | |
| enum | lbm::Flag { lbm::UNDEFINED = 0, lbm::FLUID = 1, lbm::NOSLIP = 2, lbm::VELOCITY = 3, lbm::INFLOW = 4, lbm::OUTFLOW = 5, lbm::PRESSURE = 6 } |
| Enum describing possible states of a cell. More... | |
Definition in file LBM.h.
1.8.3.1