$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

advectionDiffusionLattices.h File Reference

#include "core/globalDefs.h"
#include "latticeBoltzmann/externalFields.h"
#include "latticeBoltzmann/roundOffPolicy.h"
#include <vector>
Include dependency graph for advectionDiffusionLattices.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plb::descriptors::D2Q5Constants< T >
 D2Q5 lattice. More...
struct  plb::descriptors::D2Q5DescriptorBase< T >
struct  plb::descriptors::AdvectionDiffusionD2Q5Descriptor< T >
 AD D2Q5 lattice. More...
struct  plb::descriptors::D3Q7Constants< T >
 D3Q7 lattice. More...
struct  plb::descriptors::D3Q7DescriptorBase< T >
struct  plb::descriptors::AdvectionDiffusionD3Q7Descriptor< T >
struct  plb::descriptors::AdvectionDiffusionWithSourceD3Q7Descriptor< T >

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


namespace  plb::descriptors
 

Descriptors for the 2D and 3D lattices.



Detailed Description

Descriptor for all types of 2D and 3D lattices. In principle, thanks to the fact that the OpenLB code is generic, it is sufficient to write a new descriptor when a new type of lattice is to be used. -- header file