Functions | Variables
createFields.H File Reference

Go to the source code of this file.

Functions

word dictName ("noiseDict")
 
 if (args.optionFound("dict"))
 
IOdictionary dict (IOobject(dictName, runTime.system(), runTime, IOobject::MUST_READ))
 

Variables

scalar pRef = dict.lookupOrDefault("pRef", 0.0)
 
label N = dict.lookupOrDefault("N", 65536)
 
label nw = dict.lookupOrDefault("nw", 100)
 
scalar f1 = dict.lookupOrDefault("f1", 25.0)
 
scalar fU = dict.lookupOrDefault("fU", 10000.0)
 
word graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw")
 

Function Documentation

word dictName ( "noiseDict"  )
if ( args.  optionFound"dict")

Definition at line 2 of file createFields.H.

References args, dict(), and dictName().

Here is the call graph for this function:

IOdictionary dict ( IOobject(dictName, runTime.system(), runTime, IOobject::MUST_READ)  )

Referenced by if().

Here is the caller graph for this function:

Variable Documentation

scalar pRef = dict.lookupOrDefault("pRef", 0.0)
label N = dict.lookupOrDefault("N", 65536)
label nw = dict.lookupOrDefault("nw", 100)
scalar f1 = dict.lookupOrDefault("f1", 25.0)
scalar fU = dict.lookupOrDefault("fU", 10000.0)

Definition at line 31 of file createFields.H.

word graphFormat = dict.lookupOrDefault<word>("graphFormat", "raw")

Definition at line 34 of file createFields.H.

Referenced by Foam::makeGraph(), Foam::writeCellGraph(), and Foam::writePatchGraph().