OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setAdvectionDiffusionTemperatureBoundary3D.hh File Reference
#include "setAdvectionDiffusionTemperatureBoundary3D.h"
+ Include dependency graph for setAdvectionDiffusionTemperatureBoundary3D.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 , typename MixinDynamics = AdvectionDiffusionRLBdynamics<T,DESCRIPTOR>>
void olb::setAdvectionDiffusionTemperatureBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 3 > &superGeometry, int material)
 Initialising the setAdvectionDiffusionTemperatureBoundary function on the superLattice domain This is an AdvectionDiffusionBoundary therefore mostly --> MixinDynamics = AdvectionDiffusionRLBdynamics.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics = AdvectionDiffusionRLBdynamics<T,DESCRIPTOR>>
void olb::setAdvectionDiffusionTemperatureBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF3D< T > > &&indicator)
 Initialising the setAdvectionDiffusionTemperatureBoundary function on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setAdvectionDiffusionTemperatureBoundary (BlockLattice< T, DESCRIPTOR > &_block, BlockIndicatorF3D< T > &indicator)
 Set AdvectionDiffusionTemperatureBoundary for any indicated cells inside the block domain.