autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
const label nSamples(readLabel(pdfDictionary.lookup("nSamples")))
scalarField samples(nIntervals, 0)
const bool writeData(readBool(pdfDictionary.lookup("writeData")))
const label nIntervals(readLabel(pdfDictionary.lookup("nIntervals")))
autoPtr< OFstream > filePtr(NULL)
IOdictionary pdfDictionary(IOobject("pdfDict", runTime.constant(), runTime, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
cachedRandom rndGen(label(0), -1)