Class CellFinder
Defined in File CellFinder.H
Inheritance Relationships
Derived Types
public CrawlingCellFinder(Class CrawlingCellFinder)public TreeCellFinder(Class TreeCellFinder)
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