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

nbrToCell Class Reference

A topoSetSource to select cells based on number of neighbouring cells (i.e. number of internal or coupled faces) More...

#include <meshTools/nbrToCell.H>


Detailed Description

A topoSetSource to select cells based on number of neighbouring cells (i.e. number of internal or coupled faces)

Source files

Definition at line 50 of file nbrToCell.H.

Inheritance diagram for nbrToCell:
Collaboration diagram for nbrToCell:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

nbrToCell ( const polyMesh &   mesh,
const label   minNbrs  
)

Construct from components.

Definition at line 109 of file nbrToCell.C.

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

Construct from dictionary.

Definition at line 121 of file nbrToCell.C.

nbrToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 133 of file nbrToCell.C.

~nbrToCell (  ) [virtual]

Definition at line 145 of file nbrToCell.C.


Member Function Documentation

TypeName ( "nbrToCell"    )

Runtime type information.

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

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