FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createFields.H File Reference


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"))    )
for (  )

Definition at line 25 of file createFields.H.


Variable Documentation

label samples[nIntervals]

Definition at line 23 of file createFields.H.