arcUniform Class Reference

Uniform samples along an arc. More...

Inheritance diagram for arcUniform:
Collaboration diagram for arcUniform:

Public Member Functions

 TypeName ("arcUniform")
 Runtime type information. More...
 
 arcUniform (const word &name, const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary. More...
 
virtual ~arcUniform ()
 Destructor. More...
 
- Public Member Functions inherited from sampledSet
 TypeName ("sampledSet")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, sampledSet, word,(const word &name, const polyMesh &mesh, const dictionary &dict),(name, mesh, dict))
 
 sampledSet (const word &name, const polyMesh &mesh, const word &axis)
 Construct from components. More...
 
 sampledSet (const word &name, const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary. More...
 
autoPtr< sampledSetclone () const
 Clone. More...
 
virtual ~sampledSet ()
 Destructor. More...
 
const wordname () const
 Access the name. More...
 
const polyMeshmesh () const
 Access the mesh. More...
 
const coordSetcoords () const
 Access the coordinate set. More...
 
label size () const
 Return the size. More...
 
const labelListsegments () const
 Return the size. More...
 
const pointFieldpositions () const
 Access the positions. More...
 
const labelListcells () const
 Access the cells. More...
 
const labelListfaces () const
 Access the faces. More...
 
virtual void movePoints ()
 Update for mesh point-motion. More...
 
virtual void topoChange (const polyTopoChangeMap &)
 Update topology using the given map. More...
 
virtual void mapMesh (const polyMeshMap &)
 Update from another mesh using the given map. More...
 
virtual void distribute (const polyDistributionMap &)
 Redistribute or update using the given distribution map. More...
 
 operator const coordSet & () const
 Cast to the coordinate set. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from sampledSet
static autoPtr< sampledSetNew (const word &name, const polyMesh &mesh, const dictionary &dict)
 Return a reference to the selected sampledSet. More...
 

Detailed Description

Uniform samples along an arc.

Usage
Property Description Req'd? Default
centre Centre of the circle yes
normal Direction normal to the plane of the circle yes
radial Vector from the centre to a point on the arc yes
startAngle The angle of the start of the arc in radians yes
endAngle The angle of the end of the arc in radians yes
nPoints The number of points yes
axis The coordinate axis that is written yes

Example specification:

    {
        type        arcUniform;
        centre      (0.95 0 0.25);
        normal      (1 0 0);
        radial      (0 0 0.25);
        startAngle  -1.57079633;
        endAngle    0.52359878;
        nPoints     200;
        axis        x;
    }
Source files

Definition at line 117 of file arcUniform.H.

Constructor & Destructor Documentation

◆ arcUniform()

arcUniform ( const word name,
const polyMesh mesh,
const dictionary dict 
)

Construct from dictionary.

Definition at line 95 of file arcUniform.C.

◆ ~arcUniform()

~arcUniform ( )
virtual

Destructor.

Definition at line 114 of file arcUniform.C.

Member Function Documentation

◆ TypeName()

TypeName ( "arcUniform"  )

Runtime type information.


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