lineCellFace Class Reference

Face-intersections along a line, plus cell-samples at the mid-points in-between. More...

Inheritance diagram for lineCellFace:
Collaboration diagram for lineCellFace:

Public Member Functions

 TypeName ("lineCellFace")
 Runtime type information. More...
 
 lineCellFace (const word &name, const polyMesh &mesh, const dictionary &dict)
 Construct from dictionary. More...
 
 lineCellFace (const word &name, const polyMesh &mesh, const word &axis, const point &start, const point &end)
 Construct from components. More...
 
virtual ~lineCellFace ()
 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

Face-intersections along a line, plus cell-samples at the mid-points in-between.

Usage
Property Description Req'd? Default
start The start point of the line yes
end The end point of the line yes
axis The coordinate axis that is written yes

Example specification:

    {
        type        lineCellFace;
        start       (0.55 0.6 0.5);
        end         (0.55 -0.3 -0.1);
        axis        x;
    }
Source files

Definition at line 89 of file lineCellFace.H.

Constructor & Destructor Documentation

◆ lineCellFace() [1/2]

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

Construct from dictionary.

Definition at line 75 of file lineCellFace.C.

◆ lineCellFace() [2/2]

lineCellFace ( const word name,
const polyMesh mesh,
const word axis,
const point start,
const point end 
)

Construct from components.

Definition at line 89 of file lineCellFace.C.

◆ ~lineCellFace()

~lineCellFace ( )
virtual

Destructor.

Definition at line 107 of file lineCellFace.C.

Member Function Documentation

◆ TypeName()

TypeName ( "lineCellFace"  )

Runtime type information.


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