Go to the source code of this file.
Functions | |
| IOdictionary | pdfDictionary (IOobject("pdfDict", runTime.constant(), runTime, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)) |
| const label | nIntervals (readLabel(pdfDictionary.lookup("nIntervals"))) |
| const label | nSamples (readLabel(pdfDictionary.lookup("nSamples"))) |
| const bool | writeData (readBool(pdfDictionary.lookup("writeData"))) |
| mkDir (pdfPath) | |
| cachedRandom | rndGen (label(0),-1) |
| autoPtr< distributionModels::distributionModel > | p (distributionModels::distributionModel::New(pdfDictionary, rndGen)) |
| autoPtr< OFstream > | filePtr (NULL) |
| if (writeData) | |
| scalarField | samples (nIntervals, 0) |
Variables | |
| const fileName | pdfPath = runTime.path()/"pdf" |
| const scalar | xMin = p->minValue() |
| const scalar | xMax = p->maxValue() |
| IOdictionary pdfDictionary | ( | IOobject("pdfDict", runTime.constant(), runTime, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) | ) |
| const label nIntervals | ( | readLabel(pdfDictionary.lookup("nIntervals")) | ) |
Referenced by if(), and uniformInterpolationTable< Type >::uniformInterpolationTable().

| const label nSamples | ( | readLabel(pdfDictionary.lookup("nSamples")) | ) |
| const bool writeData | ( | readBool(pdfDictionary.lookup("writeData")) | ) |
Referenced by externalCoupledMixedFvPatchField< Type >::evaluate(), starcdSurfaceWriter::writeData(), vtkSurfaceWriter::writeData(), dxSurfaceWriter::writeData(), rawSurfaceWriter::writeData(), DimensionedField< Type, GeoMesh >::writeData(), regIOobject::writeObject(), and optionList::~optionList().

| mkDir | ( | pdfPath | ) |
| cachedRandom rndGen | ( | label(0) | , |
| - | 1 | ||
| ) |
Referenced by procFacesGAMGProcAgglomeration::agglomerate(), meshSearch::boundaryTree(), Stochastic< CloudType >::calculate(), meshSearch::cellTree(), polyMesh::cellTree(), NoAtomization< CloudType >::clone(), BlobsSheetAtomization< CloudType >::clone(), LISAAtomization< CloudType >::clone(), VariableHardSphere< CloudType >::collide(), LarsenBorgnakkeVariableHardSphere< CloudType >::collide(), ConeNozzleInjection< CloudType >::ConeNozzleInjection(), MaxwellianThermal< CloudType >::correct(), MixedDiffuseSpecular< CloudType >::correct(), meshRefinement::distribute(), triSurfaceMesh::edgeTree(), extendedEdgeMesh::edgeTree(), extendedEdgeMesh::edgeTreesByType(), patchProbes::findElements(), mappedPatchBase::findSamples(), FreeStream< CloudType >::inflow(), distributionModel::New(), listPlusEqOp< T >::operator()(), nearestEqOp::operator()(), extendedEdgeMesh::pointTree(), refinementFeatures::regionEdgeTrees(), edgeIntersections::removeDegenerates(), randomRenumber::renumber(), PatchInjection< CloudType >::setPositionAndCell(), PatchFlowRateInjection< CloudType >::setPositionAndCell(), ConeNozzleInjection< CloudType >::setPositionAndCell(), ConeNozzleInjection< CloudType >::setProperties(), triSurfaceSearch::tree(), triSurfaceRegionSearch::treeByRegion(), TAB< CloudType >::update(), SHF< CloudType >::update(), while(), and Stochastic< CloudType >::~Stochastic().

| autoPtr<distributionModels::distributionModel> p | ( | distributionModels::distributionModel::New(pdfDictionary, rndGen) | ) |
| autoPtr<OFstream> filePtr | ( | NULL | ) |
| if | ( | writeData | ) |
Definition at line 38 of file createFields.H.
References Foam::endl(), filePtr(), Foam::Info, nIntervals(), Foam::nl, p, samples(), and scalarField().

| scalarField samples | ( | nIntervals | , |
| 0 | |||
| ) |
Referenced by mappedPatchBase::calcMapping(), refinementFeatures::distances(), if(), sampledPatchInternalField::interpolateField(), mappedPatchFieldBase< Type >::mappedField(), triSurfaceSearch::maxTreeDepth(), interpolationWeights::New(), surfaceFeatures::nInternalEdges(), refinementSurfaces::nRegions(), and searchableSurfaces::regionNames().

| const fileName pdfPath = runTime.path()/"pdf" |
Definition at line 20 of file createFields.H.
Definition at line 34 of file createFields.H.
Definition at line 35 of file createFields.H.
Referenced by uniformInterpolationTable< Type >::interpolate(), and uniformInterpolationTable< Type >::uniformInterpolationTable().
1.8.11