All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

◆ dictName()

word dictName ( "noiseDict"  )

◆ if()

if ( args.  optionFound"dict")

Definition at line 2 of file createFields.H.

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

Here is the call graph for this function:

◆ dict()

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

Referenced by if().

Here is the caller graph for this function:

Variable Documentation

◆ pRef

scalar pRef = dict.lookupOrDefault("pRef", 0.0)

◆ N

◆ nw

◆ f1

◆ fU

scalar fU = dict.lookupOrDefault("fU", 10000.0)

Definition at line 31 of file createFields.H.

◆ graphFormat

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

Definition at line 34 of file createFields.H.

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