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&)

Construct from patch and averaging time.

CellFinder(const word &cellFinderName, const fvPatch&)

Construct from type, patch and averaging time.

CellFinder(const CellFinder&)

Copy constructor.

virtual ~CellFinder()

Destructor.

inline const fvPatch &patch() const

Return the patch.

inline const fvMesh &mesh() const

Get the mesh.

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_

The patch to build the list for.

const fvMesh &mesh_

The global object registry.