VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
Calculation

Namespaces

namespace  vf
 
namespace  vf::gpu
 
namespace  vf::parallel
 

Classes

struct  vf::gpu::ICells
 
struct  vf::gpu::ICellNeigh
 stores location of neighboring cell (necessary for refinement into the wall) More...
 
struct  vf::gpu::Distributions27
 
struct  vf::gpu::SubgridDistances27
 
struct  vf::gpu::QforBoundaryConditions
 
struct  vf::gpu::QforDirectionalBoundaryCondition
 
struct  vf::gpu::QforDirectionalADBoundaryCondition
 
struct  vf::gpu::QforPrecursorBoundaryConditions
 
struct  vf::gpu::AdvectionDiffusionNoFluxBoundaryConditions
 
struct  vf::gpu::AdvectionDiffusionDirichletBoundaryConditions
 
struct  vf::gpu::AdvectionDiffusionNeumannBoundaryConditions
 
struct  vf::gpu::AdvectionDiffusionFluxBoundaryConditions
 
struct  vf::gpu::WallModelParameters
 
struct  vf::gpu::TemperatureWallModelParameters
 
struct  vf::gpu::SurfaceLayerWallModelParameters
 
struct  vf::gpu::MeasurePoints
 
struct  vf::gpu::ProcessNeighbor27
 
class  vf::gpu::CollisionAndExchange_noStreams_indexKernel
 Version of collision: for multi-gpu simulations, without communication hiding ("streams"), for newer kernels that use an array of fluid nodes to determine which nodes to update. More...
 
class  vf::gpu::CollisionAndExchange_noStreams_oldKernel
 Version of collision: for multi-gpu simulations, without communication hiding ("streams"), for old kernels. More...
 
class  vf::gpu::CollisionAndExchange_streams
 Version of collision: for multi-gpu simulations, with communication hiding ("streams"), for newer kernels that use an array of fluid nodes to determine which nodes to update. More...
 
class  vf::gpu::Simulation
 
class  vf::gpu::UpdateGrid27
 

Macros

#define GEO_PM_0   5
 
#define GEO_PM_1   6
 
#define GEO_PM_2   7
 
#define GEO_SOLID   15
 
#define GEO_VOID   16
 
#define GEO_FLUID   19
 

Detailed Description

Author
Martin Schoenherr
Martin Schoenherr, Stephan Lenz, Anna Wellmann

Macro Definition Documentation

◆ GEO_FLUID

#define GEO_FLUID   19

Definition at line 45 of file Calculation.h.

◆ GEO_PM_0

#define GEO_PM_0   5

Definition at line 39 of file Calculation.h.

◆ GEO_PM_1

#define GEO_PM_1   6

Definition at line 40 of file Calculation.h.

◆ GEO_PM_2

#define GEO_PM_2   7

Definition at line 41 of file Calculation.h.

◆ GEO_SOLID

#define GEO_SOLID   15

Definition at line 43 of file Calculation.h.

◆ GEO_VOID

#define GEO_VOID   16

Definition at line 44 of file Calculation.h.