|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Base class for all samplers. More...
Namespaces | |
| namespace | vf |
| namespace | vf::gpu |
Classes | |
| class | vf::gpu::PlanarAverageProbe |
| Computes spatial statistics across x, y or z-normal planes defined by planeNormal. The planes include all points of the domain at each respective position along that normal direction. The spatial statistics can additionally be averaged in time. The name phi is used to denote the scalar field. More... | |
| struct | vf::gpu::PlanarAverageProbe::LevelData |
| class | vf::gpu::PrecursorWriter |
| Probe writing planes of data to be used as inflow data in successor simulation using PrecursorBC The probe writes out yz-planes at a specific x position (. More... | |
| struct | vf::gpu::PrecursorWriter::PrecursorStruct |
| class | vf::gpu::Sampler |
| Base class for all samplers. More... | |
| class | vf::gpu::WallModelProbe |
| Probe computing statistics of all relevant wall model quantities used in the StressBC kernels Computes spatial statistics for all grid points of the StressBC The spatial statistics can additionally be averaged in time. More... | |
| struct | vf::gpu::WallModelProbe::LevelData |
Base class for all samplers.