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

bounceBackModels2D.h File Reference

#include "boundaryCondition/bounceBackModels.h"
#include "dataProcessors/dataInitializerFunctional2D.h"
Include dependency graph for bounceBackModels2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (BlockLattice2D< T, Descriptor > &lattice, Box2D domain)
template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (BlockLattice2D< T, Descriptor > &lattice, Box2D boundingBox, DomainFunctional2D *domain)
template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (BlockLattice2D< T, Descriptor > &lattice, DotList2D const &dotList)
template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (MultiBlockLattice2D< T, Descriptor > &lattice, Box2D domain)
template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (MultiBlockLattice2D< T, Descriptor > &lattice, Box2D boundingBox, DomainFunctional2D *domain)
template<typename T , template< class U > class Descriptor>
void plb::initializeMomentumExchange (MultiBlockLattice2D< T, Descriptor > &lattice, DotList2D const &dotList)

Detailed Description

BounceBack dynamics models in 2D -- header file.