26#ifndef SET_LOCAL_CONVECTION_BOUNDARY_3D_H
27#define SET_LOCAL_CONVECTION_BOUNDARY_3D_H
45template<
typename T,
typename DESCRIPTOR>
50template<
typename T,
typename DESCRIPTOR>
56template<
typename T,
typename DESCRIPTOR>
Top level namespace for all of OpenLB.
void setLocalConvectionBoundary(SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, 2 > &superGeometry, int material, T *uAv=NULL)
Initialising the LocalConvectionBoundary on the superLattice domain This is a local boundary --> Mixi...
Representation of a parallel 2D geometry – header file.