OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setAdvectionDiffusionTemperatureBoundary2D.hh File Reference
#include "setAdvectionDiffusionTemperatureBoundary2D.h"
+ Include dependency graph for setAdvectionDiffusionTemperatureBoundary2D.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, 2 > &superGeometry, int material)
 Initialising the AdvectionDiffusionTemperatureBoundary on the superLattice domain This is an advection diffusion boundary -->MixinDynamics = AdvectionDiffusionRLBdynamics Moment-based boundary condition (see ref.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics = AdvectionDiffusionRLBdynamics<T,DESCRIPTOR>>
void olb::setAdvectionDiffusionTemperatureBoundary (SuperLattice< T, DESCRIPTOR > &sLattic, FunctorPtr< SuperIndicatorF2D< T > > &&indicator)
 Initialising the AdvectionDiffusionTemperatureBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setAdvectionDiffusionTemperatureBoundary (BlockLattice< T, DESCRIPTOR > &block, BlockIndicatorF2D< T > &indicator)
 Set AdvectionDiffusionTemperatureBoundary for indicated cells inside the block domain.