FreeFOAM The Cross-Platform CFD Toolkit
createFields.H File Reference

Detailed Description

Definition in file createFields.H.

+ This graph shows which files directly or indirectly include this file:

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.