45 void Foam::sampledSets::cellSetSampledSet::genSamples()
51 List<point>(IndirectList<point>(
mesh().cellCentres(),
cells)),
71 setName_(dict.
lookup(
"set"))
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search...
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~cellSetSampledSet()
labelList identity(const label len)
Create identity map (map[i] == i) of given length.
cellSetSampledSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
Macros for easy insertion into run-time selection tables.
Holds list of sampling points which is filled at construction time. Various implementations of this b...
A class for handling words, derived from string.
List< scalar > scalarList
A List of scalars.
List< label > labelList
A List of labels.
addToRunTimeSelectionTable(sampledSet, arcUniform, word)
virtual bool write()
Sample and write.
Mesh consisting of general polyhedral cells.
defineTypeNameAndDebug(arcUniform, 0)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.