OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setFreeEnergyWallBoundary2D.h File Reference
#include <vector>
#include "io/ostreamManager.h"
#include "utilities/functorPtr.h"
#include "geometry/superGeometry.h"
#include "geometry/blockGeometryStatistics2D.h"
#include "geometry/blockGeometry.h"
#include "core/superLattice2D.h"
#include "functors/lattice/indicator/superIndicatorF2D.h"
#include "functors/lattice/indicator/blockIndicatorF2D.h"
#include "dynamics/dynamics.h"
#include "dynamics/freeEnergyDynamics.h"
#include "boundaryPostProcessors2D.h"
#include "setBoundary2D.h"
+ Include dependency graph for setFreeEnergyWallBoundary2D.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 >
void olb::setFreeEnergyWallBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 2 > &superGeometry, int material, T alpha, T kappa1, T kappa2, T h1, T h2, int latticeNumber)
 Implementation of a wetting boundary condition for the ternary free energy model, consisting of a BounceBack dynamics and an FreeEnergyWall PostProcessor.
 
template<typename T , typename DESCRIPTOR >
void olb::setFreeEnergyWallBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF2D< T > > &&indicator, T alpha, T kappa1, T kappa2, T h1, T h2, int latticeNumber)
 Initialising the Free Energy Wall Boundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setFreeEnergyWallBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 2 > &superGeometry, int material, T alpha, T kappa1, T kappa2, T kappa3, T h1, T h2, T h3, int latticeNumber)
 Implementation of a wetting boundary condition for the ternary free energy model, consisting of a BounceBack dynamics and an FreeEnergyWall PostProcessor.
 
template<typename T , typename DESCRIPTOR >
void olb::setFreeEnergyWallBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, FunctorPtr< SuperIndicatorF2D< T > > &&indicator, T alpha, T kappa1, T kappa2, T kappa3, T h1, T h2, T h3, int latticeNumber)
 Initialising the Free Energy Wall Boundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR >
void olb::setFreeEnergyWallBoundary (BlockLattice< T, DESCRIPTOR > &block, BlockIndicatorF2D< T > &indicator, T addend, int latticeNumber, bool includeOuterCells=false)