Classes | |
class | arcUniform |
Uniform samples along an arc. More... | |
class | boundaryPoints |
Specified point samples within patches. More... | |
class | boundaryRandom |
Random samples within patches. More... | |
class | boxUniform |
Uniform 3D-grid of samples. More... | |
class | cellSetSampledSet |
Samples at the cell-centres of a given cell set. More... | |
class | circleRandom |
Random samples within a circle. More... | |
class | faceSetSampledSet |
Samples at the face-centres of a given face set. More... | |
class | lineCell |
Cell-samples along a line at the mid-points in-between face-intersections. More... | |
class | lineCellFace |
Face-intersections along a line, plus cell-samples at the mid-points in-between. More... | |
class | lineFace |
Face-intersections along a line. More... | |
class | lineUniform |
Uniform samples along a line. More... | |
class | points |
Specified point samples. Optionally ordered into a continuous path. Ordering is an optimisation; it enables tracking from one point to the next. If ordering is off, each point is searched for individually. More... | |
class | sphereRandom |
Random samples within a sphere. More... | |
class | triSurfaceMeshSampledSet |
Samples from all the points of a triSurfaceMesh. Surface files are read from constant/triSurface. More... | |
Foam::sampledSets::defineTypeNameAndDebug | ( | arcUniform | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
arcUniform | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | boundaryPoints | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
boundaryPoints | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | boundaryRandom | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
boundaryRandom | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | boxUniform | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
boxUniform | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | cellSetSampledSet | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
cellSetSampledSet | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | circleRandom | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
circleRandom | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | faceSetSampledSet | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
faceSetSampledSet | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | lineCell | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
lineCell | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | lineCellFace | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
lineCellFace | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | lineFace | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
lineFace | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | lineUniform | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
lineUniform | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | points | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
points | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | sphereRandom | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
sphereRandom | , | ||
word | |||
) |
Foam::sampledSets::defineTypeNameAndDebug | ( | triSurfaceMeshSampledSet | , |
0 | |||
) |
Foam::sampledSets::addToRunTimeSelectionTable | ( | sampledSet | , |
triSurfaceMeshSampledSet | , | ||
word | |||
) |