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

faceZoneToCell Class Reference

A topoSetSource to select cells based on side of faceZone. More...

#include <meshTools/faceZoneToCell.H>


Detailed Description

A topoSetSource to select cells based on side of faceZone.

Source files

Definition at line 50 of file faceZoneToCell.H.

Inheritance diagram for faceZoneToCell:
Collaboration diagram for faceZoneToCell:

List of all members.

Public Types

enum  faceAction { MASTER, SLAVE }
 

Enumeration defining the valid options.

More...

Public Member Functions

 TypeName ("faceZoneToCell")
 Runtime type information.
 faceZoneToCell (const polyMesh &mesh, const word &zoneName, const faceAction option)
 Construct from components.
 faceZoneToCell (const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary.
 faceZoneToCell (const polyMesh &mesh, Istream &)
 Construct from Istream.
virtual  ~faceZoneToCell ()
virtual void  applyToSet (const topoSetSource::setAction action, topoSet &) const

Member Enumeration Documentation

enum faceAction

Enumeration defining the valid options.

Enumerator:
MASTER 
SLAVE 

Definition at line 56 of file faceZoneToCell.H.


Constructor & Destructor Documentation

faceZoneToCell ( const polyMesh &   mesh,
const word &   zoneName,
const faceAction   option  
)

Construct from components.

Definition at line 115 of file faceZoneToCell.C.

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

Construct from dictionary.

Definition at line 129 of file faceZoneToCell.C.

faceZoneToCell ( const polyMesh &   mesh,
Istream &   is  
)

Construct from Istream.

Definition at line 142 of file faceZoneToCell.C.

~faceZoneToCell (  ) [virtual]

Definition at line 155 of file faceZoneToCell.C.


Member Function Documentation

TypeName ( "faceZoneToCell"    )

Runtime type information.

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

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