OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setInterpolatedConvectionBoundary2D.hh File Reference
#include "setInterpolatedConvectionBoundary2D.h"
+ Include dependency graph for setInterpolatedConvectionBoundary2D.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::setInterpolatedConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 2 > &superGeometry, int material, T *uAv)
 Initialising the InterpolatedConvectionBoundary on the superLattice domain This is an interpolated boundary --> MixinDynamics = BGKdynamics Usually T* uAv = NULL;.
 
template<typename T , typename DESCRIPTOR >
void olb::setInterpolatedConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF2D< T > > &&indicator, T *uAv)
 Initialising the InterpolatedConvectionBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setInterpolatedConvectionBoundary (BlockLattice< T, DESCRIPTOR > &block, T omega, BlockIndicatorF2D< T > &indicator, T *uAv, bool includeOuterCells=false)
 Set InterpolatedConvectionBoundary for indicated cells inside the block domain.