Class CrawlingCellFinder

Inheritance Relationships

Base Type

Class Documentation

class CrawlingCellFinder : public CellFinder

Class for searching for sampling cells by crawling through opposite faces.

Contributors/Copyright: 2019-2021 Timofey Mukha

Source files

Public Functions

CrawlingCellFinder(const fvPatch&)
CrawlingCellFinder(const word &CrawlingCellFinderName, const fvPatch&)
CrawlingCellFinder(const CrawlingCellFinder&) = default
inline virtual ~CrawlingCellFinder()
void findCellIndices(labelList &indexList, const scalarField &h, const bool hIsIndex) const
void findCellIndices(labelListList &indexList, const scalarField &h, const bool hIsIndex, const bool excludeWallAdjacent) const