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

curveSet Class Reference

#include <sampling/curveSet.H>


Detailed Description

Source files

Definition at line 53 of file curveSet.H.

Inheritance diagram for curveSet:
Collaboration diagram for curveSet:

List of all members.

Public Member Functions

 TypeName ("curve")
 Runtime type information.
 curveSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const word &axis, const List< point > &samplePoints)
 Construct from components.
 curveSet (const word &name, const polyMesh &mesh, meshSearch &searchEngine, const dictionary &dict)
 Construct from dictionary.
virtual  ~curveSet ()
virtual point  getRefPoint (const List< point > &) const
 Get reference point.

Constructor & Destructor Documentation

curveSet ( const word &   name,
const polyMesh &   mesh,
meshSearch &   searchEngine,
const word &   axis,
const List< point > &   samplePoints  
)

Construct from components.

Definition at line 351 of file curveSet.C.

References Foam::Info.

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

Construct from dictionary.

Definition at line 372 of file curveSet.C.

References Foam::Info.

~curveSet (  ) [virtual]

Definition at line 393 of file curveSet.C.


Member Function Documentation

TypeName ( "curve"    )

Runtime type information.

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

Get reference point.

Implements sampledSet.

Definition at line 399 of file curveSet.C.

References List< T >::size(), and Vector< Cmpt >::zero.


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