|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <functional>#include <memory>#include <string>#include <vector>#include <optional>#include "lbm/advectionDiffusion/TurbulentDiffusivity.h"#include "lbm/constants/D3Q27.h"#include "Calculation/Calculation.h"#include "PreCollisionInteractor/PreCollisionInteractor.h"#include "Samplers/Sampler.h"#include "TurbulenceModels/TurbulenceModelFactory.h"#include "gpu/core/Kernel/KernelTypes.h"#include <lbm/collision/TurbulentViscosity.h>Go to the source code of this file.
Classes | |
| struct | vf::gpu::LBMSimulationParameter |
| struct holds and manages the LB-parameter of the simulation More... | |
| struct | vf::gpu::LBMSimulationParameter::EdgeNodePositions |
| class | vf::gpu::Parameter |
| Class for LBM-parameter management. More... | |
Namespaces | |
| namespace | vf |
| namespace | vf::basics |
| Simple configuration file. | |
| namespace | vf::gpu |
Typedefs | |
| using | curandState = curandStateXORWOW |