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

extendedNeighborhoodLattices2D.h File Reference

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

Go to the source code of this file.

Classes

struct  plb::descriptors::D2Q37Constants< T >
 D2Q37 lattice constants. More...
struct  plb::descriptors::D2Q37DescriptorBase< T >
struct  plb::descriptors::D2Q37Descriptor< T >
struct  plb::descriptors::ForcedD2Q37Descriptor< 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 nearest-neighbor 2D lattices. In principle, thanks to static genericity of the code, definition of the lattice and implementation of the dynamics are independent. Of course, there remain a few dependencies. For example, a dynamics which uses higher- order moments such as heat flux needs a lattice with an extended neighborhood. Another example is the D3Q13 lattice, which works only with its very own dynamics.

-- header file