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

fieldToCell Class Reference

A topoSetSource to select cells based on field values. More...

#include <meshTools/fieldToCell.H>


Detailed Description

A topoSetSource to select cells based on field values.

Source files

Definition at line 50 of file fieldToCell.H.

Inheritance diagram for fieldToCell:
Collaboration diagram for fieldToCell:

List of all members.

Public Member Functions

 TypeName ("fieldToCell")
 Runtime type information.
 fieldToCell (const polyMesh &mesh, const word &fieldName, const scalar min, const scalar max)
 Construct from components.
 fieldToCell (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 fieldToCell (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~fieldToCell ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Constructor & Destructor Documentation

fieldToCell ( const polyMesh &   mesh,
const word &   fieldName,
const scalar   min,
const scalar   max  
)

Construct from components.

Definition at line 101 of file fieldToCell.C.

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

Construct from dictionary.

Definition at line 117 of file fieldToCell.C.

fieldToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 131 of file fieldToCell.C.

~fieldToCell (  ) [virtual]

Definition at line 145 of file fieldToCell.C.


Member Function Documentation

TypeName ( "fieldToCell"    )

Runtime type information.


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