createFields.H File Reference

Go to the source code of this file.

Functions

const word dictName ("noiseDict")
 
IOdictionary dict (systemDict(dictName, args, runTime))
 

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

◆ dict()

IOdictionary dict ( systemDict(dictName, args, runTime )

Variable Documentation

◆ pRef

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

◆ N

◆ nw

◆ f1

◆ fU

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

Definition at line 18 of file createFields.H.

◆ graphFormat

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

Definition at line 21 of file createFields.H.

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