OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setLocalPressureBoundary3D.hh File Reference
#include "setLocalPressureBoundary3D.h"
+ Include dependency graph for setLocalPressureBoundary3D.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 = RLBdynamics<T,DESCRIPTOR>>
void olb::setLocalPressureBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 3 > &superGeometry, int material)
 Initialising the setLocalPressureBoundary function on the superLattice domain Local Boundaries use the RLBdynamics collision operator.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics = RLBdynamics<T,DESCRIPTOR>>
void olb::setLocalPressureBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF3D< T > > &&indicator)
 Initialising the setLocalPressureBoundary function on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setLocalPressureBoundary (BlockLattice< T, DESCRIPTOR > &_block, T omega, BlockIndicatorF3D< T > &indicator, bool includeOuterCells)
 Set pressure boundary for any indicated cells inside the block domain.