OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setAdvectionDiffusionConvectionBoundary3D.hh File Reference
#include "setAdvectionDiffusionConvectionBoundary3D.h"
+ Include dependency graph for setAdvectionDiffusionConvectionBoundary3D.hh:

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::setAdvectionDiffusionConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 3 > &superGeometry, int material)
 Initialising the AdvectionDiffusionConvectionBoundary function on the superLattice domain This is an Advection Diffusion Boundary therefore mostly--> MixinDynamics = AdvectionDiffusionRLBdynamics<T,DESCRIPTOR>
 
template<typename T , typename DESCRIPTOR >
void olb::setAdvectionDiffusionConvectionBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF3D< T > > &&indicator)
 Initialising the AdvectionDiffusionConvectionBoundary function on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setAdvectionDiffusionConvectionBoundary (BlockLattice< T, DESCRIPTOR > &_block, BlockIndicatorF3D< T > &indicator, bool includeOuterCells=false)
 Add AdvectionDiffusionConvection boundary for any indicated cells inside the block domain.