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

uniformSet Class Reference

#include <sampling/uniformSet.H>


Detailed Description

Source files

Definition at line 53 of file uniformSet.H.

Inheritance diagram for uniformSet:
Collaboration diagram for uniformSet:

List of all members.

Public Member Functions

 TypeName ("uniform")
 Runtime type information.
 uniformSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const word &axis, const point &start, const point &end, const label nPoints)
 Construct from components.
 uniformSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const dictionary &dict)
 Construct from dictionary.
virtual  ~uniformSet ()
virtual point  getRefPoint (const List< point > &) const
 Get reference point.

Constructor & Destructor Documentation

uniformSet ( const word &   name,
const polyMesh &   mesh,
meshSearch &   searchEngine,
const word &   axis,
const point &   start,
const point &   end,
const label   nPoints  
)

Construct from components.

Definition at line 434 of file uniformSet.C.

References Foam::Info.

uniformSet ( const word &   name,
const polyMesh &   mesh,
meshSearch &   searchEngine,
const dictionary &   dict  
)

Construct from dictionary.

Definition at line 459 of file uniformSet.C.

References Foam::Info.

~uniformSet (  ) [virtual]

Definition at line 482 of file uniformSet.C.


Member Function Documentation

TypeName ( "uniform"    )

Runtime type information.

Foam::point getRefPoint ( const List< point > &   pts  ) const [virtual]

Get reference point.

Implements sampledSet.

Definition at line 489 of file uniformSet.C.


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