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

dynamicSmagorinskyLattices3D.h File Reference

#include "core/globalDefs.h"
#include "latticeBoltzmann/nearestNeighborLattices3D.h"
Include dependency graph for dynamicSmagorinskyLattices3D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plb::descriptors::ExternalOmegaDescriptor3d
struct  plb::descriptors::ExternalOmegaBase3d
struct  plb::descriptors::ExternalOmegaAndForceDescriptor3d
struct  plb::descriptors::ExternalOmegaAndForceBase3d
struct  plb::descriptors::ExternalOmegaD3Q19Descriptor< T >
struct  plb::descriptors::ForcedExternalOmegaD3Q19Descriptor< T >
struct  plb::descriptors::ExternalOmegaD3Q15Descriptor< T >
struct  plb::descriptors::ForcedExternalOmegaD3Q15Descriptor< T >
struct  plb::descriptors::ExternalOmegaD3Q27Descriptor< T >
struct  plb::descriptors::ForcedExternalOmegaD3Q27Descriptor< 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 3D 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.

Lattice descriptors for dynamic Smagorinsky models -- header file