46 void Foam::sampledSets::lineCellFace::calcSamples
48 DynamicList<point>& samplingPositions,
49 DynamicList<scalar>& samplingDistances,
50 DynamicList<label>& samplingSegments,
51 DynamicList<label>& samplingCells,
52 DynamicList<label>& samplingFaces
72 void Foam::sampledSets::lineCellFace::genSamples()
74 DynamicList<point> samplingPositions;
75 DynamicList<scalar> samplingDistances;
76 DynamicList<label> samplingSegments;
77 DynamicList<label> samplingCells;
78 DynamicList<label> samplingFaces;
89 samplingPositions.shrink();
90 samplingDistances.shrink();
91 samplingSegments.shrink();
92 samplingCells.shrink();
93 samplingFaces.shrink();
117 start_(dict.
lookup(
"start")),
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 ~lineCellFace()
Destructor.
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...
lineCellFace(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const dictionary &dict)
Construct from dictionary.
A class for handling words, derived from string.
addToRunTimeSelectionTable(sampledSet, arcUniform, word)
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.