OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setExtFieldBoundary3D.h File Reference
#include <vector>
#include "utilities/functorPtr.h"
#include "io/ostreamManager.h"
#include "geometry/superGeometry.h"
#include "core/superLattice.h"
#include "functors/lattice/indicator/superIndicatorBaseF3D.h"
#include "functors/lattice/indicator/blockIndicatorF3D.h"
#include "dynamics/dynamics.h"
#include "dynamics/advectionDiffusionDynamics.h"
#include "boundaryPostProcessors3D.h"
#include "boundary/postprocessor/advectionDiffusionBoundaryPostProcessor3D.h"
#include "setLocalVelocityBoundary3D.h"
#include "setBoundary3D.h"
+ Include dependency graph for setExtFieldBoundary3D.h:
+ 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 FIELD_A , typename FIELD_B >
void olb::setExtFieldBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 3 > &superGeometry, int material)
 Initialising the ExternalFieldBoundary on the superLattice domain This is an AdvectionDiffusionBoundary --> MixinDynamics = AdvectionDiffusionRLBdynamics<T,DESCRIPTOR>
 
template<typename T , typename DESCRIPTOR , typename FIELD_A , typename FIELD_B >
void olb::setExtFieldBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF3D< T > > &&indicator)
 Initialising the ExternalFieldBoundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename FIELD_A , typename FIELD_B >
void olb::setExtFieldBoundary (BlockLattice< T, DESCRIPTOR > &_block, BlockIndicatorF3D< T > &indicator)
 Set externalFieldBoundary for any indicated cells inside the block domain.