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

thresholdCellFaces Class Reference

Selects the mesh cell faces specified by a threshold value. Non-triangulated by default. More...

#include <sampling/thresholdCellFaces.H>


Detailed Description

Selects the mesh cell faces specified by a threshold value. Non-triangulated by default.

Source files

Definition at line 52 of file thresholdCellFaces.H.

Inheritance diagram for thresholdCellFaces:
Collaboration diagram for thresholdCellFaces:

List of all members.

Public Member Functions

 TypeName ("thresholdCellFaces")
 Runtime type information.
 thresholdCellFaces (const polyMesh &, const scalarField &, const scalar lowerThreshold, const scalar upperThreshold, const bool triangulate=false)
 Construct from mesh, field and threshold value.
labelList &  meshCells ()
 For every face original cell in mesh.
const labelList &  meshCells () const
 For every face original cell in mesh.

Constructor & Destructor Documentation

thresholdCellFaces ( const polyMesh &   mesh,
const scalarField &   field,
const scalar   lowerThreshold,
const scalar   upperThreshold,
const bool   triangulate = false  
)

Construct from mesh, field and threshold value.

Definition at line 265 of file thresholdCellFaces.C.

References Foam::endl(), and WarningIn.


Member Function Documentation

TypeName ( "thresholdCellFaces"    )

Runtime type information.

labelList& meshCells (  ) [inline]

For every face original cell in mesh.

Definition at line 97 of file thresholdCellFaces.H.

const labelList& meshCells (  ) const [inline]

For every face original cell in mesh.

Definition at line 103 of file thresholdCellFaces.H.


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