FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

nearestToCell Class Reference

A topoSetSource to select cells nearest to points. More...

#include <meshTools/nearestToCell.H>


Detailed Description

A topoSetSource to select cells nearest to points.

Source files

Definition at line 49 of file nearestToCell.H.

Inheritance diagram for nearestToCell:
Collaboration diagram for nearestToCell:

List of all members.

Public Member Functions

 TypeName ("nearestToCell")
 Runtime type information.
 nearestToCell (const polyMesh &mesh, const pointField &points)
 Construct from components.
 nearestToCell (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 nearestToCell (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~nearestToCell ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Constructor & Destructor Documentation

nearestToCell ( const polyMesh &   mesh,
const pointField &   points  
)

Construct from components.

Definition at line 72 of file nearestToCell.C.

nearestToCell ( const polyMesh &   mesh,
const dictionary &   dict  
)

Construct from dictionary.

Definition at line 84 of file nearestToCell.C.

nearestToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 96 of file nearestToCell.C.

~nearestToCell (  ) [virtual]

Definition at line 108 of file nearestToCell.C.


Member Function Documentation

TypeName ( "nearestToCell"    )

Runtime type information.

void applyToSet ( const topoSetSource::setAction   action,
topoSet &   set  
) const [virtual]

The documentation for this class was generated from the following files: