OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setFreeEnergyOutletBoundary3D.h File Reference
#include <vector>
#include "io/ostreamManager.h"
#include "utilities/functorPtr.h"
#include "geometry/superGeometry.h"
#include "functors/lattice/indicator/superIndicatorBaseF3D.h"
#include "functors/lattice/indicator/blockIndicatorF3D.h"
#include "core/superLattice.h"
#include "dynamics/dynamics.h"
#include "extendedFiniteDifferenceBoundary3D.h"
#include "dynamics/freeEnergyDynamics.h"
#include "wallFunctionBoundaryPostProcessors3D.h"
#include "boundaryPostProcessors3D.h"
#include "setFreeEnergyInletBoundary3D.h"
#include "setBoundary3D.h"
+ Include dependency graph for setFreeEnergyOutletBoundary3D.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 MixinDynamics = RLBdynamics<T,DESCRIPTOR>>
void olb::setFreeEnergyOutletBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 3 > &superGeometry, int material, std::string type, int latticeNumber)
 Implementation of a outlet boundary condition for the partner lattices of the binary or the ternary free energy model.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics = RLBdynamics<T,DESCRIPTOR>>
void olb::setFreeEnergyOutletBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF3D< T > > &&indicator, std::string type, int latticeNumber)
 Implementation of a outlet boundary condition for the partner lattices of the binary or the ternary free energy model.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setFreeEnergyOutletBoundary (BlockLattice< T, DESCRIPTOR > &_block, BlockIndicatorF3D< T > &indicator, T omega, std::string type, int latticeNumber, bool includeOuterCells=false)
 Set FreeEnergyOutletBoundary for any indicated cells inside the block domain.