OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
setFreeEnergyInletBoundary2D.hh File Reference
#include "setFreeEnergyInletBoundary2D.h"
+ Include dependency graph for setFreeEnergyInletBoundary2D.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::setFreeEnergyInletBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, SuperGeometry< T, 2 > &superGeometry, int material, std::string type, int latticeNumber)
 Implementation of a inlet boundary condition for the partner lattices of the binary or ternary free energy model.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics = RLBdynamics<T,DESCRIPTOR>>
void olb::setFreeEnergyInletBoundary (SuperLattice< T, DESCRIPTOR > &sLattice, T omega, FunctorPtr< SuperIndicatorF2D< T > > &&indicator, std::string type, int latticeNumber)
 Initialising the Free Energy Inlet Boundary on the superLattice domain.
 
template<typename T , typename DESCRIPTOR , typename MixinDynamics >
void olb::setFreeEnergyInletBoundary (BlockLattice< T, DESCRIPTOR > &block, T omega, BlockIndicatorF2D< T > &indicator, std::string type, int latticeNumber, bool includeOuterCells=false)
 Set FreeEnergyInlet boundary for any indicated cells inside the block domain.