Detailed Description
Definition in file createFields.H.
Go to the source code of this file.
Functions
|
IOdictionary
| pdfDictionary (IOobject("pdfDictionary", runTime.constant(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE)) |
label
| nIntervals (readLabel(pdfDictionary.lookup("nIntervals"))) |
label
| nSamples (readLabel(pdfDictionary.lookup("nSamples"))) |
| for (label i=0;i< nIntervals;i++) |
Variables
|
label
| samples [nIntervals] |
Function Documentation
IOdictionary pdfDictionary
|
( |
IOobject("pdfDictionary", runTime.constant(), runTime, IOobject::MUST_READ, IOobject::NO_WRITE)
|
) |
|
label nIntervals
|
( |
readLabel(pdfDictionary.lookup("nIntervals"))
|
) |
|
label nSamples
|
( |
readLabel(pdfDictionary.lookup("nSamples"))
|
) |
|
Variable Documentation