BoundaryFromVoxelFile.h File Reference

Detailed Description

Classes

struct  walberla::geometry::initializer::IBlockIDPtrCompare
 
class  walberla::geometry::initializer::BoundaryFromVoxelFile< BoundaryHandlerT >
 Sets boundary conditions using information obtained from a voxel file. More...
 

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::geometry
 
 walberla::geometry::initializer
 

Typedefs

using walberla::geometry::initializer::CellIntervalMap = std::map< const IBlockID *, CellInterval, IBlockIDPtrCompare >
 
using walberla::geometry::initializer::CellIntervalDataMap = std::map< const IBlockID *, std::pair< CellInterval, std::vector< uint8_t > >, IBlockIDPtrCompare >
 

Functions

CellIntervalDataMap walberla::geometry::initializer::readCellIntervalsOnRoot (const std::string &geometryFile, const Cell &offset, const CellIntervalMap &cellIntervals)
 
CellVector walberla::geometry::initializer::findCellsWithFlag (const CellInterval &cellInterval, const std::vector< uint8_t > &data, uint8_t flag)