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

polyLineEdge Class Reference

A curvedEdge defined in terms of a series of straight line segments. More...


Detailed Description

A curvedEdge defined in terms of a series of straight line segments.

Source files

Definition at line 50 of file polyLineEdge.H.

Inheritance diagram for polyLineEdge:
Collaboration diagram for polyLineEdge:

List of all members.

Public Member Functions

 TypeName ("polyLine")
 polyLineEdge (const pointField &, const label start, const label end, const pointField &otherPoints)
 Construct from components.
 polyLineEdge (const pointField &, Istream &)
 Construct from Istream.
virtual  ~polyLineEdge ()
 Destructor.
point  position (const scalar lambda) const
 Return the point position corresponding to the curve parameter.
scalar  length () const
 Return the length of the curve.

Constructor & Destructor Documentation

polyLineEdge ( const pointField &   ,
const label   start,
const label   end,
const pointField &   otherPoints  
)

Construct from components.

polyLineEdge ( const pointField &   ,
Istream &    
)

Construct from Istream.

virtual ~polyLineEdge (  ) [virtual]

Destructor.


Member Function Documentation

TypeName ( "polyLine"    )
point position ( const scalar   lambda  ) const [virtual]

Return the point position corresponding to the curve parameter.

0 <= lambda <= 1

Implements curvedEdge.

scalar length (  ) const [virtual]

Return the length of the curve.

Implements curvedEdge.


The documentation for this class was generated from the following file:
  • applications/utilities/mesh/generation/blockMesh/curvedEdges/polyLineEdge.H