OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setLocalConvectionBoundary3D.hh File Reference
#include "setLocalConvectionBoundary3D.h"
+ Include dependency graph for setLocalConvectionBoundary3D.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename T , typename DESCRIPTOR >
void olb::setLocalConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 3 > &superGeometry, int material, T *uAv=NULL)
 Initialising the setLocalConvectionBoundary function on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setLocalConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF3D< T > > &&indicator, T *uAv)
 Initialising the setLocalConvectionBoundary function on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setLocalConvectionBoundary (BlockLattice< T, DESCRIPTOR > &_block, T omega, BlockIndicatorF3D< T > &indicator, T *uAv, bool includeOuterCells=false)
 Add local convection boundary for any indicated cells inside the block domain.