OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setWallFunctionBoundary3D.hh File Reference
#include "setWallFunctionBoundary3D.h"
+ Include dependency graph for setWallFunctionBoundary3D.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::setWallFunctionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 3 > &superGeometry, int material, UnitConverter< T, DESCRIPTOR > const &converter, wallFunctionParam< T > const &wallFunctionParam, IndicatorF3D< T > *geoIndicator=NULL)
 Initialising the WallFunctionBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setWallFunctionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF3D< T > > &&indicator, UnitConverter< T, DESCRIPTOR > const &converter, wallFunctionParam< T > const &wallFunctionParam, IndicatorF3D< T > *geoIndicator)
 Initialising the WallFunctionBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setWallFunctionBoundary (BlockLattice< T, DESCRIPTOR > &_block, BlockIndicatorF3D< T > &indicator, UnitConverter< T, DESCRIPTOR > const &converter, wallFunctionParam< T > const &wallFunctionParam, IndicatorF3D< T > *geoIndicator, bool includeOuterCells=false)
 Set WallFunction boundary for any indicated cells inside the block domain.