Class CellFinder

Inheritance Relationships

Derived Types

Class Documentation

class CellFinder

Class for searching for sampling cells.

Contributors/Copyright: 2019 Timofey Mukha

Source files

Subclassed by CrawlingCellFinder, TreeCellFinder

Public Functions

CellFinder(const fvPatch&)
CellFinder(const word &cellFinderName, const fvPatch&)
CellFinder(const CellFinder&)
virtual ~CellFinder()
inline const fvPatch &patch() const
inline const fvMesh &mesh() const

Public Static Functions

static autoPtr<CellFinder> New(const word &CellFinderName, const fvPatch&)
static autoPtr<CellFinder> New(const dictionary&, const fvPatch&)

Protected Functions

void createFields() const

Protected Attributes

const fvPatch &patch_
const fvMesh &mesh_