OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setRegularizedHeatFluxBoundary2D.hh File Reference
#include "setRegularizedHeatFluxBoundary2D.h"
+ Include dependency graph for setRegularizedHeatFluxBoundary2D.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::setRegularizedHeatFluxBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 2 > &superGeometry, int material, T *heatFlux=nullptr)
 Initialising the RegularizedHeatFluxBoundary on the superLattice domain This is an advection diffusion boundary -->MixinDynamics = AdvectionDiffusionRLBdynamics.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setRegularizedHeatFluxBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF2D< T > > &&indicator, T *heatFlux=nullptr)
 Initialising the RegularizedHeatFluxBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setRegularizedHeatFluxBoundary (BlockLattice< T, DESCRIPTOR > &block, T omega, BlockIndicatorF2D< T > &indicator, T *heatFlux)
 Set RegularizedHeatFluxBoundary for indicated cells inside the block domain.