Samples at the cell-centres of a given cell set. More...


Public Member Functions | |
| TypeName ("cellSet") | |
| Runtime type information. More... | |
| cellSet (const word &name, const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual | ~cellSet () |
| 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< sampledSet > | clone () const |
| Clone. More... | |
| virtual | ~sampledSet () |
| Destructor. More... | |
| const word & | name () const |
| Access the name. More... | |
| const polyMesh & | mesh () const |
| Access the mesh. More... | |
| const coordSet & | coords () const |
| Access the coordinate set. More... | |
| label | size () const |
| Return the size. More... | |
| const labelList & | segments () const |
| Return the size. More... | |
| const pointField & | positions () const |
| Access the positions. More... | |
| const labelList & | cells () const |
| Access the cells. More... | |
| const labelList & | faces () 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< sampledSet > | New (const word &name, const polyMesh &mesh, const dictionary &dict) |
| Return a reference to the selected sampledSet. More... | |
Samples at the cell-centres of a given cell set.
| Property | Description | Req'd? | Default |
|---|---|---|---|
set | Name of the cell set | yes |
Example specification:
{
type cellSet;
set c0;
}Definition at line 75 of file cellSetSampledSet.H.
| cellSet | ( | const word & | name, |
| const polyMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 70 of file cellSetSampledSet.C.
|
virtual |
Destructor.
Definition at line 84 of file cellSetSampledSet.C.
| TypeName | ( | "cellSet" | ) |
Runtime type information.