Class TreeCellFinder

Inheritance Relationships

Base Type

Class Documentation

class TreeCellFinder : public CellFinder

Class for searching for sampling cells using.

Contributors/Copyright: 2019-2021 Timofey Mukha

Source files

Public Functions

TreeCellFinder(const fvPatch&)
TreeCellFinder(const word &TreeCellFinderName, const fvPatch&)
TreeCellFinder(const TreeCellFinder&) = default
inline virtual ~TreeCellFinder()
tmp<volScalarField> distanceField() const
void findCellIndices(labelList &indexList, const scalarField &h) const
void findCellIndices(labelListList &indexList, const scalarField &h, const bool excludeWallAdjacent) const
tmp<labelField> findCandidateCellLabels(const scalarField &dist, const scalarField &h) const