Go to the source code of this file.
◆ pdfDictionary()
IOdictionary pdfDictionary |
( |
IOobject("pdfDict", runTime.constant(), runTime, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) |
| ) |
|
◆ nIntervals()
const label nIntervals |
( |
pdfDictionary.lookup< label > |
"nIntervals" | ) |
|
◆ nSamples()
const label nSamples |
( |
pdfDictionary.lookup< label > |
"nSamples" | ) |
|
◆ writeData()
const bool writeData |
( |
readBool(pdfDictionary.lookup("writeData")) |
| ) |
|
◆ mkDir()
◆ p()
autoPtr<distribution> p |
( |
distribution::New(unitAny, pdfDictionary, 0, 0) |
| ) |
|
◆ filePtr()
autoPtr<OFstream> filePtr |
( |
nullptr |
| ) |
|
◆ if()
◆ samples()
Referenced by triSurfaceSearch::calcInside(), refinementSurfaces::findNearest(), searchableSurfaces::findNearest(), searchableBox::findNearest(), searchableCylinder::findNearest(), searchableDisk::findNearest(), searchableExtrudedCircle::findNearest(), searchablePlane::findNearest(), searchablePlate::findNearest(), searchableSphere::findNearest(), searchableSurfaceCollection::findNearest(), triSurfaceMesh::findNearest(), distributedTriSurfaceMesh::findNearest(), searchableSurface::findNearest(), triSurfaceRegionSearch::findNearest(), triSurfaceSearch::findNearest(), searchableSurfacesQueries::findNearest(), refinementFeatures::findNearestEdge(), refinementFeatures::findNearestPoint(), refinementSurfaces::findNearestRegion(), refinementFeatures::findNearestRegionEdge(), extendedEdgeMesh::nearestFeatureEdge(), surfaceFeatures::nearestSamples(), surfaceFeatures::nearestSurfEdge(), interpolationWeights::New(), searchableSurfacesQueries::signedDistance(), and splineInterpolationWeights::splineInterpolationWeights().
◆ pdfPath
Initial value:=
runTime.globalPath()
/functionObjects::writeFile::outputPrefix
/runTime.name()
const word & executable() const
Name of executable without the path.
Foam::argList args(argc, argv)
Definition at line 19 of file createFields.H.
Referenced by if().
◆ xMin
const scalar xMin = p->min() |
◆ xMax
const scalar xMax = p->max() |